Home
last modified time | relevance | path

Searched defs:key1 (Results 1 – 25 of 162) sorted by relevance

1234567

/external/grpc-grpc-java/context/src/test/java/io/grpc/
DPersistentHashArrayMappedTrieTest.java51 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/
Dvb20_common2_tests.c24 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/
DCollationCreationMethodTest.java49 CollationKey key1; in TestRuleVsLocaleCreationMonkey() local
86 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey() local
/external/icu/icu4c/source/test/intltest/
Duvectest.cpp72 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/
DCollationCreationMethodTest.java46 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/
Dagent-subst-test.properties2 key1=${user.home}/coverage/jacoco-${java.version}.exec key
/external/cldr/tools/java/org/unicode/cldr/util/
DChainedMap.java32 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/
Dsymmetric_key_unittest.cc30 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/
DWeakKeySetTest.java110 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/
DImageFilterCacheTest.cpp44 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/
DImageFilterCacheTest.cpp44 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/
Dmutex_pool.h57 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/
DJSONObjectComparator.java21 String key1 = arg1.get(sortSpec.getField()).toString().toLowerCase(); in compare() local
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen.c46 static int vmw_dev_compare(void *key1, void *key2) in vmw_dev_compare()
/external/grpc-grpc-java/context/src/jmh/java/io/grpc/
DWriteBenchmark.java37 Context.Key<Object> key1 = Context.key("key1"); field in WriteBenchmark.ContextState
/external/icu/icu4c/source/common/
Dstatic_unicode_sets.cpp200 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/
Dunit1603.c52 char key1[] = "key1"; variable
/external/selinux/libsepol/src/
Dsymtab.c30 __attribute__ ((unused)), const_hashtab_key_t key1, in symcmp()
/external/perfetto/src/traced/probes/filesystem/
Dlru_inode_cache_unittest.cc33 const std::pair<BlockDeviceID, Inode> key1{0, 0}; variable
/external/libdrm/amdgpu/
Damdgpu_device.c55 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/
Dtnc_misc.c357 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/
DGrPath.cpp46 SkAutoTArray<uint32_t> key1(cnt0); in isEqualTo() local
/external/skqp/src/gpu/
DGrPath.cpp46 SkAutoTArray<uint32_t> key1(cnt0); in isEqualTo() 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/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2LiteTest.java446 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()

1234567