/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cmac/ |
H A D | cavp_3des_cmac_tests.txt | 15 Key3 = 52f4a110dcdc9e45 26 Key3 = 5b61f4f7a1c46ed6 37 Key3 = 2ca2706d76d00b67 48 Key3 = 83d5b6ba253bea31 59 Key3 = 76cb4fb55ebcc1c7 70 Key3 = e6407057ae34ec0b 81 Key3 = 86dc07b607202abc 92 Key3 = cedf6797d523dcab 103 Key3 = 6b2086f14934838a 114 Key3 = 2080fe52e0d3943d [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/cmac/ |
H A D | cavp_3des_cmac_tests.txt | 15 Key3 = 52f4a110dcdc9e45 26 Key3 = 5b61f4f7a1c46ed6 37 Key3 = 2ca2706d76d00b67 48 Key3 = 83d5b6ba253bea31 59 Key3 = 76cb4fb55ebcc1c7 70 Key3 = e6407057ae34ec0b 81 Key3 = 86dc07b607202abc 92 Key3 = cedf6797d523dcab 103 Key3 = 6b2086f14934838a 114 Key3 = 2080fe52e0d3943d [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | hash.c | 41 xmlChar *key3; member 62 const xmlChar *key3, size_t *lengths) { in xmlHashValue() argument 86 if (key3 != NULL) { in xmlHashValue() 87 for (i = 0; key3[i] != 0; i++) { in xmlHashValue() 88 HASH_UPDATE(h1, h2, key3[i]); in xmlHashValue() 247 if (entry->key3) in xmlHashFree() 248 xmlFree(entry->key3); in xmlHashFree() 282 * @key3: third string key 293 const xmlChar *key2, const xmlChar *key3, in xmlHashFindEntry() argument 317 (entry->key3 == key3)) { in xmlHashFindEntry() [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | hash.c | 41 xmlChar *key3; member 62 const xmlChar *key3, size_t *lengths) { in xmlHashValue() argument 86 if (key3 != NULL) { in xmlHashValue() 87 for (i = 0; key3[i] != 0; i++) { in xmlHashValue() 88 HASH_UPDATE(h1, h2, key3[i]); in xmlHashValue() 247 if (entry->key3) in xmlHashFree() 248 xmlFree(entry->key3); in xmlHashFree() 282 * @key3: third string key 293 const xmlChar *key2, const xmlChar *key3, in xmlHashFindEntry() argument 317 (entry->key3 == key3)) { in xmlHashFindEntry() [all …]
|
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | ImmutableSparseArrayTest.java | 54 final int key3 = -3; // intentionally negative in testCloneWithPutOrSelf_appendingFromEmpty() local 74 twoItemArray.cloneWithPutOrSelf(key3, value3); in testCloneWithPutOrSelf_appendingFromEmpty() 80 assertThat(threeItemArray.get(key3)).isSameInstanceAs(value3); in testCloneWithPutOrSelf_appendingFromEmpty() 89 assertThat(fourItemArray.get(key3)).isSameInstanceAs(value3); in testCloneWithPutOrSelf_appendingFromEmpty() 110 final int key3 = 3; in testCloneWithPutOrSelf_updateExistingValue() local 117 .cloneWithPutOrSelf(key3, value3); in testCloneWithPutOrSelf_updateExistingValue() 125 assertThat(updatedArray.get(key3)).isSameInstanceAs(value3); in testCloneWithPutOrSelf_updateExistingValue() 150 final int key3 = 3; in testCloneWithRemoveOrSelf_firstItem() local 157 .cloneWithPutOrSelf(key3, value3) in testCloneWithRemoveOrSelf_firstItem() 164 assertThat(array.get(key3)).isSameInstanceAs(value3); in testCloneWithRemoveOrSelf_firstItem() [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | ObjectCounterTest.java | 46 public boolean key3; field in ObjectCounterTest.TestKey 48 public TestKey(int key1, String key2, boolean key3) { in TestKey() argument 51 this.key3 = key3; in TestKey() 61 && key3 == testKey.key3 in equals() 68 return Objects.hash(key1, key2, key3); in hashCode() 77 + ", key3=" + key3 in toString() 88 public boolean key3; field in ObjectCounterTest.TestKeyProto 91 public TestKeyProto(int key1, String key2, boolean key3, int count) { in TestKeyProto() argument 94 this.key3 = key3; in TestKeyProto() 104 && key3 == that.key3 in equals() [all …]
|
/aosp_15_r20/external/protobuf/objectivec/Tests/ |
H A D | GPBDictionaryTests.pddm | 31 //%PDDM-DEFINE TEST_FOR_POD_KEY(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4) 32 //%TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, , , KEY1, KEY2, KEY3, KEY4) 33 //%TESTS_FOR_POD_KEY_OBJECT_VALUE(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4, Object, NSString*, @"… 35 //%PDDM-DEFINE TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4) 37 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt32, uint32_t,… 38 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int32, int32_t, ,… 39 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt64, uint64_t,… 40 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int64, int64_t, ,… 41 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Bool, BOOL, , YES… 42 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Float, float, , 5… [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/objectivec/Tests/ |
H A D | GPBDictionaryTests.pddm | 31 //%PDDM-DEFINE TEST_FOR_POD_KEY(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4) 32 //%TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, , , KEY1, KEY2, KEY3, KEY4) 33 //%TESTS_FOR_POD_KEY_OBJECT_VALUE(KEY_NAME, KEY_TYPE, KEY1, KEY2, KEY3, KEY4, Object, NSString*, @"… 35 //%PDDM-DEFINE TESTS_FOR_POD_VALUES(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4) 37 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt32, uint32_t,… 38 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int32, int32_t, ,… 39 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, UInt64, uint64_t,… 40 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Int64, int64_t, ,… 41 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Bool, BOOL, , YES… 42 //%TESTS_FOR_POD_VALUE(KEY_NAME, KEY_TYPE, KisP, KSUFFIX, KEY1, KEY2, KEY3, KEY4, Float, float, , 5… [all …]
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/ |
H A D | PrimitiveSetTest.java | 102 Key key3 = in testBasicFunctionalityWithDeprecatedMutableInterface() local 108 pset.addPrimitive(new DummyMac1(), key3); in testBasicFunctionalityWithDeprecatedMutableInterface() 132 entries = pset.getPrimitive(CryptoFormat.getOutputPrefix(key3)); in testBasicFunctionalityWithDeprecatedMutableInterface() 139 assertArrayEquals(CryptoFormat.getOutputPrefix(key3), entry.getIdentifier()); in testBasicFunctionalityWithDeprecatedMutableInterface() 164 Key key3 = in testBasicFunctionalityWithBuilder() local 174 .addPrimitive(new DummyMac1(), key3) in testBasicFunctionalityWithBuilder() 214 entries = pset.getPrimitive(CryptoFormat.getOutputPrefix(key3)); in testBasicFunctionalityWithBuilder() 221 assertArrayEquals(CryptoFormat.getOutputPrefix(key3), entry.getIdentifier()); in testBasicFunctionalityWithBuilder() 269 Key key3 = in testAddFullPrimitiveAndOptionalPrimitive_works() local 279 .addFullPrimitiveAndOptionalPrimitive(new DummyMac1(), new DummyMac2(), key3) in testAddFullPrimitiveAndOptionalPrimitive_works() [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowDeviceConfigTest.java | 42 private static final String KEY3 = "key3"; field in ShadowDeviceConfigTest 328 DeviceConfig.setProperty(NAMESPACE, KEY3, VALUE, false); in getProperties_fullNamespace() 330 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2, KEY3); in getProperties_fullNamespace() 333 assertThat(properties.getString(KEY3, DEFAULT_VALUE)).isEqualTo(VALUE); in getProperties_fullNamespace() 353 DeviceConfig.setProperty(NAMESPACE, KEY3, "not a valid boolean", false); in getProperties_getBoolean() 355 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2, KEY3); in getProperties_getBoolean() 356 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2, KEY3); in getProperties_getBoolean() 361 // KEY3 was set to garbage, anything nonnull but "true" will parse as false in getProperties_getBoolean() 362 assertThat(properties.getBoolean(KEY3, true)).isFalse(); in getProperties_getBoolean() 363 assertThat(properties.getBoolean(KEY3, false)).isFalse(); in getProperties_getBoolean() [all …]
|
/aosp_15_r20/external/curl/tests/unit/ |
H A D | unit1603.c | 66 char key3[] = "key3"; variable 77 Curl_hash_str(key3, strlen(key3), slots) != 2 || 92 nodep = Curl_hash_add(&hash_static, &key3, strlen(key3), &key3); 94 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 95 fail_unless(nodep == key3, "hash retrieval failed"); 108 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 109 fail_unless(nodep == key3, "hash retrieval failed"); 156 nodep = Curl_hash_pick(&hash_static, &key3, strlen(key3)); 157 fail_unless(nodep == key3, "hash retrieval failed");
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DeviceConfigTest.java | 62 private static final String KEY3 = "key3"; field in DeviceConfigTest 73 deleteViaContentProvider(NAMESPACE, KEY3); in cleanUp() 512 DeviceConfig.setProperty(NAMESPACE, KEY3, VALUE, false); in getProperties_fullNamespace() 514 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2, KEY3); in getProperties_fullNamespace() 517 assertThat(properties.getString(KEY3, DEFAULT_VALUE)).isEqualTo(VALUE); in getProperties_fullNamespace() 535 DeviceConfig.setProperty(NAMESPACE, KEY3, "not a valid boolean", false); in getProperties_getBoolean() 537 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2, KEY3); in getProperties_getBoolean() 538 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2, KEY3); in getProperties_getBoolean() 543 // KEY3 was set to garbage, anything nonnull but "true" will parse as false in getProperties_getBoolean() 544 assertThat(properties.getBoolean(KEY3, true)).isFalse(); in getProperties_getBoolean() [all …]
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/mac/ |
H A D | AesCmacKeyTest.java | 283 SecretBytes key3 = SecretBytes.randomBytes(16); in testEqualities() local 303 "No prefix, key3", in testEqualities() 304 AesCmacKey.builder().setParameters(noPrefixParameters16).setAesKeyBytes(key3).build(), in testEqualities() 307 .setAesKeyBytes(key3) in testEqualities() 343 "Tink 1907 key3", in testEqualities() 346 .setAesKeyBytes(key3) in testEqualities() 351 .setAesKeyBytes(key3) in testEqualities() 355 "Tink 1908 key3", in testEqualities() 358 .setAesKeyBytes(key3) in testEqualities() 363 .setAesKeyBytes(key3) in testEqualities() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/property_tree/test/ |
D | test_property_tree.hpp | 73 tmp1.put(T("key3"), T("data3")); in test_constructor_destructor_assignment() 120 PTREE::iterator it3 = it1->second.push_back(std::make_pair(T("key3"), tmp3)); in test_insertion() 130 BOOST_TEST(pt.get(T("key1.key3"), T("")) == T("data3")); in test_insertion() 132 BOOST_TEST(pt.get(T("key2.key3"), T("")) == T("data3")); in test_insertion() 212 pt.push_back(std::make_pair(T("key3"), tmp3)); in test_pushpop() 224 BOOST_TEST(it->first == T("key3")); ++it; in test_pushpop() 252 pt.put(T("key3"), T("")); in test_container_iteration() 260 BOOST_TEST(it->first == T("key3")); ++it; in test_container_iteration() 270 BOOST_TEST(it->first == T("key3")); ++it; in test_container_iteration() 283 BOOST_TEST(it->first == T("key3")); ++it; in test_container_iteration() [all …]
|
/aosp_15_r20/external/selinux/libsepol/cil/src/ |
H A D | cil_symtab.c | 154 intptr_t sum = ckey->key1 + ckey->key2 + ckey->key3 + ckey->key4; in cil_complex_symtab_hash() 188 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert() 201 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_insert() 207 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_insert() 237 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search() 250 ckey->key3 < curr->ckey->key3) { in cil_complex_symtab_search() 256 ckey->key3 == curr->ckey->key3 && in cil_complex_symtab_search()
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_tdes_test.cc | 90 std::vector<uint8_t> keys, key1, key2, key3, iv, in, result; in TestKAT() local 99 !t->GetBytes(&key3, "KEY3"))) || in TestKAT() 110 key.insert(key.end(), key3.begin(), key3.end()); in TestKAT() 138 EncodeHex(key2).c_str(), EncodeHex(key3).c_str()); in TestKAT() 209 std::vector<uint8_t> key1, key2, key3, iv, in, result; in TestMCT() local 215 !t->GetBytes(&key3, "KEY3") || in TestMCT() 228 key.insert(key.end(), key3.begin(), key3.end()); in TestMCT() 266 EncodeHex(key3).c_str()); in TestMCT() 277 XORKeyWithOddParityLSB(&key3, prev_prev_result); in TestMCT() 279 XORKeyWithOddParityLSB(&key3, result); in TestMCT()
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/cavp/ |
D | cavp_tdes_test.cc | 90 std::vector<uint8_t> keys, key1, key2, key3, iv, in, result; in TestKAT() local 99 !t->GetBytes(&key3, "KEY3"))) || in TestKAT() 110 key.insert(key.end(), key3.begin(), key3.end()); in TestKAT() 138 EncodeHex(key2).c_str(), EncodeHex(key3).c_str()); in TestKAT() 209 std::vector<uint8_t> key1, key2, key3, iv, in, result; in TestMCT() local 215 !t->GetBytes(&key3, "KEY3") || in TestMCT() 228 key.insert(key.end(), key3.begin(), key3.end()); in TestMCT() 266 EncodeHex(key3).c_str()); in TestMCT() 277 XORKeyWithOddParityLSB(&key3, prev_prev_result); in TestMCT() 279 XORKeyWithOddParityLSB(&key3, result); in TestMCT()
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/attribution/ |
D | XnaSourceCreatorTest.java | 142 aggregatableSource.put("key3", "0x2"); in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources() 152 new JSONArray(Arrays.asList("key2", "key3")).toString()) in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources() 160 derivedAggregatableSource1.put("key3", "0x2"); in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources() 176 new JSONArray(Arrays.asList("key2", "key3")).toString()) in generateDerivedSources_withVarietyOfSources_filtersAndGeneratesSources() 345 aggregatableSource.put("key3", "0x2"); in generateDerivedSources_sharedDebugKeyDisabled_doesntAddDebugKeyToDerivedSource() 355 new JSONArray(Arrays.asList("key2", "key3")).toString()) in generateDerivedSources_sharedDebugKeyDisabled_doesntAddDebugKeyToDerivedSource() 363 derivedAggregatableSource1.put("key3", "0x2"); in generateDerivedSources_sharedDebugKeyDisabled_doesntAddDebugKeyToDerivedSource() 379 new JSONArray(Arrays.asList("key2", "key3")).toString()) in generateDerivedSources_sharedDebugKeyDisabled_doesntAddDebugKeyToDerivedSource() 440 aggregatableSource.put("key3", "0x2"); in generateDerivedSources_withSharedFilterDataKeys_filtersAndGeneratesSources() 450 new JSONArray(Arrays.asList("key2", "key3")).toString()) in generateDerivedSources_withSharedFilterDataKeys_filtersAndGeneratesSources() [all …]
|
/aosp_15_r20/external/cronet/net/ssl/ |
H A D | ssl_client_session_cache_unittest.cc | 108 EXPECT_EQ(nullptr, cache.Lookup(MakeTestKey("key3")).get()); in TEST_F() 154 EXPECT_EQ(nullptr, cache.Lookup(MakeTestKey("key3")).get()); in TEST_F() 247 cache.Insert(MakeTestKey("key3"), bssl::UpRef(session3)); in TEST_F() 250 EXPECT_EQ(session3.get(), cache.Lookup(MakeTestKey("key3")).get()); in TEST_F() 257 EXPECT_EQ(session3.get(), cache.Lookup(MakeTestKey("key3")).get()); in TEST_F() 266 EXPECT_EQ(session3.get(), cache.Lookup(MakeTestKey("key3")).get()); in TEST_F() 437 SSLClientSessionCache::Key key3; in TEST_F() local 438 key3.server = HostPortPair("a.test", 444); in TEST_F() 440 cache.Insert(key3, bssl::UpRef(session3)); in TEST_F() 459 EXPECT_EQ(session3.get(), cache.Lookup(key3).get()); in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/ |
H A D | hpack_encoder_test.cc | 435 ExpectIndexedLiteral("key3", "value3"); in TEST_P() 438 headers["key3"] = "value3"; in TEST_P() 442 EXPECT_EQ(new_entry->name(), "key3"); in TEST_P() 449 ExpectIndexedLiteral("key3", "value3"); in TEST_P() 454 headers["key3"] = "value3"; in TEST_P() 462 // and then immediately evicted by "key3". in TEST_P() 464 ExpectIndexedLiteral("key3", "value3"); in TEST_P() 468 headers["key3"] = "value3"; in TEST_P() 744 ExpectIndexedLiteral("key3", "value3"); in TEST_P() 747 headers["key3"] = "value3"; in TEST_P() [all …]
|
/aosp_15_r20/development/tools/winscope/src/common/ |
H A D | persistent_store_proxy_test.ts | 115 key3: true, 123 expect(() => (storeObject['key2'] = {key3: false})).toThrow(); 132 key3: true, 140 expect(storeObject['key2']['key3']).toBe(true); 149 key3: true, 158 expect(storeObject1['key2']['key3']).toBe(true); 162 storeObject1['key2']['key3'] = false; 166 key3: 'value2', 175 expect(storeObject2['key1']['key3']).toBe('value2');
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ScanResultMatchInfoTest.java | 179 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForTransitionMode() local 190 assertTrue(key2.equals(key3)); in testEqualityRulesForTransitionMode() 191 assertTrue(key1.equals(key3)); in testEqualityRulesForTransitionMode() 212 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForPsk() local 223 assertTrue(key2.equals(key3)); in testEqualityRulesForPsk() 224 assertTrue(key1.equals(key3)); in testEqualityRulesForPsk() 246 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForSae() local 257 assertTrue(key2.equals(key3)); in testEqualityRulesForSae() 258 assertTrue(key1.equals(key3)); in testEqualityRulesForSae() 281 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfigurationSae); in testHashForTransitionMode() local [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_dict.py | 1473 # This class compares equal to the string 'key3' 1474 class Key3: class 1476 return hash('key3') 1480 if isinstance(other, Key3) or isinstance(other, str) and other == 'key3': 1485 key3_1 = StrSub('key3') 1486 key3_2 = Key3() 1487 key3_3 = Key3() 1491 # Create dicts of the form `{'key1': 42, 'key2': 43, key3: 44}` in a 1492 # bunch of different ways. In all cases, `key3` is not of type `str`. 1495 for key3 in (key3_1, key3_2): [all …]
|
/aosp_15_r20/external/cronet/net/base/ |
H A D | network_isolation_key_unittest.cc | 375 NetworkIsolationKey key3(site_data_1, site_data_3); in TEST_P() local 380 EXPECT_TRUE(key3.IsFullyPopulated()); in TEST_P() 383 EXPECT_TRUE(key3.IsTransient()); in TEST_P() 390 EXPECT_FALSE(key1 == key3); in TEST_P() 391 EXPECT_TRUE(key1 < key3 || key3 < key1); in TEST_P() 392 EXPECT_NE(key1.ToDebugString(), key3.ToDebugString()); in TEST_P() 396 EXPECT_TRUE(key1 == key3); in TEST_P() 397 EXPECT_FALSE(key1 < key3 || key3 < key1); in TEST_P() 398 EXPECT_EQ(key1.ToDebugString(), key3.ToDebugString()); in TEST_P() 406 EXPECT_EQ(std::nullopt, key3.ToCacheKeyString()); in TEST_P()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | CollectionsTest.java | 296 new TreeMap<>(createMap("key3", 3, "key1", 1, "key4", 4, "key2", 2)), in test_checkedNavigableMap_replaceAll() 300 createMap("key3", 15, "key1", 5, "key4", 20, "key2", 10), in test_checkedNavigableMap_replaceAll() 359 new TreeMap<>(createMap("key3", 3, "key1", 1, "key4", 4, "key2", 2)), in test_checkedNavigableMap_navigableKeySet() 363 Arrays.asList("key1", "key2", "key3", "key4") /* expectedElementsInOrder */, in test_checkedNavigableMap_navigableKeySet() 369 new TreeMap<>(createMap("key3", 3, "key1", 1, "key4", 4, "key2", 2)), in test_checkedNavigableMap_values() 625 new TreeMap<>(createMap("key3", 3, "key1", 1, "key4", 4, "key2", 2))); in test_unmodifiableNavigableMap_nonEmpty() 628 Arrays.asList("key1", "key2", "key3", "key4"), in test_unmodifiableNavigableMap_nonEmpty() 633 Arrays.asList("key1", "key2", "key3", "key4"), in test_unmodifiableNavigableMap_nonEmpty() 662 new TreeMap<>(createMap("key3", 3, "key1", 1, "key4", 4, "key2", 2))); in test_synchronizedNavigableMap_replaceAll() 664 assertEquals(map, createMap("key3", 15, "key1", 5, "key4", 20, "key2", 10)); in test_synchronizedNavigableMap_replaceAll() [all …]
|