Home
last modified time | relevance | path

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

123456

/external/libchrome/crypto/
Dsymmetric_key_unittest.cc24 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local
40 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local
58 std::unique_ptr<crypto::SymmetricKey> key2( in TEST() local
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationCreationMethodTest.java44 CollationKey key2; in TestRuleVsLocaleCreationMonkey() local
80 report(locale.getDisplayName(), randString1, key1, key2); in TestRuleVsLocaleCreationMonkey() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationCreationMethodTest.java45 CollationKey key2; in TestRuleVsLocaleCreationMonkey() local
81 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/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
Dagent-subst-test.properties3 key2=$${user.home} key
/external/skia/tests/
DImageFilterCacheTest.cpp37 SkImageFilterCacheKey key2(0, SkMatrix::I(), clip, subset->uniqueID(), subset->subset()); in test_find_existing() local
63 SkImageFilterCacheKey key2(0, SkMatrix::MakeTrans(5, 5), clip1, in test_dont_find_if_diff_key() local
86 SkImageFilterCacheKey key2(1, SkMatrix::I(), clip, image->uniqueID(), image->subset()); in test_internal_purge() local
111 SkImageFilterCacheKey key2(1, SkMatrix::I(), clip, subset->uniqueID(), image->subset()); in test_explicit_purging() local
DResourceCacheTest.cpp917 GrUniqueKey key2; in test_duplicate_unique_key() local
936 GrUniqueKey key1, key2, key3; in test_purge_invalidated() local
1004 GrUniqueKey key1, key2; in test_cache_chained_purge() local
1036 GrUniqueKey key1, key2; in test_resource_size_changed() local
1381 GrUniqueKey key1, key2, key3; in test_partial_purge() local
1483 GrUniqueKey key1, key2; in test_large_resource_count() local
1507 GrUniqueKey key1, key2; in test_large_resource_count() local
1524 GrUniqueKey key1, key2; in test_large_resource_count() local
1534 GrUniqueKey key1, key2; in test_custom_data() 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/guice/core/test/com/google/inject/internal/
DWeakKeySetTest.java113 Key<Integer> key2 = Key.get(Integer.class); in testEviction_keyOverlap_2x() local
161 Key<Integer> key2 = Key.get(Integer.class); in testNoEviction_keyOverlap_2x() local
189 Key<Integer> key2 = Key.get(Integer.class); in testEviction_keyAndSourceOverlap_null() local
232 Key<Integer> key2 = Key.get(Integer.class); in testEviction_keyAndSourceOverlap_nonNull() local
279 Key<Integer> key2 = Key.get(Integer.class); in testEviction_keyOverlap_3x() 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/r8/src/test/java/com/android/tools/r8/smali/
DSwitchRewritingTest.java31 private boolean twoCaseWillUsePackedSwitch(int key1, int key2) { in twoCaseWillUsePackedSwitch()
112 private void runTwoCaseSparseToPackedDexTest(int key1, int key2) { in runTwoCaseSparseToPackedDexTest()
314 private void runTwoCaseSparseToPackedJarTest(int key1, int key2) throws Exception { in runTwoCaseSparseToPackedJarTest()
/external/curl/tests/unit/
Dunit1602.c57 int key2 = 25; variable
Dunit1603.c53 char key2[] = "key2b"; variable
/external/libdrm/amdgpu/
Damdgpu_device.c60 static int handle_compare(void *key1, void *key2) in handle_compare()
83 static int fd_compare(void *key1, void *key2) in fd_compare()
/external/selinux/libsepol/src/
Dsymtab.c31 const_hashtab_key_t key2) in symcmp()
/external/mesa3d/src/gallium/tests/unit/
Du_cache_test.c61 cache_test_compare(const void *key1, const void *key2) { in cache_test_compare()
/external/mesa3d/src/gallium/winsys/freedreno/drm/
Dfreedreno_drm_winsys.c76 static int compare_fd(void *key1, void *key2) in compare_fd()
/external/ltp/testcases/kernel/syscalls/request_key/
Drequest_key02.c43 static int key2; variable
/external/mesa3d/src/gallium/winsys/nouveau/drm/
Dnouveau_drm_winsys.c48 static int compare_fd(void *key1, void *key2) in compare_fd()
/external/v8/src/
Dtransitions-inl.h122 PropertyAttributes attributes1, Name* key2, in CompareKeys()
132 int TransitionArray::CompareNames(Name* key1, uint32_t hash1, Name* key2, in CompareNames()
/external/python/cpython2/Modules/
Drotatingtree.c3 #define KEY_LOWER_THAN(key1, key2) ((char*)(key1) < (char*)(key2)) argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatRegistrationTest.java82 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DNumberFormatRegistrationTest.java83 Object key2 = NumberFormat.registerFactory(new TestFactory(fu_FU, ULocale.GERMANY)); in TestRegistration() local
/external/mesa3d/src/gallium/winsys/etnaviv/drm/
Detnaviv_drm_winsys.c104 static int compare_fd(void *key1, void *key2) in compare_fd()
/external/icu/icu4c/source/common/
Dunistr_case.cpp171 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2) { in uhash_compareCaselessUnicodeString()

123456