/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/cldr-code/src/main/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/cronet/net/cert/ |
D | cert_verifier_unittest.cc | 42 CertVerifier::RequestParams key2; in TEST() member 126 const CertVerifier::RequestParams& key2 = test.key2; in TEST() local
|
/external/cronet/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/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/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/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/cronet/net/base/registry_controlled_domains/ |
D | registry_controlled_domain_unittest.cc | 479 const char key2[] = in TEST_F() local 513 const char key2[] = in TEST_F() local 536 const char key2[] = "a.b.aak"; in TEST_F() local 571 const char key2[] = "a.b.kaa"; in TEST_F() 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
|
/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/cronet/third_party/icu/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/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/cronet/net/base/ |
D | network_isolation_key_unittest.cc | 138 NetworkIsolationKey key2(site1, site2, nonce2); in TEST_P() local 295 NetworkIsolationKey key2 = kKeys[second]; in TEST_P() local 310 NetworkIsolationKey key2(kSite2, kSite2); in TEST_P() local 333 NetworkIsolationKey key2(site_data_1, site_data_2); in TEST_P() local
|
/external/skia/tests/ |
D | ImageFilterCacheTest.cpp | 78 SkImageFilterCacheKey key2(0, SkMatrix::I(), clip, subset->uniqueID(), subset->subset()); in test_find_existing() local 105 SkImageFilterCacheKey key2(0, SkMatrix::Translate(5, 5), clip1, in test_dont_find_if_diff_key() local 129 SkImageFilterCacheKey key2(1, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge() local 156 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/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/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | agent-subst-test.properties | 3 key2=$${user.home} key
|
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/ |
D | FileGroupsMetadataTest.java | 370 GroupKey key2 = in removeGroups_noGroups() local 402 GroupKey key2 = in removeGroups_removePendingGroup() local 433 GroupKey key2 = in removeGroups_removeDownloadedGroup() local 566 GroupKey key2 = in writeAndReadGroups_migration_fromDataFileGroup_toDataFileGroupInternal() local
|
/external/cronet/net/dns/ |
D | host_cache_unittest.cc | 111 HostCache::Key key2 = Key("foobar2.com"); in TEST() local 293 HostCache::Key key2(kHost, DnsQueryType::UNSPECIFIED, 0, in TEST() local 354 HostCache::Key key2 = Key("foobar2.com"); in TEST() local 384 HostCache::Key key2 = Key("foobar2.com"); in TEST() local 449 HostCache::Key key2(url::SchemeHostPort(url::kHttpScheme, "foobar.com", 80), in TEST() local 488 HostCache::Key key2(kHost, DnsQueryType::A, HOST_RESOLVER_CANONNAME, in TEST() local 536 HostCache::Key key2(kHost, DnsQueryType::UNSPECIFIED, 0, in TEST() local 576 HostCache::Key key2(kHost, DnsQueryType::A, 0, HostResolverSource::ANY, in TEST() local 766 HostCache::Key key2 = Key("foobar2.com"); in TEST() local 868 HostCache::Key key2 = Key("foobar2.com"); in TEST() local [all …]
|
/external/cronet/base/ |
D | supports_user_data_unittest.cc | 67 char key2 = 0; in TEST_P() local 80 char key2 = 0; in TEST_P() local
|
/external/pigweed/pw_kvs/ |
D | key_value_store_fuzz_test.cc | 62 const char* key2 = "Buf2"; in TEST() local 125 const char* key2 = "Buf2"; in TEST() local
|
/external/cronet/base/win/ |
D | registry_unittest.cc | 350 typename TypeParam::RegType key2(TypeParam::Create()); in TYPED_TEST() local 432 typename TypeParam::RegType key2(TypeParam::Create()); in TYPED_TEST() local 449 typename TypeParam::RegType key2(std::move(key)); in TYPED_TEST() local 461 typename TypeParam::RegType key2(TypeParam::Create()); in TYPED_TEST() 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 | 38 Context.Key<Object> key2 = Context.key("key2"); field in WriteBenchmark.ContextState
|