Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for backend (0.16 sec)

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

                    + " result=\\[java.lang.Integer@\\w+]], SettableFuture@\\w+\\[status=PENDING]]]]");
    
        // Backing futures complete
        Boolean booleanPartial = true;
        futureBoolean.set(booleanPartial);
        // Once the backing futures are done there's a (brief) moment where we know nothing
        assertThat(futureResult.toString()).matches("CombinedFuture@\\w+\\[status=PENDING]");
    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-tests/test/com/google/common/util/concurrent/FuturesTest.java

                    + " result=\\[java.lang.Integer@\\w+]], SettableFuture@\\w+\\[status=PENDING]]]]");
    
        // Backing futures complete
        Boolean booleanPartial = true;
        futureBoolean.set(booleanPartial);
        // Once the backing futures are done there's a (brief) moment where we know nothing
        assertThat(futureResult.toString()).matches("CombinedFuture@\\w+\\[status=PENDING]");
    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)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    full of the Lobster Quadrille, that she hardly knew what she was
    saying, and the words came very queer indeed:--
    
        `'Tis the voice of the Lobster; I heard him declare,
        "You have baked me too brown, I must sugar my hair."
        As a duck with its eyelids, so he with his nose
        Trims his belt and his buttons, and turns out his toes.'
    
                  [later editions continued as follows
    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. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    full of the Lobster Quadrille, that she hardly knew what she was
    saying, and the words came very queer indeed:--
    
        `'Tis the voice of the Lobster; I heard him declare,
        "You have baked me too brown, I must sugar my hair."
        As a duck with its eyelids, so he with his nose
        Trims his belt and his buttons, and turns out his toes.'
    
                  [later editions continued as follows
    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)
Back to top