Home
last modified time | relevance | path

Searched defs:k1 (Results 1 – 25 of 206) sorted by relevance

123456789

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DCollationKeyTest.java23 CollationKey k1 = c.getCollationKey("This"); in testHashCode() local
43 CollationKey k1 = c.getCollationKey("This"); in testCompareToCollationKey() local
57 CollationKey k1 = c.getCollationKey("This"); in testCompareToObject() local
68 CollationKey k1 = c.getCollationKey("This"); in testEqualsObject() local
79 CollationKey k1 = c.getCollationKey("This"); in testToString() local
89 CollationKey k1 = c.getCollationKey("This"); in testGetSourceString() local
99 CollationKey k1 = c.getCollationKey("This"); in testToByteArray() local
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DDoubleKeyMap`3.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) in Put()
27 public virtual TValue Get(TKey1 k1, TKey2 k2) in Get()
39 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) in Get()
47 public virtual ICollection<TValue> Values(TKey1 k1) in Values()
64 public virtual ICollection<TKey2> KeySet(TKey1 k1) in KeySet()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DDoubleKeyMap.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) { in Put()
23 public virtual TValue Get(TKey1 k1, TKey2 k2) { in Get()
34 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) { in Get()
41 public virtual ICollection<TValue> Values(TKey1 k1) { in Values()
56 public virtual ICollection<TKey2> KeySet(TKey1 k1) { in KeySet()
/external/guava/guava/src/com/google/common/hash/
DMurmur3_32HashFunction.java85 int k1 = mixK1(input); in hashInt() local
95 int k1 = mixK1(low); in hashLong() local
110 int k1 = input.charAt(i - 1) | (input.charAt(i) << 16); in hashUnencodedChars() local
117 int k1 = input.charAt(input.length() - 1); in hashUnencodedChars() local
125 private static int mixK1(int k1) { in mixK1()
132 private static int mixH1(int h1, int k1) { in mixH1()
162 int k1 = Murmur3_32HashFunction.mixK1(bb.getInt()); in process() local
169 int k1 = 0; in processRemaining() local
DMurmur3_128HashFunction.java94 long k1 = bb.getLong(); in process() local
100 private void bmix64(long k1, long k2) { in bmix64()
115 long k1 = 0; in processRemaining() local
188 private static long mixK1(long k1) { in mixK1()
DSipHashFunction.java44 private final long k1; field in SipHashFunction
52 SipHashFunction(int c, int d, long k0, long k1) { in SipHashFunction()
118 SipHasher(int c, int d, long k0, long k1) { in SipHasher()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/misc/
DDoubleKeyMap.java12 public Value put(Key1 k1, Key2 k2, Value v) { in put()
26 public Value get(Key1 k1, Key2 k2) { in get()
32 public Map<Key2, Value> get(Key1 k1) { return data.get(k1); } in get()
35 public Collection<Value> values(Key1 k1) { in values()
47 public Set<Key2> keySet(Key1 k1) { in keySet()
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedMapFauxverideShim.java50 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { in of()
64 K k1, V v1, K k2, V v2) { in of()
79 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
109 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableBiMap.java56 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of()
65 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
75 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
85 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
96 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableListMultimap.java70 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { in of()
80 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of()
92 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
105 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
119 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
/external/clang/test/CodeGenCXX/
Dvtable-layout-extreme.cpp27 int k1; member in Test1::C3
64 int k1; member in Test1::C7
75 int k1; member in Test1::C8
203 int k1; member in Test1::C9
/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp6 static constexpr int k1 = 0; member
14 constexpr int U1::k1; member in U1
23 static const int k1; member
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>); member in U2<T>
/external/python/cpython3/Lib/test/
Dtest_keywordonlyarg.py10 def keywordonly_sum(*, k1=0, k2): argument
12 def keywordonly_nodefaults_sum(*, k1, k2): argument
14 def keywordonly_and_kwarg_sum(*, k1, k2, **kwarg): argument
16 def mixedargs_sum(a, b=0, *arg, k1, k2=0): argument
18 def mixedargs_sum2(a, b=0, *arg, k1, k2=0, **kwargs): argument
28 def __init__(self, *, k1, k2=0): argument
31 def set(self, p1, *, k1, k2): argument
129 def foo(p1,p2=0, *, k1, k2=0): argument
143 def f(self, *, k1=1, k2=2): argument
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapPutTester.java38 K k1 = samples.e1.getKey(); in testPutWithSameValueFails() local
79 K k1 = samples.e1.getKey(); in testForcePutOverwritesOldValueEntry() local
93 K k1 = samples.e1.getKey(); in testInversePut() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableBiMap.java37 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1) { in of()
42 public static <K, V> ImmutableBiMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
47 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
53 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
59 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableListMultimap.java65 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { in of()
75 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { in of()
87 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
100 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
114 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
DImmutableMap.java51 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { in of()
55 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { in of()
60 K k1, V v1, K k2, V v2, K k3, V v3) { in of()
66 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of()
72 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of()
/external/jemalloc_new/include/jemalloc/internal/
Dhash.h88 uint32_t k1 = hash_get_block_32(blocks, i); in hash_x86_32() local
104 uint32_t k1 = 0; in hash_x86_32() local
144 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); in hash_x86_128() local
174 uint32_t k1 = 0; in hash_x86_128() local
241 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); in hash_x64_128() local
259 uint64_t k1 = 0; in hash_x64_128() local
/external/jemalloc/include/jemalloc/internal/
Dhash.h121 uint32_t k1 = hash_get_block_32(blocks, i); in hash_x86_32() local
137 uint32_t k1 = 0; in hash_x86_32() local
178 uint32_t k1 = hash_get_block_32(blocks, i*4 + 0); in hash_x86_128() local
208 uint32_t k1 = 0; in hash_x86_128() local
276 uint64_t k1 = hash_get_block_64(blocks, i*2 + 0); in hash_x64_128() local
294 uint64_t k1 = 0; in hash_x64_128() local
/external/kmod/testsuite/
Dtest-hash.c51 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_get_count() local
70 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_replace() local
100 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_replace_failing() local
132 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_iter() local
166 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_iter_after_del() local
201 const char *k1 = "k1", *k2 = "k2", *k3 = "k3"; in test_hash_free() local
/external/openssh/regress/unittests/sshkey/
Dtest_fuzz.c51 struct sshkey *k1; in public_fuzz() local
102 struct sshkey *k1; in sshkey_fuzz_tests() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9FieldID.java44 public X9FieldID(int m, int k1) in X9FieldID()
64 public X9FieldID(int m, int k1, int k2, int k3) in X9FieldID()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
DX9FieldID.java46 public X9FieldID(int m, int k1) in X9FieldID()
66 public X9FieldID(int m, int k1, int k2, int k3) in X9FieldID()
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DContext.java320 public <V> Context withValue(Key<V> k1, V v1) { in withValue()
329 public <V1, V2> Context withValues(Key<V1> k1, V1 v1, Key<V2> k2, V2 v2) { in withValues()
339 public <V1, V2, V3> Context withValues(Key<V1> k1, V1 v1, Key<V2> k2, V2 v2, Key<V3> k3, V3 v3) { in withValues()
349 public <V1, V2, V3, V4> Context withValues(Key<V1> k1, V1 v1, Key<V2> k2, V2 v2, in withValues()
/external/openssh/
Dcipher-3des1.c47 EVP_CIPHER_CTX k1, k2, k3; member
58 u_char *k1, *k2, *k3; in ssh1_3des_init() local

123456789