Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for experimental (0.05 sec)

  1. android/guava/src/com/google/common/collect/CompactHashSet.java

      @VisibleForTesting(
          )
      static final double HASH_FLOODING_FPP = 0.001;
    
      /**
       * Maximum allowed length of a hash table bucket before falling back to a j.u.LinkedHashSet based
       * implementation. Experimentally determined.
       */
      private static final int MAX_HASH_BUCKET_LENGTH = 9;
    
      // See CompactHashMap for a detailed description of how the following fields work. That
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 08 18:32:10 UTC 2025
    - 23.9K bytes
    - Viewed (0)
  2. okhttp/src/commonJvmAndroid/kotlin/okhttp3/MultipartBody.kt

         * both say in their comments that they're not really sure what the right approach is. We go
         * with Chrome's behavior (which also experimentally seems to match what IE does), but if you
         * actually want to have a good chance of things working, please avoid double-quotes, newlines,
         * percent signs, and the like in your field names.
         */
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Mar 19 19:25:20 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/CompactHashMap.java

      @VisibleForTesting(
          )
      static final double HASH_FLOODING_FPP = 0.001;
    
      /**
       * Maximum allowed length of a hash table bucket before falling back to a j.u.LinkedHashMap-based
       * implementation. Experimentally determined.
       */
      private static final int MAX_HASH_BUCKET_LENGTH = 9;
    
      // The way the `table`, `entries`, `keys`, and `values` arrays work together is as follows.
      //
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 08 18:32:10 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/CompactHashMap.java

      @VisibleForTesting(
          )
      static final double HASH_FLOODING_FPP = 0.001;
    
      /**
       * Maximum allowed length of a hash table bucket before falling back to a j.u.LinkedHashMap-based
       * implementation. Experimentally determined.
       */
      private static final int MAX_HASH_BUCKET_LENGTH = 9;
    
      // The way the `table`, `entries`, `keys`, and `values` arrays work together is as follows.
      //
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 35.7K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    waist,' the Duchess said after a pause:  `the reason is, that I'm
    doubtful about the temper of your flamingo.  Shall I try the
    experiment?'
    
      `HE might bite,' Alice cautiously replied, not feeling at all
    anxious to have the experiment tried.
    
      `Very true,' said the Duchess:  `flamingoes and mustard both
    bite.  And the moral of that is--"Birds of a feather flock
    together."'
    
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Fri Apr 21 02:27:51 UTC 2017
    - 145.2K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    *.eu-south-1.airflow.amazonaws.com
    *.eu-south-2.airflow.amazonaws.com
    *.eu-west-1.airflow.amazonaws.com
    *.eu-west-2.airflow.amazonaws.com
    *.eu-west-3.airflow.amazonaws.com
    *.ewp.live
    *.ex.futurecms.at
    *.ex.ortsinfo.at
    *.experiments.sagemaker.aws
    *.firenet.ch
    *.fk
    *.frusky.de
    *.futurecms.at
    *.gateway.dev
    *.hosted.app
    *.hosting.myjino.ru
    *.hosting.ovh.net
    *.id.pub
    *.il-central-1.airflow.amazonaws.com
    *.in.futurecms.at
    *.jm
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  7. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    *.eu-south-1.airflow.amazonaws.com
    *.eu-south-2.airflow.amazonaws.com
    *.eu-west-1.airflow.amazonaws.com
    *.eu-west-2.airflow.amazonaws.com
    *.eu-west-3.airflow.amazonaws.com
    *.ewp.live
    *.ex.futurecms.at
    *.ex.ortsinfo.at
    *.experiments.sagemaker.aws
    *.firenet.ch
    *.fk
    *.frusky.de
    *.futurecms.at
    *.gateway.dev
    *.hosted.app
    *.hosting.myjino.ru
    *.hosting.ovh.net
    *.id.pub
    *.il-central-1.airflow.amazonaws.com
    *.in.futurecms.at
    *.jm
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  8. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    studio.cn-northwest-1.sagemaker.com.cn
    
    // Amazon SageMaker with MLflow
    // Submited by: AWS Security <******@****.***>
    // Reference: c19f92b3-a82a-452d-8189-831b572eea7e
    *.experiments.sagemaker.aws
    
    // Analytics on AWS
    // Submitted by AWS Security <******@****.***>
    // Reference: 955f9f40-a495-4e73-ae85-67b77ac9cadd
    analytics-gateway.ap-northeast-1.amazonaws.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)
Back to top