/external/grpc-grpc-java/context/src/test/java/io/grpc/ |
D | PersistentHashArrayMappedTrieTest.java | 51 Key key1 = new Key(0); in leaf_collision() local 70 Key key1 = new Key(0); in leaf_insert() local 89 Key key1 = new Key(0); in collisionLeaf_assertKeysDifferent() local 100 Key key1 = new Key(0); in collisionLeaf_insert() local 146 Key key1 = new Key(0); in collisionLeaf_collision() local 171 final Key key1 = new Key(7); in compressedIndex_combine_differentIndexBit() local 202 final Key key1 = new Key(17 << 5 | 1); // 5 bit regions: (17, 1) in compressedIndex_combine_sameIndexBit() local
|
/external/vboot_reference/tests/ |
D | vb20_common2_tests.c | 24 static void test_unpack_key(const struct vb2_packed_key *key1) in test_unpack_key() 77 static void test_verify_data(const struct vb2_packed_key *key1, in test_verify_data() 145 struct vb2_packed_key *key1; in test_algorithm() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationCreationMethodTest.java | 49 CollationKey key1; in TestRuleVsLocaleCreationMonkey() local 86 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey() local
|
/external/icu/icu4c/source/test/intltest/ |
D | uvectest.cpp | 72 UVectorTest_compareInt32(UElement key1, UElement key2) { in UVectorTest_compareInt32() 84 UVectorTest_compareCstrings(const UElement key1, const UElement key2) { in UVectorTest_compareCstrings()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationCreationMethodTest.java | 46 CollationKey key1; in TestRuleVsLocaleCreationMonkey() local 83 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey() local
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | agent-subst-test.properties | 2 key1=${user.home}/coverage/jacoco-${java.version}.exec key
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ChainedMap.java | 32 public V get(K2 key2, K1 key1) { in get() 43 public V put(K2 key2, K1 key1, V value) { in put() 82 public V get(K3 key3, K2 key2, K1 key1) { in get() 92 public V put(K3 key3, K2 key2, K1 key1, V value) { in put() 129 public V get(K4 key4, K3 key3, K2 key2, K1 key1) { in get() 140 public V put(K4 key4, K3 key3, K2 key2, K1 key1, V value) { in put()
|
/external/libchrome/crypto/ |
D | symmetric_key_unittest.cc | 30 std::unique_ptr<crypto::SymmetricKey> key1( in TEST() local 42 std::unique_ptr<crypto::SymmetricKey> key1( in TEST() local
|
/external/guice/core/test/com/google/inject/internal/ |
D | WeakKeySetTest.java | 110 Key<Integer> key1 = Key.get(Integer.class); in testEviction_keyOverlap_2x() local 158 Key<Integer> key1 = Key.get(Integer.class); in testNoEviction_keyOverlap_2x() local 186 Key<Integer> key1 = Key.get(Integer.class); in testEviction_keyAndSourceOverlap_null() local 229 Key<Integer> key1 = Key.get(Integer.class); in testEviction_keyAndSourceOverlap_nonNull() local 276 Key<Integer> key1 = Key.get(Integer.class); in testEviction_keyOverlap_3x() local
|
/external/skia/tests/ |
D | ImageFilterCacheTest.cpp | 44 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_find_existing() local 71 SkImageFilterCacheKey key1(1, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key() local 95 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge() local 122 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_explicit_purging() local
|
/external/skqp/tests/ |
D | ImageFilterCacheTest.cpp | 44 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_find_existing() local 71 SkImageFilterCacheKey key1(1, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key() local 95 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge() local 122 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_explicit_purging() local
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | mutex_pool.h | 57 mutex_pool_lock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_lock2() 75 mutex_pool_unlock2(tsdn_t *tsdn, mutex_pool_t *pool, uintptr_t key1, in mutex_pool_unlock2()
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | JSONObjectComparator.java | 21 String key1 = arg1.get(sortSpec.getField()).toString().toLowerCase(); in compare() local
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen.c | 46 static int vmw_dev_compare(void *key1, void *key2) in vmw_dev_compare()
|
/external/grpc-grpc-java/context/src/jmh/java/io/grpc/ |
D | WriteBenchmark.java | 37 Context.Key<Object> key1 = Context.key("key1"); field in WriteBenchmark.ContextState
|
/external/icu/icu4c/source/common/ |
D | static_unicode_sets.cpp | 200 Key unisets::chooseFrom(UnicodeString str, Key key1) { in chooseFrom() 204 Key unisets::chooseFrom(UnicodeString str, Key key1, Key key2) { in chooseFrom()
|
/external/curl/tests/unit/ |
D | unit1603.c | 52 char key1[] = "key1"; variable
|
/external/selinux/libsepol/src/ |
D | symtab.c | 30 __attribute__ ((unused)), const_hashtab_key_t key1, in symcmp()
|
/external/perfetto/src/traced/probes/filesystem/ |
D | lru_inode_cache_unittest.cc | 33 const std::pair<BlockDeviceID, Inode> key1{0, 0}; variable
|
/external/libdrm/amdgpu/ |
D | amdgpu_device.c | 55 static int handle_compare(void *key1, void *key2) in handle_compare() 78 static int fd_compare(void *key1, void *key2) in fd_compare()
|
/external/u-boot/fs/ubifs/ |
D | tnc_misc.c | 357 const union ubifs_key *key1, *key2; in read_znode() local 452 union ubifs_key key1, *key = &zbr->key; in ubifs_tnc_read_node() local
|
/external/skia/src/gpu/ |
D | GrPath.cpp | 46 SkAutoTArray<uint32_t> key1(cnt0); in isEqualTo() local
|
/external/skqp/src/gpu/ |
D | GrPath.cpp | 46 SkAutoTArray<uint32_t> key1(cnt0); in isEqualTo() local
|
/external/mesa3d/src/gallium/tests/unit/ |
D | u_cache_test.c | 61 cache_test_compare(const void *key1, const void *key2) { in cache_test_compare()
|
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | MapForProto2LiteTest.java | 446 private static <K, V> Map<K, V> newMap(K key1, V value1) { in newMap() 452 private static <K, V> Map<K, V> newMap(K key1, V value1, K key2, V value2) { in newMap()
|