/external/grpc-grpc-java/context/src/test/java/io/grpc/ |
D | PersistentHashArrayMappedTrieTest.java | 52 Key key2 = new Key(0); in leaf_collision() local 71 Key key2 = new Key(1); in leaf_insert() local 101 Key key2 = new Key(key1.hashCode()); in collisionLeaf_insert() local 147 Key key2 = new Key(key1.hashCode()); in collisionLeaf_collision() local 172 final Key key2 = new Key(19); in compressedIndex_combine_differentIndexBit() local 203 final Key key2 = new Key(31 << 5 | 1); // 5 bit regions: (31, 1) in compressedIndex_combine_sameIndexBit() local
|
/external/libchrome/crypto/ |
D | symmetric_key_unittest.cc | 22 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local 34 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local 47 std::unique_ptr<crypto::SymmetricKey> key2(crypto::SymmetricKey::Import( in TEST() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ChainedMap.java | 32 public V get(K2 key2, K1 key1) { in get() 37 public Map<K1, V> get(K2 key2) { 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/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationCreationMethodTest.java | 50 CollationKey key2; 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 | 47 CollationKey key2; in TestRuleVsLocaleCreationMonkey() local 83 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey() local
|
/external/openscreen/discovery/dnssd/impl/ |
D | instance_key_unittest.cc | 19 InstanceKey key2("instance", "_service._udp", "domain"); in TEST() local 66 InstanceKey key2{"instance", "_service._udp", "domain"}; in TEST() local
|
D | service_key_unittest.cc | 18 ServiceKey key2("_service._udp", "domain"); in TEST() local
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | PollingWatchServiceTest.java | 120 Key key2 = watcher.register(createDirectory(), ImmutableList.of(ENTRY_CREATE)); in testCancellingLastKeyStopsPolling() local 137 Key key2 = watcher.register(createDirectory(), ImmutableList.of(ENTRY_DELETE)); in testCloseCancelsAllKeysAndStopsPolling() local
|
/external/guice/core/test/com/google/inject/internal/ |
D | WeakKeySetTest.java | 111 Key<Integer> key2 = Key.get(Integer.class); in testEviction_keyOverlap_2x() local 159 Key<Integer> key2 = Key.get(Integer.class); in testNoEviction_keyOverlap_2x() local 187 Key<Integer> key2 = Key.get(Integer.class); in testEviction_keyAndSourceOverlap_null() local 230 Key<Integer> key2 = Key.get(Integer.class); in testEviction_keyAndSourceOverlap_nonNull() local 277 Key<Integer> key2 = Key.get(Integer.class); in testEviction_keyOverlap_3x() local
|
/external/skia/tests/ |
D | ImageFilterCacheTest.cpp | 50 SkImageFilterCacheKey key2(0, SkMatrix::I(), clip, subset->uniqueID(), subset->subset()); in test_find_existing() local 76 SkImageFilterCacheKey key2(0, SkMatrix::Translate(5, 5), clip1, in test_dont_find_if_diff_key() local 101 SkImageFilterCacheKey key2(1, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge() local 129 SkImageFilterCacheKey key2(1, SkMatrix::I(), clip, subset->uniqueID(), image->subset()); in test_explicit_purging() local
|
/external/skqp/tests/ |
D | ImageFilterCacheTest.cpp | 45 SkImageFilterCacheKey key2(0, SkMatrix::I(), clip, subset->uniqueID(), subset->subset()); in test_find_existing() local 72 SkImageFilterCacheKey key2(0, SkMatrix::MakeTrans(5, 5), clip1, in test_dont_find_if_diff_key() local 96 SkImageFilterCacheKey key2(1, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge() local 123 SkImageFilterCacheKey key2(1, SkMatrix::I(), clip, subset->uniqueID(), image->subset()); in test_explicit_purging() local
|
/external/vboot_reference/tests/ |
D | vb21_common2_tests.c | 28 struct vb2_packed_key *key2; in test_unpack_key() local 251 struct vb2_packed_key *key2 = NULL; in test_algorithm() local
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | agent-subst-test.properties | 3 key2=$${user.home} key
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | mutex_pool.h | 58 uintptr_t key2) { in mutex_pool_lock2() 76 uintptr_t key2) { in mutex_pool_unlock2()
|
/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 | 38 Context.Key<Object> key2 = Context.key("key2"); field in WriteBenchmark.ContextState
|
/external/curl/tests/unit/ |
D | unit1602.c | 57 int key2 = 25; variable
|
D | unit1603.c | 53 char key2[] = "key2b"; variable
|
/external/selinux/libsepol/src/ |
D | symtab.c | 31 const_hashtab_key_t key2) in symcmp()
|
/external/perfetto/src/traced/probes/filesystem/ |
D | lru_inode_cache_unittest.cc | 34 const std::pair<BlockDeviceID, Inode> key2{0, 1}; variable
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/ |
D | CachedContentIndexTest.java | 94 final String key2 = "key2"; in addGetRemove() local 198 final String key2 = "key2"; in assignIdForKeyAndGetKeyForId() 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/selinux/libsemanage/tests/ |
D | test_port.c | 492 semanage_port_key_t *key2 = NULL; in test_port_exists() local 645 semanage_port_key_t *key2 = NULL; in test_port_exists_local() local 799 semanage_port_key_t *key2 = NULL; in helper_port_validate_local_twoports() local 845 semanage_port_key_t *key2 = NULL; in helper_port_validate_local_proto() local
|
D | test_user.c | 186 semanage_user_key_t *key2 = NULL; in test_user_compare() local 470 semanage_user_key_t *key2 = NULL; in test_user_exists() local 589 semanage_user_key_t *key2 = NULL; in test_user_exists_local() local
|