Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 4 of 4 for hasFile (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        assertThat(segment.writeQueue).hasSize(1);
    
        segment.recordRead(entry, ticker.read());
        segment.expireEntries(ticker.read());
        assertThat(map.get(key)).isSameInstanceAs(value);
        assertThat(segment.writeQueue.peek()).isSameInstanceAs(entry);
        assertThat(segment.writeQueue).hasSize(1);
    
        ticker.advance(1);
        segment.recordRead(entry, ticker.read());
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Dec 12 00:25:21 GMT 2025
    - 117.5K bytes
    - Click Count (0)
  2. android/guava-tests/test/com/google/common/cache/LocalCacheTest.java

        assertThat(segment.writeQueue).hasSize(1);
    
        segment.recordRead(entry, ticker.read());
        segment.expireEntries(ticker.read());
        assertThat(map.get(key)).isSameInstanceAs(value);
        assertThat(segment.writeQueue.peek()).isSameInstanceAs(entry);
        assertThat(segment.writeQueue).hasSize(1);
    
        ticker.advance(1);
        segment.recordRead(entry, ticker.read());
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Dec 12 00:25:21 GMT 2025
    - 115.9K bytes
    - Click Count (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    the same, shedding gallons of tears, until there was a large pool
    all round her, about four inches deep and reaching half down the
    hall.
    
      After a time she heard a little pattering of feet in the
    distance, and she hastily dried her eyes to see what was coming.
    It was the White Rabbit returning, splendidly dressed, with a
    pair of white kid gloves in one hand and a large fan in the
    other:  he came trotting along in a great hurry, muttering to
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Click Count (0)
  4. cmd/site-replication.go

    			if err != nil {
    				return err
    			}
    		}
    		var (
    			ruleID  = fmt.Sprintf("site-repl-%s", d)
    			hasRule bool
    		)
    		var ruleARN string
    		for _, r := range replicationConfig.Rules {
    			if r.ID == ruleID {
    				hasRule = true
    				ruleARN = r.Destination.Bucket
    			}
    		}
    
    		ep, _ := url.Parse(peer.Endpoint)
    		var targets []madmin.BucketTarget
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 184.8K bytes
    - Click Count (1)
Back to Top