Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 27 for setFff (0.06 sec)

  1. guava/src/com/google/common/primitives/ImmutableIntArray.java

         */
        public ImmutableIntArray build() {
          return count == 0 ? EMPTY : new ImmutableIntArray(array, 0, count);
        }
      }
    
      // Instance stuff here
    
      // The array is never mutated after storing in this field and the construction strategies ensure
      // it doesn't escape this class
      @SuppressWarnings("Immutable")
      private final int[] array;
    
      /*
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  2. android-test/src/androidTest/java/okhttp/android/test/OkHttpTest.kt

          assertEquals(Protocol.HTTP_2, response.protocol)
        }
    
        // Only logs to the test logger above
        // Will fail if "adb shell setprop log.tag.okhttp.Http2 DEBUG" is called
        assertEquals(setOf(OkHttpTest::class.java.name), testHandler.calls.keys)
      }
    
      fun testCachedRequest() {
        enableTls()
    
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Aug 02 14:12:28 UTC 2025
    - 29K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

          What made you so awfully clever?'
    
        `I have answered three questions, and that is enough,'
          Said his father; `don't give yourself airs!
        Do you think I can listen all day to such stuff?
          Be off, or I'll kick you down stairs!'
    
    
      `That is not said right,' said the Caterpillar.
    
      `Not QUITE right, I'm afraid,' said Alice, timidly; `some of the
    words have got altered.'
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/cache/CacheBuilderTest.java

        assertEquals("a", notification.getValue());
        assertEquals(1, cache.size());
        assertEquals("b", cache.getUnchecked("b"));
      }
    
      // "Basher tests", where we throw a bunch of stuff at a LoadingCache and check basic invariants.
    
      /**
       * This is a less carefully-controlled version of {@link #testRemovalNotification_clear} - this is
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25.1K bytes
    - Viewed (0)
  5. guava-tests/test/com/google/common/cache/CacheBuilderTest.java

        assertEquals("a", notification.getValue());
        assertEquals(1, cache.size());
        assertEquals("b", cache.getUnchecked("b"));
      }
    
      // "Basher tests", where we throw a bunch of stuff at a LoadingCache and check basic invariants.
    
      /**
       * This is a less carefully-controlled version of {@link #testRemovalNotification_clear} - this is
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 25K bytes
    - Viewed (0)
  6. okhttp/src/jvmTest/kotlin/okhttp3/HttpUrlTest.kt

        assertThat(url.queryParameterName(0)).isEqualTo("a+=& b")
        assertThat(url.queryParameter("a+=& b")).isEqualTo("c+=& d")
        assertThat(url.queryParameterNames).isEqualTo(setOf("a+=& b"))
        assertThat(url.queryParameterValues("a+=& b")).isEqualTo(listOf("c+=& d"))
        assertThat(url.querySize).isEqualTo(1)
        // Ambiguous! (Though working as designed.)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Aug 04 07:38:48 UTC 2025
    - 69.9K bytes
    - Viewed (0)
  7. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    misconfused.org
    podzone.org
    readmyblog.org
    selfip.org
    sellsyourhome.org
    servebbs.org
    serveftp.org
    servegame.org
    stuff-4-sale.org
    webhop.org
    better-than.tv
    dyndns.tv
    on-the-web.tv
    worse-than.tv
    is-by.us
    land-4-sale.us
    stuff-4-sale.us
    dyndns.ws
    mypets.ws
    
    // Dynu.com : https://www.dynu.com/
    // Submitted by Sue Ye <******@****.***>
    ddnsfree.com
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  8. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    studio.us-east-1.sagemaker.aws
    studio.us-east-2.sagemaker.aws
    studio.us-gov-east-1.sagemaker.aws
    studio.us-gov-west-1.sagemaker.aws
    studio.us-west-1.sagemaker.aws
    studio.us-west-2.sagemaker.aws
    study
    stuff-4-sale.org
    stuff-4-sale.us
    stufftoread.com
    style
    su
    sub.jp
    sucks
    sue.fukuoka.jp
    suedtirol.it
    suginami.tokyo.jp
    sugito.saitama.jp
    suifu.ibaraki.jp
    suita.osaka.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  9. src/main/webapp/js/admin/popper.min.js.map

    update the position in specific situations\n      this.enableEventListeners();\n    }\n\n    this.state.eventsEnabled = eventsEnabled;\n  }\n\n  // We can't use class properties because they don't get listed in the\n  // class prototype and break stuff like Sinon stubs\n  update() {\n    return update.call(this);\n  }\n  destroy() {\n    return destroy.call(this);\n  }\n  enableEventListeners() {\n    return enableEventListeners.call(this);\n  }\n  disableEventListeners() {\n    return disableEv...
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 120.9K bytes
    - Viewed (0)
  10. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    studio.us-east-1.sagemaker.aws
    studio.us-east-2.sagemaker.aws
    studio.us-gov-east-1.sagemaker.aws
    studio.us-gov-west-1.sagemaker.aws
    studio.us-west-1.sagemaker.aws
    studio.us-west-2.sagemaker.aws
    study
    stuff-4-sale.org
    stuff-4-sale.us
    stufftoread.com
    style
    su
    sub.jp
    sucks
    sue.fukuoka.jp
    suedtirol.it
    suginami.tokyo.jp
    sugito.saitama.jp
    suifu.ibaraki.jp
    suita.osaka.jp
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top