Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for java_test (0.57 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/BazelFileContentGenerator.groovy

    # Assumes srcs are all .java Test files
    # Assumes junit4 is already added to deps by the user.
    
    # See https://github.com/bazelbuild/bazel/issues/1017 for background.
    
    load("@rules_java//java:defs.bzl", "java_test")
    
    _OUTPUT = """ import org.junit.runners.Suite;
            import org.junit.runner.RunWith;
            @RunWith(Suite.class)
            @Suite.SuiteClasses({ %s })
            public class %s {}
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/phases/init/data_test.go

    Lubomir I. Ivanov <******@****.***> 1699253874 +0200
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 06 10:43:20 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/phases/join/data_test.go

    SataQiu <******@****.***> 1682522540 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 26 15:51:39 UTC 2023
    - 2K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/cmd/phases/reset/data_test.go

    Dave Chen <******@****.***> 1666605759 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 09:03:31 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  5. tensorflow/cc/experimental/libexport/save_test.cc

    Cesar Crusius <******@****.***> 1618859286 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 19 19:11:53 UTC 2021
    - 1.3K bytes
    - Viewed (0)
  6. src/net/http/cookiejar/jar_test.go

    Ian Lance Taylor <******@****.***> 1716410320 -0700
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 34K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data_test.go

    Cherry Mui <******@****.***> 1683234589 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 05 19:20:01 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/cmd/phases/upgrade/node/data_test.go

    calvin <******@****.***> 1706611761 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 29 05:14:21 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  9. tensorflow/cc/experimental/libexport/BUILD

        srcs = ["save.cc"],
        hdrs = ["save.h"],
        deps = [
            "//tensorflow/core:lib",
            "//tensorflow/core/platform:status",
        ],
    )
    
    tf_cc_test(
        name = "save_test",
        size = "small",
        srcs = ["save_test.cc"],
        deps = [
            ":save",
            "//tensorflow/core:lib",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:path",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/hash/HashFunctionEnum.java

      SHA256(Hashing.sha256()),
      SHA384(Hashing.sha384()),
      SHA512(Hashing.sha512()),
      SIP_HASH24(Hashing.sipHash24()),
      FARMHASH_FINGERPRINT_64(Hashing.farmHashFingerprint64()),
    
      // Hash functions found in //javatests for comparing against current implementation of CityHash.
      // These can probably be removed sooner or later.
      ;
    
      private final HashFunction hashFunction;
    
      private HashFunctionEnum(HashFunction hashFunction) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 08 13:56:22 UTC 2021
    - 1.7K bytes
    - Viewed (0)
Back to top