/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationKanaTest.java | 185 CollationKey key1, key2; in TestCommonCharacters() 196 key2 = rb.getCollationKey(string2); in TestCommonCharacters() 198 if ( result != 0 || !key1.equals(key2)) { in TestCommonCharacters()
|
H A D | CollationAPITest.java | 108 CollationKey key2 = col.getCollationKey(test2); in TestCollationKey() 111 doAssert(key1.compareTo(key2) > 0, in TestCollationKey() 113 doAssert(key2.compareTo(key1) < 0, in TestCollationKey() 115 doAssert(key2.compareTo(key3) == 0, in TestCollationKey() 118 byte key2identical[] = key2.toByteArray(); in TestCollationKey() 124 key2 = col.getCollationKey(test2); in TestCollationKey() 127 doAssert(key1.compareTo(key2) == 0, in TestCollationKey() 129 doAssert(key2.compareTo(key3) == 0, in TestCollationKey() 132 byte tempkey[] = key2.toByteArray(); in TestCollationKey()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationKanaTest.java | 188 CollationKey key1, key2; in TestCommonCharacters() 199 key2 = rb.getCollationKey(string2); in TestCommonCharacters() 201 if ( result != 0 || !key1.equals(key2)) { in TestCommonCharacters()
|
H A D | CollationAPITest.java | 111 CollationKey key2 = col.getCollationKey(test2); in TestCollationKey() 114 doAssert(key1.compareTo(key2) > 0, in TestCollationKey() 116 doAssert(key2.compareTo(key1) < 0, in TestCollationKey() 118 doAssert(key2.compareTo(key3) == 0, in TestCollationKey() 121 byte key2identical[] = key2.toByteArray(); in TestCollationKey() 127 key2 = col.getCollationKey(test2); in TestCollationKey() 130 doAssert(key1.compareTo(key2) == 0, in TestCollationKey() 132 doAssert(key2.compareTo(key3) == 0, in TestCollationKey() 135 byte tempkey[] = key2.toByteArray(); in TestCollationKey()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | KeyTypeData.java | 440 String key2 = keyInfoEntry2.getKey(); in getKeyInfo() 444 _deprecatedKeys.add(key2); in getKeyInfo() 447 _valueTypes.put(key2, ValueType.valueOf(value2)); in getKeyInfo() 476 String key2 = keyInfoEntry2.getKey(); in getTypeInfo() 487 _deprecatedKeyTypes.put(key2, Collections.unmodifiableSet(_deprecatedTypes)); in getTypeInfo()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | KeyTypeData.java | 436 String key2 = keyInfoEntry2.getKey(); in getKeyInfo() 440 _deprecatedKeys.add(key2); in getKeyInfo() 443 _valueTypes.put(key2, ValueType.valueOf(value2)); in getKeyInfo() 472 String key2 = keyInfoEntry2.getKey(); in getTypeInfo() 483 _deprecatedKeyTypes.put(key2, Collections.unmodifiableSet(_deprecatedTypes)); in getTypeInfo()
|
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 146 const ECX_KEY *key2 = keydata2; in ecx_match() local 153 ok = ok && key1->type == key2->type; in ecx_match() 159 const unsigned char *pb = key2->haspubkey ? key2->pubkey : NULL; in ecx_match() 161 size_t pbl = key2->keylen; in ecx_match() 165 && key1->type == key2->type in ecx_match() 174 const unsigned char *pb = key2->privkey; in ecx_match() 176 size_t pbl = key2->keylen; in ecx_match() 180 && key1->type == key2->type in ecx_match()
|
/third_party/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 146 const ECX_KEY *key2 = keydata2; in ecx_match() local 153 ok = ok && key1->type == key2->type; in ecx_match() 159 const unsigned char *pb = key2->haspubkey ? key2->pubkey : NULL; in ecx_match() 161 size_t pbl = key2->keylen; in ecx_match() 165 && key1->type == key2->type in ecx_match() 174 const unsigned char *pb = key2->privkey; in ecx_match() 176 size_t pbl = key2->keylen; in ecx_match() 180 && key1->type == key2->type in ecx_match()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_single_ver_dlp_test.cpp | 190 Key key2 = {'k', '2'}; in HWTEST_F() local 192 delegatePtr2->Put(key2, value2); in HWTEST_F() 197 EXPECT_EQ(delegatePtr2->Get(key2, value), OK); in HWTEST_F() 200 EXPECT_EQ(delegatePtr1->Get(key2, value), NOT_FOUND); in HWTEST_F()
|
/third_party/astc-encoder/Test/ |
H A D | astc_trace_analysis.py | 423 for key2 in keys2: 424 val2 = result_count[key][key2] 425 dat = (key, key2, val2) 427 if key2 == 2:
|
/third_party/node/lib/internal/util/ |
H A D | comparisons.js | 476 for (const key2 of set) { 477 if (innerDeepEqual(key1, key2, strict, memo) && 478 innerDeepEqual(item1, map.get(key2), strict, memo)) { 479 set.delete(key2);
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | chashtst.c | 32 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2); 381 static UBool U_EXPORT2 U_CALLCONV isEqualChars(const UHashTok key1, const UHashTok key2) { in isEqualChars() argument 383 (key2.pointer != NULL) && in isEqualChars() 384 (uprv_strcmp((const char*)key1.pointer, (const char*)key2.pointer) == 0)); in isEqualChars()
|
/third_party/node/deps/v8/src/objects/ |
H A D | transitions-inl.h | 281 PropertyAttributes attributes1, Name key2, in CompareKeys() 284 int cmp = CompareNames(key1, hash1, key2, hash2); in CompareKeys() 290 int TransitionArray::CompareNames(Name key1, uint32_t hash1, Name key2, in CompareNames() argument 292 if (key1 != key2) { in CompareNames() 293 // In case of hash collisions key1 is always "less" than key2. in CompareNames() 280 CompareKeys(Name key1, uint32_t hash1, PropertyKind kind1, PropertyAttributes attributes1, Name key2, uint32_t hash2, PropertyKind kind2, PropertyAttributes attributes2) CompareKeys() argument
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__htable.h | 80 * \param[in] key2 second key 84 const void *key2);
|
/third_party/icu/icu4c/source/common/ |
H A D | static_unicode_sets.h | 109 * Checks if the UnicodeSet given by either key1 or key2 contains the string. 115 * @param key2 The second set to check. 116 * @return key1 if that set contains str; key2 if that set contains str; or 119 U_COMMON_API Key chooseFrom(UnicodeString str, Key key1, Key key2);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | static_unicode_sets.h | 109 * Checks if the UnicodeSet given by either key1 or key2 contains the string. 115 * @param key2 The second set to check. 116 * @return key1 if that set contains str; key2 if that set contains str; or 119 U_COMMON_API Key chooseFrom(UnicodeString str, Key key1, Key key2);
|
/third_party/node/deps/v8/src/profiler/ |
H A D | strings-storage.h | 57 static bool StringsMatch(void* key1, void* key2);
|
H A D | strings-storage.cc | 16 bool StringsStorage::StringsMatch(void* key1, void* key2) { in StringsMatch() argument 17 return strcmp(reinterpret_cast<char*>(key1), reinterpret_cast<char*>(key2)) == in StringsMatch()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | static_unicode_sets.h | 109 * Checks if the UnicodeSet given by either key1 or key2 contains the string. 115 * @param key2 The second set to check. 116 * @return key1 if that set contains str; key2 if that set contains str; or 119 U_COMMON_API Key chooseFrom(UnicodeString str, Key key1, Key key2);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | apicoll.cpp | 1112 CollationKey key2; in TestSortKey() local 1113 col->getCollationKey(test2, u_strlen(test2), key2, status); in TestSortKey() 1118 doAssert(key1.compareTo(key2) == Collator::GREATER, in TestSortKey() 1120 doAssert(key2.compareTo(key1) == Collator::LESS, in TestSortKey() 1122 doAssert(key2.compareTo(key3) == Collator::EQUAL, in TestSortKey() 1125 // Clone the key2 sortkey for later. in TestSortKey() 1127 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey() 1138 tempkey = key2.getByteArray(keylength); in TestSortKey() 1152 tempkey = key2.getByteArray(keylength); in TestSortKey() 1169 tempkey = key2 in TestSortKey() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2225 my ($inp,$out,$len,$key1,$key2,$ivp)=map("x$_",(0..5)); 2262 // Encrypt the iv with key2, as the first XEX iv. 2263 ldr $rounds,[$key2,#240] 2264 vld1.32 {$dat},[$key2],#16 2267 vld1.32 {$dat1},[$key2],#16 2272 vld1.32 {$dat},[$key2],#16 2276 vld1.32 {$dat1},[$key2],#16 2281 vld1.32 {$dat},[$key2] 2349 // Firstly, encrypt the iv with key2, as the first iv of XEX. 2350 ldr $rounds,[$key2,#24 [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 2241 my ($inp,$out,$len,$key1,$key2,$ivp)=map("x$_",(0..5)); 2278 // Encrypt the iv with key2, as the first XEX iv. 2279 ldr $rounds,[$key2,#240] 2280 vld1.32 {$dat},[$key2],#16 2283 vld1.32 {$dat1},[$key2],#16 2288 vld1.32 {$dat},[$key2],#16 2292 vld1.32 {$dat1},[$key2],#16 2297 vld1.32 {$dat},[$key2] 2365 // Firstly, encrypt the iv with key2, as the first iv of XEX. 2366 ldr $rounds,[$key2,#24 [all...] |
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/ |
H A D | js_ui_extension_context.h | 122 bool operator()(const UIExtensionConnectionKey &key1, const UIExtensionConnectionKey &key2) const in operator ()() 124 if (key1.id < key2.id) { in operator ()()
|
/third_party/libwebsockets/lib/core/ |
H A D | lws_map.c | 98 const lws_map_value_t key2, size_t kl2) in lws_map_compare_key_default() 103 return memcmp(key1, key2, kl1); in lws_map_compare_key_default() 97 lws_map_compare_key_default(const lws_map_key_t key1, size_t kl1, const lws_map_value_t key2, size_t kl2) lws_map_compare_key_default() argument
|
/third_party/node/deps/v8/src/third_party/vtune/ |
H A D | vtune-jit.cc | 111 bool operator () (void* key1, void* key2) const { in operator ()() 112 return key1 == key2; in operator ()()
|