Home
last modified time | relevance | path

Searched defs:key2 (Results 1 – 25 of 193) sorted by relevance

12345678

/external/grpc-grpc-java/context/src/test/java/io/grpc/
DPersistentHashArrayMappedTrieTest.java52 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/
Dsymmetric_key_unittest.cc22 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/
DChainedMap.java32 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/
Duvectest.cpp74 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/
DCollationCreationMethodTest.java50 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/
DCollationCreationMethodTest.java47 CollationKey key2; in TestRuleVsLocaleCreationMonkey() local
83 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey() local
/external/openscreen/discovery/dnssd/impl/
Dinstance_key_unittest.cc19 InstanceKey key2("instance", "_service._udp", "domain"); in TEST() local
66 InstanceKey key2{"instance", "_service._udp", "domain"}; in TEST() local
Dservice_key_unittest.cc18 ServiceKey key2("_service._udp", "domain"); in TEST() local
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPollingWatchServiceTest.java120 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/
DWeakKeySetTest.java111 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/
DImageFilterCacheTest.cpp50 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/
DImageFilterCacheTest.cpp45 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/
Dvb21_common2_tests.c28 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/
Dagent-subst-test.properties3 key2=$${user.home} key
/external/jemalloc_new/include/jemalloc/internal/
Dmutex_pool.h58 uintptr_t key2) { in mutex_pool_lock2()
76 uintptr_t key2) { in mutex_pool_unlock2()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.c47 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/
DWriteBenchmark.java38 Context.Key<Object> key2 = Context.key("key2"); field in WriteBenchmark.ContextState
/external/curl/tests/unit/
Dunit1602.c57 int key2 = 25; variable
Dunit1603.c53 char key2[] = "key2b"; variable
/external/selinux/libsepol/src/
Dsymtab.c31 const_hashtab_key_t key2) in symcmp()
/external/perfetto/src/traced/probes/filesystem/
Dlru_inode_cache_unittest.cc34 const std::pair<BlockDeviceID, Inode> key2{0, 1}; variable
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/
DCachedContentIndexTest.java94 final String key2 = "key2"; in addGetRemove() local
198 final String key2 = "key2"; in assignIdForKeyAndGetKeyForId() local
/external/mesa3d/src/gallium/tests/unit/
Du_cache_test.c61 cache_test_compare(const void *key1, const void *key2) { in cache_test_compare()
/external/selinux/libsemanage/tests/
Dtest_port.c492 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
Dtest_user.c186 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

12345678