/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/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/icu/icu4c/source/test/intltest/ |
D | uvectest.cpp | 74 UVectorTest_compareInt32(UElement key1, UElement key2) { in UVectorTest_compareInt32() 86 UVectorTest_compareCstrings(const UElement key1, const UElement key2) { in UVectorTest_compareCstrings()
|
/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/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/skia/tests/ |
D | ImageFilterCacheTest.cpp | 49 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_find_existing() local 75 SkImageFilterCacheKey key1(1, SkMatrix::I(), clip1, image->uniqueID(), image->subset()); in test_dont_find_if_diff_key() local 100 SkImageFilterCacheKey key1(0, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge() local 128 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 | 47 static bool vmw_dev_compare(const void *key1, const 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 | 222 Key unisets::chooseFrom(UnicodeString str, Key key1) { in chooseFrom() 226 Key unisets::chooseFrom(UnicodeString str, Key key1, Key key2) { in chooseFrom()
|
/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/perfetto/src/traced/probes/filesystem/ |
D | lru_inode_cache_unittest.cc | 33 const std::pair<BlockDeviceID, Inode> key1{0, 0}; variable
|
/external/selinux/libsepol/src/ |
D | symtab.c | 30 __attribute__ ((unused)), const_hashtab_key_t key1, in symcmp()
|
/external/curl/tests/unit/ |
D | unit1603.c | 52 char key1[] = "key1"; variable
|
/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/skia/src/gpu/ |
D | GrPath.cpp | 46 SkAutoTArray<uint32_t> key1(cnt0); in isEqualTo() local
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/ |
D | CachedContentIndexTest.java | 93 final String key1 = "key1"; in addGetRemove() local 197 final String key1 = "key1"; in assignIdForKeyAndGetKeyForId() local
|
/external/autotest/site_utils/bootperf-bin/ |
D | resultset.py | 223 def DeltaData(self, key0, key1): argument 241 def DeltaStatistics(self, key0, key1): argument
|