Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 471 (0.29 sec)

  1. guava-tests/test/com/google/common/hash/BloomFilterTest.java

        }
    
        // Now we check for known false positives using a set of known false positives.
        // (These are all of the false positives under 900.)
        ImmutableSet<Integer> falsePositives = ImmutableSet.of(129, 471, 723, 89, 751, 835, 871);
        for (int i = 1; i < 900; i += 2) {
          if (!falsePositives.contains(i)) {
            assertFalse("BF should not contain " + i, bf.mightContain(Integer.toString(i)));
          }
        }
    
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Thu Nov 09 22:49:56 GMT 2023
    - 21.3K bytes
    - Viewed (0)
  2. .teamcity/performance-test-durations.json

      "durations" : [ {
        "testProject" : "largeAndroidBuild",
        "linux" : 831
      }, {
        "testProject" : "nowInAndroidBuild",
        "linux" : 1239
      }, {
        "testProject" : "santaTrackerAndroidBuild",
        "linux" : 471
      } ]
    }, {
      "scenario" : "org.gradle.performance.regression.android.RealLifeAndroidBuildPerformanceTest.run clean phthalic:assembleDebug",
      "durations" : [ {
        "testProject" : "largeAndroidBuild",
        "linux" : 363
    Json
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Mon Feb 19 11:22:56 GMT 2024
    - 26.3K bytes
    - Viewed (1)
  3. android/guava-tests/test/com/google/common/hash/BloomFilterTest.java

        }
    
        // Now we check for known false positives using a set of known false positives.
        // (These are all of the false positives under 900.)
        ImmutableSet<Integer> falsePositives = ImmutableSet.of(129, 471, 723, 89, 751, 835, 871);
        for (int i = 1; i < 900; i += 2) {
          if (!falsePositives.contains(i)) {
            assertFalse("BF should not contain " + i, bf.mightContain(Integer.toString(i)));
          }
        }
    
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Thu Nov 09 22:49:56 GMT 2023
    - 21.3K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473 #53466
    pkg syscall (freebsd-riscv64), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SCTP_PEELOFF = 471 #53466
    pkg syscall (freebsd-riscv64), const SYS_SCTP_PEELOFF ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SELECT = 93 #53466
    pkg syscall (freebsd-riscv64), const SYS_SELECT ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG_IOV = 473
    pkg syscall (freebsd-arm64), const SYS_SCTP_GENERIC_SENDMSG_IOV ideal-int
    pkg syscall (freebsd-arm64), const SYS_SCTP_PEELOFF = 471
    pkg syscall (freebsd-arm64), const SYS_SCTP_PEELOFF ideal-int
    pkg syscall (freebsd-arm64), const SYS_SELECT = 93
    pkg syscall (freebsd-arm64), const SYS_SELECT ideal-int
    pkg syscall (freebsd-arm64), const SYS_SEMGET = 221
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
Back to top