Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 49 of 49 for traversers (0.24 sec)

  1. guava/src/com/google/common/collect/CompactHashMap.java

          int oldNext = CompactHashing.tableGet(oldTable, oldTableIndex);
          // Each element of `oldTable` is the head of a (possibly empty) linked list of elements in
          // `entries`. The `oldNext` loop is going to traverse that linked list.
          // We need to rewrite the `next` link of each of the elements so that it is in the appropriate
          // linked list starting from `newTable`. In general, each element from the old linked list
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Tue Jul 08 18:32:10 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  2. guava/src/com/google/common/util/concurrent/Monitor.java

      }
    
      /**
       * Returns an estimate of the number of threads waiting to enter this monitor. The value is only
       * an estimate because the number of threads may change dynamically while this method traverses
       * internal data structures. This method is designed for use in monitoring of the system state,
       * not for synchronization control.
       */
      public int getQueueLength() {
        return lock.getQueueLength();
      }
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Mar 17 20:26:29 UTC 2025
    - 42.8K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/CompactHashMap.java

          int oldNext = CompactHashing.tableGet(oldTable, oldTableIndex);
          // Each element of `oldTable` is the head of a (possibly empty) linked list of elements in
          // `entries`. The `oldNext` loop is going to traverse that linked list.
          // We need to rewrite the `next` link of each of the elements so that it is in the appropriate
          // linked list starting from `newTable`. In general, each element from the old linked list
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Sat Aug 09 01:14:59 UTC 2025
    - 35.7K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    training
    
    // travel : Dog Beach, LLC
    // https://www.iana.org/domains/root/db/travel.html
    travel
    
    // travelers : Travelers TLD, LLC
    // https://www.iana.org/domains/root/db/travelers.html
    travelers
    
    // travelersinsurance : Travelers TLD, LLC
    // https://www.iana.org/domains/root/db/travelersinsurance.html
    travelersinsurance
    
    // trust : Internet Naming Company LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

         * be read without locking. Next fields of nodes are immutable (final). All list additions are
         * performed at the front of each bin. This makes it easy to check changes, and also fast to
         * traverse. When nodes would otherwise be changed, new nodes are created to replace them. This
         * works well for hash tables since the bin lists tend to be short. (The average length is less
         * than two.)
         *
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Mon Aug 11 19:31:30 UTC 2025
    - 90K bytes
    - Viewed (0)
  6. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    trani-barletta-andria.it
    traniandriabarletta.it
    tranibarlettaandria.it
    tranoy.no
    translate.goog
    translated.page
    transporte.bo
    tranøy.no
    trapani.it
    travel
    travel.in
    travel.pl
    travelers
    travelersinsurance
    travinh.vn
    trd.br
    trentin-sud-tirol.it
    trentin-sudtirol.it
    trentin-sued-tirol.it
    trentin-suedtirol.it
    trentin-süd-tirol.it
    trentin-südtirol.it
    trentino-a-adige.it
    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. CHANGELOG/CHANGELOG-1.30.md

    - Updated `kubedns` and `nodelocaldns` to release version `1.22.28`. ([#121908](https://github.com/kubernetes/kubernetes/pull/121908), [@mzaian](https://github.com/mzaian))
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Jun 18 18:59:10 UTC 2025
    - 398.1K bytes
    - Viewed (0)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    trani-barletta-andria.it
    traniandriabarletta.it
    tranibarlettaandria.it
    tranoy.no
    translate.goog
    translated.page
    transporte.bo
    tranøy.no
    trapani.it
    travel
    travel.in
    travel.pl
    travelers
    travelersinsurance
    travinh.vn
    trd.br
    trentin-sud-tirol.it
    trentin-sudtirol.it
    trentin-sued-tirol.it
    trentin-suedtirol.it
    trentin-süd-tirol.it
    trentin-südtirol.it
    trentino-a-adige.it
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
  9. CHANGELOG/CHANGELOG-1.31.md

    - Users can traverse all the pods that are in the scheduler and waiting in the permit stage through method `IterateOverWaitingPods`. In other words,  all waitingPods in scheduler can be obtained from any profiles. Before this commit, each profile could only obtain waitingPods...
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 19:49:57 UTC 2025
    - 429.6K bytes
    - Viewed (0)
Back to top