Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for accounts (0.18 sec)

  1. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    contemptuously.  `I dare say you never even spoke to Time!'
    
      `Perhaps not,' Alice cautiously replied:  `but I know I have to
    beat time when I learn music.'
    
      `Ah! that accounts for it,' said the Hatter.  `He won't stand
    beating.  Now, if you only kept on good terms with him, he'd do
    almost anything you liked with the clock.  For instance, suppose
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  2. guava/src/com/google/common/cache/LocalCache.java

            entry.setAccessTime(now);
          }
          recencyQueue.add(entry);
        }
    
        /**
         * Updates the eviction metadata that {@code entry} was just read. This currently amounts to
         * adding {@code entry} to relevant eviction lists.
         *
         * <p>Note: this method should only be called under lock, as it directly manipulates the
    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. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    contemptuously.  `I dare say you never even spoke to Time!'
    
      `Perhaps not,' Alice cautiously replied:  `but I know I have to
    beat time when I learn music.'
    
      `Ah! that accounts for it,' said the Hatter.  `He won't stand
    beating.  Now, if you only kept on good terms with him, he'd do
    almost anything you liked with the clock.  For instance, suppose
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/cache/LocalCache.java

            entry.setAccessTime(now);
          }
          recencyQueue.add(entry);
        }
    
        /**
         * Updates the eviction metadata that {@code entry} was just read. This currently amounts to
         * adding {@code entry} to relevant eviction lists.
         *
         * <p>Note: this method should only be called under lock, as it directly manipulates the
    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. android/guava/src/com/google/common/util/concurrent/ClosingFuture.java

                   * In guava-android, the only kinds of Exception that may be thrown are
                   * RuntimeException and IOException because `closeable` has type `Closeable`—except
                   * that we have to account for sneaky checked exception.
                   */
                  restoreInterruptIfIsInterruptedException(e);
                  logger.get().log(WARNING, "thrown by close()", e);
                }
              });
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Mon Apr 01 16:15:01 GMT 2024
    - 98.5K bytes
    - Viewed (0)
Back to top