Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 319 (0.24 sec)

  1. 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(15, 25, 287, 319, 381, 399, 421, 465, 529, 697, 767, 857);
        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)
  2. ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch

    +#else
    +# define __attribute_copy__(arg)
    +#endif
    +
     #endif	 /* sys/cdefs.h */
    diff --git a/stdlib/setenv.c b/stdlib/setenv.c
    index 45efe2e..06bfab0 100644
    --- a/stdlib/setenv.c
    +++ b/stdlib/setenv.c
    @@ -319,6 +319,7 @@ unsetenv (const char *name)
     
       ep = __environ;
       if (ep != NULL)
    +  {
         while (*ep != NULL)
           if (!strncmp (*ep, name, len) && (*ep)[len] == '=')
     	{
    Others
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Sep 18 14:52:45 GMT 2023
    - 8.9K bytes
    - Viewed (0)
  3. 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(15, 25, 287, 319, 381, 399, 421, 465, 529, 697, 767, 857);
        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)
  4. cmd/apierrorcode_string.go

    	_ = x[ErrAccountNotEligible-314]
    	_ = x[ErrAdminServiceAccountNotFound-315]
    	_ = x[ErrPostPolicyConditionInvalidFormat-316]
    	_ = x[ErrInvalidChecksum-317]
    	_ = x[ErrLambdaARNInvalid-318]
    	_ = x[ErrLambdaARNNotFound-319]
    	_ = x[ErrInvalidAttributeName-320]
    	_ = x[ErrAdminNoAccessKey-321]
    	_ = x[ErrAdminNoSecretKey-322]
    	_ = x[apiErrCodeEnd-323]
    }
    
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Sat Apr 06 06:44:30 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_AIO_SUSPEND_NOCANCEL = 421
    pkg syscall (darwin-arm64), const SYS_AIO_SUSPEND_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_AIO_WRITE = 319
    pkg syscall (darwin-arm64), const SYS_AIO_WRITE ideal-int
    pkg syscall (darwin-arm64), const SYS_ATGETMSG = 207
    pkg syscall (darwin-arm64), const SYS_ATGETMSG ideal-int
    pkg syscall (darwin-arm64), const SYS_ATPGETREQ = 211
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top