Home
last modified time | relevance | path

Searched defs:k2 (Results 1 – 25 of 182) sorted by relevance

12345678

/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DCollationKeyTest.java24 CollationKey k2 = c.getCollationKey("this"); in testHashCode() local
44 CollationKey k2 = c.getCollationKey("this"); in testCompareToCollationKey() local
58 CollationKey k2 = c.getCollationKey("this"); in testCompareToObject() local
69 CollationKey k2 = c.getCollationKey("this"); in testEqualsObject() local
/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp7 static const int k2 = k1; member
15 constexpr int U1::k2; member in U1
24 static double k2; member
28 template<typename T> double U2<T>::k2 = 5.3; 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/src/com/google/common/collect/
DImmutableSortedMapFauxverideShim.java64 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.java65 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.java80 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/guava/guava/src/com/google/common/hash/
DMurmur3_128HashFunction.java95 long k2 = bb.getLong(); in process() local
100 private void bmix64(long k1, long k2) { in bmix64()
116 long k2 = 0; in processRemaining() local
195 private static long mixK2(long k2) { in mixK2()
/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/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()
/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()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableBiMap.java42 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.java75 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.java55 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/vboot_reference/tests/
Dvb20_rsa_padding_tests.c29 void vb2_public_key_to_vb2(struct vb2_public_key *k2, in vb2_public_key_to_vb2()
127 struct vb2_public_key k2; in main() local
Dvb21_host_key_tests.c36 struct vb2_private_key *key, *k2; in private_key_tests() local
171 struct vb2_public_key *key, k2; in public_key_tests() local
/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()
/external/jemalloc_new/include/jemalloc/internal/
Dhash.h145 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1); in hash_x86_128() local
175 uint32_t k2 = 0; in hash_x86_128() local
242 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1); in hash_x64_128() local
260 uint64_t k2 = 0; in hash_x64_128() local
/external/jemalloc/include/jemalloc/internal/
Dhash.h179 uint32_t k2 = hash_get_block_32(blocks, i*4 + 1); in hash_x86_128() local
209 uint32_t k2 = 0; in hash_x86_128() local
277 uint64_t k2 = hash_get_block_64(blocks, i*2 + 1); in hash_x64_128() local
295 uint64_t k2 = 0; in hash_x64_128() local
/external/clang/test/CodeGenCXX/
Dvtable-layout-extreme.cpp28 int k2; member in Test1::C3
204 int k2; member in Test1::C9
Dstatic-data-member.cpp99 static const int k2 = 76; member
105 const int U::k2; member in test5::U
/external/openssh/
Dcipher-3des1.c47 EVP_CIPHER_CTX k1, k2, k3; member
58 u_char *k1, *k2, *k3; in ssh1_3des_init() local
/external/openssh/regress/unittests/sshkey/
Dtest_file.c45 struct sshkey *k1, *k2; in sshkey_file_tests() local
/external/clang/test/Lexer/
Dcxx1y_binary_literal.cpp18 int k2 = 0b10010f; // expected-error {{invalid digit 'f' in binary constant}} variable
/external/webrtc/webrtc/common_audio/resampler/
Dsinc_resampler_neon.cc21 const float* k2, in Convolve_NEON()
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp17.cpp13 void k2() { in k2() function

12345678