/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | CollationKeyTest.java | 24 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/ |
D | p2-0x.cpp | 7 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/ |
D | test_keywordonlyarg.py | 10 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/ |
D | ImmutableSortedMapFauxverideShim.java | 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()
|
D | ImmutableBiMap.java | 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()
|
D | ImmutableListMultimap.java | 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/guava/guava/src/com/google/common/hash/ |
D | Murmur3_128HashFunction.java | 95 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/ |
D | test-hash.c | 51 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/ |
D | DoubleKeyMap`3.cs | 9 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/ |
D | DoubleKeyMap.cs | 9 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/ |
D | ImmutableBiMap.java | 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()
|
D | ImmutableListMultimap.java | 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()
|
D | ImmutableMap.java | 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/vboot_reference/tests/ |
D | vb20_rsa_padding_tests.c | 29 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
|
D | vb21_host_key_tests.c | 36 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/ |
D | DoubleKeyMap.java | 12 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/ |
D | hash.h | 145 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/ |
D | hash.h | 179 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/ |
D | vtable-layout-extreme.cpp | 28 int k2; member in Test1::C3 204 int k2; member in Test1::C9
|
D | static-data-member.cpp | 99 static const int k2 = 76; member 105 const int U::k2; member in test5::U
|
/external/openssh/ |
D | cipher-3des1.c | 47 EVP_CIPHER_CTX k1, k2, k3; member 58 u_char *k1, *k2, *k3; in ssh1_3des_init() local
|
/external/openssh/regress/unittests/sshkey/ |
D | test_file.c | 45 struct sshkey *k1, *k2; in sshkey_file_tests() local
|
/external/clang/test/Lexer/ |
D | cxx1y_binary_literal.cpp | 18 int k2 = 0b10010f; // expected-error {{invalid digit 'f' in binary constant}} variable
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | sinc_resampler_neon.cc | 21 const float* k2, in Convolve_NEON()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p17.cpp | 13 void k2() { in k2() function
|