Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Series (0.16 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        future1.addListener(
            new Runnable() {
              @Override
              public void run() {
                assertTrue(future1.isCancelled());
                /*
                 * This test relies on behavior that's unspecified but currently
                 * guaranteed by the implementation: Cancellation of inputs is
                 * performed in the order they were provided to the constructor. Verify
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/LocalCache.java

      /** The maximum number of segments to allow; used to bound constructor arguments. */
      static final int MAX_SEGMENTS = 1 << 16; // slightly conservative
    
      /** Number of (unsynchronized) retries in the containsValue method. */
      static final int CONTAINS_VALUE_RETRIES = 3;
    
      /**
       * Number of cache access operations that can be buffered per segment before the cache's recency
    Java
    - Registered: Fri Apr 05 12:43:09 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 150.3K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        future1.addListener(
            new Runnable() {
              @Override
              public void run() {
                assertTrue(future1.isCancelled());
                /*
                 * This test relies on behavior that's unspecified but currently
                 * guaranteed by the implementation: Cancellation of inputs is
                 * performed in the order they were provided to the constructor. Verify
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/cache/LocalCache.java

      /** The maximum number of segments to allow; used to bound constructor arguments. */
      static final int MAX_SEGMENTS = 1 << 16; // slightly conservative
    
      /** Number of (unsynchronized) retries in the containsValue method. */
      static final int CONTAINS_VALUE_RETRIES = 3;
    
      /**
       * Number of cache access operations that can be buffered per segment before the cache's recency
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Thu Feb 22 17:40:56 GMT 2024
    - 144.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Term */
        public static final String LABELS_related_query_list_term = "{labels.related_query_list_term}";
    
        /** The key of the message: Queries */
        public static final String LABELS_related_query_queries = "{labels.related_query_queries}";
    
        /** The key of the message: Term */
        public static final String LABELS_related_query_term = "{labels.related_query_term}";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 146.4K bytes
    - Viewed (0)
Back to top