Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 10 for ks (0.14 seconds)

  1. guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ImmutableSortedMap.java

        }
      }
    
      private transient @Nullable ImmutableSortedSet<K> keySet;
    
      @Override
      public ImmutableSortedSet<K> keySet() {
        ImmutableSortedSet<K> ks = keySet;
        return (ks == null) ? (keySet = createKeySet()) : ks;
      }
    
      @Override
      ImmutableSortedSet<K> createKeySet() {
        // the keySet() of the delegate is only a Set and TreeMap.navigatableKeySet
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 08 18:10:02 GMT 2026
    - 16.6K bytes
    - Click Count (0)
  2. guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/LocalCache.java

          iterator.remove();
        }
      }
    
      @Nullable Set<K> keySet = null;
    
      @Override
      public Set<K> keySet() {
        // does not impact recency ordering
        Set<K> ks = keySet;
        return (ks != null) ? ks : (keySet = new KeySet(this));
      }
    
      @Nullable Collection<V> values = null;
    
      @Override
      public Collection<V> values() {
        // does not impact recency ordering
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Mar 03 12:40:22 GMT 2026
    - 21.6K bytes
    - Click Count (0)
  3. guava/src/com/google/common/collect/MapMakerInternalMap.java

          segment.clear();
        }
      }
    
      @LazyInit transient @Nullable Set<K> keySet;
    
      @Override
      public Set<K> keySet() {
        Set<K> ks = keySet;
        return (ks != null) ? ks : (keySet = new KeySet());
      }
    
      @LazyInit transient @Nullable Collection<V> values;
    
      @Override
      public Collection<V> values() {
        Collection<V> vs = values;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 89.9K bytes
    - Click Count (0)
  4. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

          segment.clear();
        }
      }
    
      @LazyInit transient @Nullable Set<K> keySet;
    
      @Override
      public Set<K> keySet() {
        Set<K> ks = keySet;
        return (ks != null) ? ks : (keySet = new KeySet());
      }
    
      @LazyInit transient @Nullable Collection<V> values;
    
      @Override
      public Collection<V> values() {
        Collection<V> vs = values;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 89.9K bytes
    - Click Count (0)
  5. android/guava/src/com/google/common/cache/LocalCache.java

          remove(key);
        }
      }
    
      @LazyInit @RetainedWith @Nullable Set<K> keySet;
    
      @Override
      public Set<K> keySet() {
        // does not impact recency ordering
        Set<K> ks = keySet;
        return (ks != null) ? ks : (keySet = new KeySet());
      }
    
      @LazyInit @RetainedWith @Nullable Collection<V> values;
    
      @Override
      public Collection<V> values() {
        // does not impact recency ordering
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 143.5K bytes
    - Click Count (0)
  6. guava/src/com/google/common/cache/LocalCache.java

          remove(key);
        }
      }
    
      @LazyInit @RetainedWith @Nullable Set<K> keySet;
    
      @Override
      public Set<K> keySet() {
        // does not impact recency ordering
        Set<K> ks = keySet;
        return (ks != null) ? ks : (keySet = new KeySet());
      }
    
      @LazyInit @RetainedWith @Nullable Collection<V> values;
    
      @Override
      public Collection<V> values() {
        // does not impact recency ordering
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 148.9K bytes
    - Click Count (0)
  7. android/guava/src/com/google/common/collect/Maps.java

         * NavigableMap methods.
         */
    
        private final NavigableSet<K> set;
        private final Function<? super K, V> function;
    
        NavigableAsMapView(NavigableSet<K> ks, Function<? super K, V> vFunction) {
          this.set = checkNotNull(ks);
          this.function = checkNotNull(vFunction);
        }
    
        @Override
        public NavigableMap<K, V> subMap(
            @ParametricNullness K fromKey,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 157.6K bytes
    - Click Count (0)
  8. guava/src/com/google/common/collect/Maps.java

         * NavigableMap methods.
         */
    
        private final NavigableSet<K> set;
        private final Function<? super K, V> function;
    
        NavigableAsMapView(NavigableSet<K> ks, Function<? super K, V> vFunction) {
          this.set = checkNotNull(ks);
          this.function = checkNotNull(vFunction);
        }
    
        @Override
        public NavigableMap<K, V> subMap(
            @ParametricNullness K fromKey,
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Apr 01 17:27:13 GMT 2026
    - 163.4K bytes
    - Click Count (0)
  9. lib/fips140/v1.26.0.zip

    tPtr #undef plen #undef dlen // func gcmAesInit(productTable *[256]byte, ks []uint32) TEXT è·¯gcmAesInit(SB),NOSPLIT,$0 #define pTbl R0 #define KS R1 #define NR R2 #define I R3 MOVD productTable+0(FP), pTbl MOVD ks_base+8(FP), KS MOVD ks_len+16(FP), NR MOVD $0xC2, I LSL $56, I VMOV I, POLY.D[0] MOVD $1, I VMOV I, POLY.D[1] VEOR ZERO.B16, ZERO.B16, ZERO.B16 // Encrypt block 0 with the AES key to generate the hash key H VLD1.P 64(KS), [T0.B16, T1.B16, T2.B16, T3.B16] VEOR B0.B16, B0.B16, B0.B16 AESE T0.B16,...
    Created: Tue Apr 07 11:13:11 GMT 2026
    - Last Modified: Thu Jan 08 17:58:32 GMT 2026
    - 660.3K bytes
    - Click Count (0)
  10. android/guava/src/com/google/thirdparty/publicsuffix/PublicSuffixPatterns.java

    00cframercanvas\nfreebox-os\u0009freeboxos\u0008freemyip\u0007from-ak\u0007from-al\u0007from-ar\u0007from-ca\u0007from-ct\u0007from-dc\u0007from-de\u0007from-fl\u0007from-ga\u0007from-hi\u0007from-ia\u0007from-id\u0007from-il\u0007from-in\u0007from-ks\u0007from-ky\u0007from-ma\u0007from-md\u0007from-mi\u0007from-mn\u0007from-mo\u0007from-ms\u0007from-mt\u0007from-nc\u0007from-nd\u0007from-ne\u0007from-nh\u0007from-nj\u0007from-nm\u0007from-nv\u0007from-oh\u0007from-ok\u0007from-or\u0007from-pa\u...
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Mar 06 20:41:51 GMT 2026
    - 290.5K bytes
    - Click Count (1)
Back to Top