Home
last modified time | relevance | path

Searched defs:K (Results 1 – 25 of 189) sorted by relevance

12345678

/external/guava/src/com/google/common/collect/
DMapMaker.java335 Function<? super K, ? extends V> computingFunction) { in makeComputingMap()
350 ReferenceEntry<K, V> entry, V value) { in referenceValue()
353 @Override <K, V> ReferenceEntry<K, V> newEntry( in newEntry()
354 Internals<K, V, ReferenceEntry<K, V>> internals, K key, in newEntry()
360 @Override <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry()
379 ReferenceEntry<K, V> entry, V value) { in referenceValue()
382 @Override <K, V> ReferenceEntry<K, V> newEntry( in newEntry()
383 Internals<K, V, ReferenceEntry<K, V>> internals, K key, in newEntry()
389 @Override <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry()
408 ReferenceEntry<K, V> entry, V value) { in referenceValue()
[all …]
DMaps.java126 Map<? extends K, ? extends V> map) { in newHashMap()
155 newLinkedHashMap(Map<? extends K, ? extends V> map) { in newLinkedHashMap()
185 public static <K, V> TreeMap<K, V> newTreeMap(SortedMap<K, ? extends V> map) { in newTreeMap()
228 public static <K extends Enum<K>, V> EnumMap<K, V> newEnumMap( in newEnumMap()
270 public static <K, V> BiMap<K, V> synchronizedBiMap(BiMap<K, V> bimap) { in synchronizedBiMap()
291 Map<? extends K, ? extends V> left, Map<? extends K, ? extends V> right) { in difference()
329 MapDifferenceImpl(boolean areEqual, Map<K, V> onlyOnLeft, in MapDifferenceImpl()
510 final Set<Entry<K, V>> entrySet) { in unmodifiableEntrySet()
525 private static <K, V> Entry<K, V> unmodifiableEntry(final Entry<K, V> entry) { in unmodifiableEntry()
DConstrainedMap.java41 Map<K, V> delegate, MapConstraint<? super K, ? super V> constraint) { in ConstrainedMap()
59 @Override public void putAll(Map<? extends K, ? extends V> map) { in putAll()
66 final Entry<K, V> entry, in constrainedEntry()
67 final MapConstraint<? super K, ? super V> constraint) { in constrainedEntry()
DMultimaps.java97 public static <K, V> Multimap<K, V> newMultimap(Map<K, Collection<V>> map, in newMultimap()
105 CustomMultimap(Map<K, Collection<V>> map, in CustomMultimap()
175 Map<K, Collection<V>> map, final Supplier<? extends List<V>> factory) { in newListMultimap()
183 CustomListMultimap(Map<K, Collection<V>> map, in CustomListMultimap()
250 Map<K, Collection<V>> map, final Supplier<? extends Set<V>> factory) { in newSetMultimap()
258 CustomSetMultimap(Map<K, Collection<V>> map, in CustomSetMultimap()
324 Map<K, Collection<V>> map, in newSortedSetMultimap()
334 CustomSortedSetMultimap(Map<K, Collection<V>> map, in CustomSortedSetMultimap()
418 public static <K, V> Multimap<K, V> synchronizedMultimap( in synchronizedMultimap()
440 public static <K, V> Multimap<K, V> unmodifiableMultimap( in unmodifiableMultimap()
[all …]
DSerialization.java67 public static <K, V> void writeMap(Map<K, V> map, ObjectOutputStream stream) in writeMap()
81 public static <K, V> void populateMap(Map<K, V> map, ObjectInputStream stream) in populateMap()
93 public static <K, V> void populateMap(Map<K, V> map, ObjectInputStream stream, in populateMap()
164 Multimap<K, V> multimap, ObjectOutputStream stream) throws IOException { in writeMultimap()
181 Multimap<K, V> multimap, ObjectInputStream stream) in populateMultimap()
194 Multimap<K, V> multimap, ObjectInputStream stream, int distinctKeys) in populateMultimap()
DRegularImmutableBiMap.java32 RegularImmutableBiMap(ImmutableMap<K, V> delegate) { in RegularImmutableBiMap()
43 RegularImmutableBiMap(ImmutableMap<K, V> delegate, in RegularImmutableBiMap()
DHashMultimap.java85 Multimap<? extends K, ? extends V> multimap) { in create()
99 private HashMultimap(Multimap<? extends K, ? extends V> multimap) { in HashMultimap()
DEnumBiMap.java63 create(Map<K, V> map) { in create()
75 static <K extends Enum<K>> Class<K> inferKeyType(Map<K, ?> map) { in inferKeyType()
DCustomConcurrentHashMap.java207 public <K, V, E> ConcurrentMap<K, V> buildMap(Strategy<K, V, E> strategy) { in buildMap()
252 ComputingStrategy<K, V, E> strategy, in buildComputingMap()
253 Function<? super K, ? extends V> computer) { in buildComputingMap()
425 void setInternals(Internals<K, V, E> internals); in setInternals()
499 V compute(K key, E entry, Function<? super K, ? extends V> computer); in compute()
595 Impl(Strategy<K, V, E> strategy, Builder builder) { in Impl()
1466 @Override public void putAll(Map<? extends K, ? extends V> m) { in putAll()
1988 ComputingImpl(ComputingStrategy<K, V, E> strategy, Builder builder, in ComputingImpl()
1989 Function<? super K, ? extends V> computer) { in ComputingImpl()
2106 public SimpleInternalEntry<K, V> newEntry( in newEntry()
[all …]
DArrayListMultimap.java97 Multimap<? extends K, ? extends V> multimap) { in create()
112 private ArrayListMultimap(Multimap<? extends K, ? extends V> multimap) { in ArrayListMultimap()
DTreeMultimap.java109 TreeMultimap<K, V> create(Multimap<? extends K, ? extends V> multimap) { in create()
133 Multimap<? extends K, ? extends V> multimap) { in TreeMultimap()
/external/srec/srec/crec/
Dsrec_stats.h40 #define SREC_STATS_INC_STOKEN_REPRUNES(K) argument
41 #define SREC_STATS_INC_FTOKEN_REPRUNES(K) argument
42 #define SREC_STATS_INC_WTOKEN_REPRUNES(K) argument
54 #define SREC_STATS_INC_STOKEN_REPRUNES(K) srec_stats_inc_stoken_reprunes(K) argument
55 #define SREC_STATS_INC_FTOKEN_REPRUNES(K) srec_stats_inc_ftoken_reprunes(K) argument
56 #define SREC_STATS_INC_WTOKEN_REPRUNES(K) srec_stats_inc_wtoken_reprunes(K) argument
57 #define SREC_STATS_INC_AWTOKEN_REPRUNES(K) srec_stats_inc_awtoken_reprunes(K) argument
/external/libgsm/src/
Dlong_term.c370 # define STEP(K, a, b, c, d, e, f, g, h) \ argument
383 # define STEP_A(K) STEP(K, a, b, c, d, e, f, g, h) argument
384 # define STEP_B(K) STEP(K, b, c, d, e, f, g, h, a) argument
385 # define STEP_C(K) STEP(K, c, d, e, f, g, h, a, b) argument
386 # define STEP_D(K) STEP(K, d, e, f, g, h, a, b, c) argument
387 # define STEP_E(K) STEP(K, e, f, g, h, a, b, c, d) argument
388 # define STEP_F(K) STEP(K, f, g, h, a, b, c, d, e) argument
389 # define STEP_G(K) STEP(K, g, h, a, b, c, d, e, f) argument
390 # define STEP_H(K) STEP(K, h, a, b, c, d, e, f, g) argument
536 # define STEP(K, a, b, c, d, e, f, g, h) \ argument
[all …]
/external/clang/test/CodeGen/
Dglobal-init.c37 struct K { struct
43 // CHECK: @yuv_types = global [4 x [6 x i8]] {{\[}}[6 x i8] c"4:0:0\00", [6 x i8] c"4:2:0\00", [6 x… argument
Dprivate-extern-redef.c7 __private_extern__ const int K; variable
8 const int K = 37; variable
/external/llvm/include/llvm/ADT/
DImmutableIntervalMap.h106 TreeTy *Find(TreeTy *T, key_type_ref K) { in Find()
122 key_type_ref K = ImutInfo::KeyOfValue(V); in add_internal() local
140 TreeTy *removeAllOverlaps(TreeTy *T, key_type_ref K) { in removeAllOverlaps()
152 TreeTy *removeOverlap(TreeTy *T, key_type_ref K, bool &Changed) { in removeOverlap()
221 key_type_ref K, data_type_ref D) { in add()
226 ImmutableIntervalMap remove(ImmutableIntervalMap Old, key_type_ref K) { in remove()
231 data_type *lookup(ImmutableIntervalMap M, key_type_ref K) { in lookup()
/external/webrtc/src/common_audio/signal_processing_library/main/source/
Dresample_fractional.c45 const WebRtc_Word32 K) in WebRtcSpl_Resample48khzTo32khz()
91 const WebRtc_Word32 K) in WebRtcSpl_Resample32khzTo24khz()
200 const WebRtc_Word32 K) in WebRtcSpl_Resample44khzTo32khz()
/external/clang/test/SemaObjC/
Dno-protocol-option-tests.m25 @interface K : super <P> interface
27 @implementation K @end // no warning with -Wno-protocol implementation
/external/clang/lib/Frontend/
DLangStandards.cpp20 const LangStandard &LangStandard::getLangStandardForKind(Kind K) { in getLangStandardForKind()
33 Kind K = llvm::StringSwitch<Kind>(Name) in getLangStandardForName() local
/external/llvm/include/llvm/Target/
DTargetAsmLexer.h81 bool is(AsmToken::TokenKind K) const { return CurTok.is(K); } in is()
84 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); } in isNot()
/external/stlport/test/eh/
Dtest_map.cpp36 container_category(const EH_STD::__multimap__<K,V,Comp, A>&) in container_category()
43 container_category(const EH_STD::__map__<K,V,Comp, A>&) in container_category()
/external/clang/test/SemaCXX/
Ddecltype-overloaded-functions.cpp11 struct K { struct
/external/openssl/crypto/ripemd/
Drmd_locl.h131 #define RIP2(a,b,c,d,e,w,s,K) { \ argument
136 #define RIP3(a,b,c,d,e,w,s,K) { \ argument
141 #define RIP4(a,b,c,d,e,w,s,K) { \ argument
146 #define RIP5(a,b,c,d,e,w,s,K) { \ argument
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h71 bool is(TokenKind K) const { return Kind == K; } in is()
72 bool isNot(TokenKind K) const { return Kind != K; } in isNot()
174 bool is(AsmToken::TokenKind K) const { return CurTok.is(K); } in is()
177 bool isNot(AsmToken::TokenKind K) const { return CurTok.isNot(K); } in isNot()
/external/clang/include/clang/Serialization/
DContinuousRangeMap.h77 iterator find(Int K) { in find()
86 const_iterator find(Int K) const { in find()

12345678