Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for detected (0.23 sec)

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

    to be a letter, written by the prisoner to--to somebody.'
    
      `It must have been that,' said the King, `unless it was
    written to nobody, which isn't usual, you know.'
    
      `Who is it directed to?' said one of the jurymen.
    
      `It isn't directed at all,' said the White Rabbit; `in fact,
    there's nothing written on the OUTSIDE.'  He unfolded the paper
    as he spoke, and added `It isn't a letter, after all:  it's a set
    of verses.'
    
    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

            unlock();
            postWriteCleanup();
          }
    
          if (createNewEntry) {
            try {
              // Synchronizes on the entry to allow failing fast when a recursive load is
              // detected. This may be circumvented when an entry is copied, but will fail fast most
              // of the time.
              synchronized (e) {
                return loadSync(key, hash, loadingValueReference, loader);
              }
    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/src/com/google/common/cache/LocalCache.java

            unlock();
            postWriteCleanup();
          }
    
          if (createNewEntry) {
            try {
              // Synchronizes on the entry to allow failing fast when a recursive load is
              // detected. This may be circumvented when an entry is copied, but will fail fast most
              // of the time.
              synchronized (e) {
                return loadSync(key, hash, loadingValueReference, loader);
              }
    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)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    to be a letter, written by the prisoner to--to somebody.'
    
      `It must have been that,' said the King, `unless it was
    written to nobody, which isn't usual, you know.'
    
      `Who is it directed to?' said one of the jurymen.
    
      `It isn't directed at all,' said the White Rabbit; `in fact,
    there's nothing written on the OUTSIDE.'  He unfolded the paper
    as he spoke, and added `It isn't a letter, after all:  it's a set
    of verses.'
    
    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)
Back to top