Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Dalton (0.27 sec)

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

      `No, indeed,' said Alice.  `What sort of a dance is it?'
    
      `Why,' said the Gryphon, `you first form into a line along the sea-shore--'
    
      `Two lines!' cried the Mock Turtle.  `Seals, turtles, salmon, and so on;
    then, when you've cleared all the jelly-fish out of the way--'
    
      `THAT generally takes some time,' interrupted the Gryphon.
    
      `--you advance twice--'
    
    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. android/guava-testlib/src/com/google/common/util/concurrent/testing/AbstractListenableFutureTest.java

      }
    
      /** Constructs a listenable future with a value available after the latch has counted down. */
      protected abstract <V> ListenableFuture<V> createListenableFuture(
          V value, @Nullable Exception except, CountDownLatch waitOn);
    
      /** Tests that the {@link Future#get()} method blocks until a value is available. */
      public void testGetBlocksUntilValueAvailable() throws Throwable {
    
        assertFalse(future.isDone());
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Sep 06 18:30:30 GMT 2023
    - 6K bytes
    - Viewed (0)
  3. guava-testlib/src/com/google/common/util/concurrent/testing/AbstractListenableFutureTest.java

      }
    
      /** Constructs a listenable future with a value available after the latch has counted down. */
      protected abstract <V> ListenableFuture<V> createListenableFuture(
          V value, @Nullable Exception except, CountDownLatch waitOn);
    
      /** Tests that the {@link Future#get()} method blocks until a value is available. */
      public void testGetBlocksUntilValueAvailable() throws Throwable {
    
        assertFalse(future.isDone());
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 18:30:30 GMT 2023
    - 6K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

      `No, indeed,' said Alice.  `What sort of a dance is it?'
    
      `Why,' said the Gryphon, `you first form into a line along the sea-shore--'
    
      `Two lines!' cried the Mock Turtle.  `Seals, turtles, salmon, and so on;
    then, when you've cleared all the jelly-fish out of the way--'
    
      `THAT generally takes some time,' interrupted the Gryphon.
    
      `--you advance twice--'
    
    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