Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for 203 (0.04 sec)

  1. android/guava-tests/test/com/google/common/cache/LocalLoadingCacheTest.java

        assertEquals(3, stats.requestCount());
        assertEquals(1, stats.hitCount());
        assertThat(stats.hitRate()).isEqualTo(1.0 / 3);
        assertEquals(2, stats.missCount());
        assertThat(stats.missRate()).isEqualTo(2.0 / 3);
        assertEquals(2, stats.loadCount());
        assertTrue(stats.totalLoadTime() >= totalLoadTime);
        totalLoadTime = stats.totalLoadTime();
        assertTrue(stats.averageLoadPenalty() >= 0.0);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/cache/LocalLoadingCacheTest.java

        assertEquals(3, stats.requestCount());
        assertEquals(1, stats.hitCount());
        assertThat(stats.hitRate()).isEqualTo(1.0 / 3);
        assertEquals(2, stats.missCount());
        assertThat(stats.missRate()).isEqualTo(2.0 / 3);
        assertEquals(2, stats.loadCount());
        assertTrue(stats.totalLoadTime() >= totalLoadTime);
        totalLoadTime = stats.totalLoadTime();
        assertTrue(stats.averageLoadPenalty() >= 0.0);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  3. cmd/apierrorcode_string.go

    	_ = x[ErrAdminConfigLDAPNonDefaultConfigName-199]
    	_ = x[ErrAdminConfigLDAPValidation-200]
    	_ = x[ErrAdminConfigIDPCfgNameAlreadyExists-201]
    	_ = x[ErrAdminConfigIDPCfgNameDoesNotExist-202]
    	_ = x[ErrInsecureClientRequest-203]
    	_ = x[ErrObjectTampered-204]
    	_ = x[ErrAdminLDAPNotEnabled-205]
    	_ = x[ErrSiteReplicationInvalidRequest-206]
    	_ = x[ErrSiteReplicationPeerResp-207]
    	_ = x[ErrSiteReplicationBackendIssue-208]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/primitives/BooleansTest.java

            new boolean[] {false, false, true, false, true, true, false});
    
        // Rotate the first three elements
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            -2,
            0,
            3,
            new boolean[] {false, false, true, true, false, true, false});
        testRotate(
            new boolean[] {false, true, false, true, false, true, false},
            -1,
            0,
            3,
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

          limiter.acquire(); // #3
        }
        assertEvents(
            "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20", // #1
            "U0.34", // #2
            "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20"); // #3
      }
    
      @AndroidIncompatible // difference in String.format rounding?
      public void testWarmUpAndUpdate() {
        RateLimiter limiter = RateLimiter.create(2.0, 4000, MILLISECONDS, 3.0, stopwatch);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 14:28:19 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/util/concurrent/RateLimiterTest.java

          limiter.acquire(); // #3
        }
        assertEvents(
            "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20", // #1
            "U0.34", // #2
            "R0.00, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20, R0.20"); // #3
      }
    
      @AndroidIncompatible // difference in String.format rounding?
      public void testWarmUpAndUpdate() {
        RateLimiter limiter = RateLimiter.create(2.0, 4000, MILLISECONDS, 3.0, stopwatch);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 14:28:19 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  7. api/go1.11.txt

    pkg debug/elf, const EM_VIDEOCORE5 = 198
    pkg debug/elf, const EM_VIDEOCORE5 Machine
    pkg debug/elf, const EM_VISIUM = 221
    pkg debug/elf, const EM_VISIUM Machine
    pkg debug/elf, const EM_XCORE = 203
    pkg debug/elf, const EM_XCORE Machine
    pkg debug/elf, const EM_XGATE = 115
    pkg debug/elf, const EM_XGATE Machine
    pkg debug/elf, const EM_XIMO16 = 170
    pkg debug/elf, const EM_XIMO16 Machine
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
Back to top