/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cmac/ |
H A D | cavp_3des_cmac_tests.txt | 14 Key2 = 25d5daa22a982f08 18 Result = F (2 - Key or Key2 changed) 25 Key2 = dc38b6b3cef125f1 36 Key2 = 76fb98f24073f4d5 47 Key2 = f8131f1c26ab3289 58 Key2 = e9ef047a58b5ba89 69 Key2 = 8b5b45dcbf0d8079 73 Result = F (2 - Key or Key2 changed) 80 Key2 = a81a206d25152aab 91 Key2 = 1c1523cb4f794c8a [all …]
|
H A D | cavp_aes192_cmac_tests.txt | 25 Result = F (2 - Key or Key2 changed) 97 Result = F (2 - Key or Key2 changed) 106 Result = F (2 - Key or Key2 changed) 178 Result = F (2 - Key or Key2 changed) 214 Result = F (2 - Key or Key2 changed) 259 Result = F (2 - Key or Key2 changed) 304 Result = F (2 - Key or Key2 changed) 340 Result = F (2 - Key or Key2 changed) 385 Result = F (2 - Key or Key2 changed) 421 Result = F (2 - Key or Key2 changed) [all …]
|
H A D | cavp_aes128_cmac_tests.txt | 41 Result = F (2 - Key or Key2 changed) 86 Result = F (2 - Key or Key2 changed) 140 Result = F (2 - Key or Key2 changed) 149 Result = F (2 - Key or Key2 changed) 230 Result = F (2 - Key or Key2 changed) 248 Result = F (2 - Key or Key2 changed) 320 Result = F (2 - Key or Key2 changed) 356 Result = F (2 - Key or Key2 changed) 401 Result = F (2 - Key or Key2 changed) 428 Result = F (2 - Key or Key2 changed) [all …]
|
H A D | cavp_aes256_cmac_tests.txt | 23 Result = F (2 - Key or Key2 changed) 86 Result = F (2 - Key or Key2 changed) 140 Result = F (2 - Key or Key2 changed) 167 Result = F (2 - Key or Key2 changed) 212 Result = F (2 - Key or Key2 changed) 257 Result = F (2 - Key or Key2 changed) 320 Result = F (2 - Key or Key2 changed) 365 Result = F (2 - Key or Key2 changed) 410 Result = F (2 - Key or Key2 changed) 455 Result = F (2 - Key or Key2 changed) [all …]
|
/aosp_15_r20/external/boringssl/src/crypto/fipsmodule/cmac/ |
H A D | cavp_3des_cmac_tests.txt | 14 Key2 = 25d5daa22a982f08 18 Result = F (2 - Key or Key2 changed) 25 Key2 = dc38b6b3cef125f1 36 Key2 = 76fb98f24073f4d5 47 Key2 = f8131f1c26ab3289 58 Key2 = e9ef047a58b5ba89 69 Key2 = 8b5b45dcbf0d8079 73 Result = F (2 - Key or Key2 changed) 80 Key2 = a81a206d25152aab 91 Key2 = 1c1523cb4f794c8a [all …]
|
H A D | cavp_aes192_cmac_tests.txt | 25 Result = F (2 - Key or Key2 changed) 97 Result = F (2 - Key or Key2 changed) 106 Result = F (2 - Key or Key2 changed) 178 Result = F (2 - Key or Key2 changed) 214 Result = F (2 - Key or Key2 changed) 259 Result = F (2 - Key or Key2 changed) 304 Result = F (2 - Key or Key2 changed) 340 Result = F (2 - Key or Key2 changed) 385 Result = F (2 - Key or Key2 changed) 421 Result = F (2 - Key or Key2 changed) [all …]
|
H A D | cavp_aes128_cmac_tests.txt | 41 Result = F (2 - Key or Key2 changed) 86 Result = F (2 - Key or Key2 changed) 140 Result = F (2 - Key or Key2 changed) 149 Result = F (2 - Key or Key2 changed) 230 Result = F (2 - Key or Key2 changed) 248 Result = F (2 - Key or Key2 changed) 320 Result = F (2 - Key or Key2 changed) 356 Result = F (2 - Key or Key2 changed) 401 Result = F (2 - Key or Key2 changed) 428 Result = F (2 - Key or Key2 changed) [all …]
|
H A D | cavp_aes256_cmac_tests.txt | 23 Result = F (2 - Key or Key2 changed) 86 Result = F (2 - Key or Key2 changed) 140 Result = F (2 - Key or Key2 changed) 167 Result = F (2 - Key or Key2 changed) 212 Result = F (2 - Key or Key2 changed) 257 Result = F (2 - Key or Key2 changed) 320 Result = F (2 - Key or Key2 changed) 365 Result = F (2 - Key or Key2 changed) 410 Result = F (2 - Key or Key2 changed) 455 Result = F (2 - Key or Key2 changed) [all …]
|
/aosp_15_r20/external/curl/packages/vms/ |
H A D | config_h.com | 199 $ key2 = f$element(1," ",line_in) 201 $ if key2 .nes. " " .and. key2 .nes. "" then goto rtldef_loop1 221 $ key2 = f$element(1," ",line_in) 223 $ if key2 .nes. " " .and. key2 .nes. "" then goto stardef_loop1 268 $ key2 = f$element(1," ",xline) 269 $ key2a = f$element(0,"_",key2) 270 $ key2b = f$element(1,"_",key2) 271 $ key2_len = f$length(key2) 272 $ key2_h = f$extract(key2_len - 2, 2, key2) 273 $ key2_t = f$extract(key2_len - 5, 5, key2) [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | KeyEventTest.java | 138 KeyEvent key2; in testParcelUnparcel() local 145 key2 = KeyEvent.CREATOR.createFromParcel(parcel); in testParcelUnparcel() 150 compareKeys(key1, key2); in testParcelUnparcel() 156 KeyEvent key2 = new KeyEvent(key1); in testCopyConstructor() local 158 compareKeys(key1, key2); in testCopyConstructor() 165 KeyEvent key2 = new KeyEvent(key1, ANOTHER_EVENT_TIME, ANOTHER_REPEAT); in testCopyConstructorWith2ChangedFields() local 168 assertKeyEventFields(key2, DOWN_TIME, ANOTHER_EVENT_TIME, ACTION, KEYCODE, ANOTHER_REPEAT, in testCopyConstructorWith2ChangedFields() 171 expect.withMessage("id (key1=%s, key2=%s", key1, key2).that(key2.getId()) in testCopyConstructorWith2ChangedFields() 245 KeyEvent key2 = KeyEvent.changeAction(key1, ANOTHER_ACTION); in testCopyChangeAction() local 247 assertKeyEventFields(key2, DOWN_TIME, EVENT_TIME, ANOTHER_ACTION, KEYCODE, REPEAT, in testCopyChangeAction() [all …]
|
/aosp_15_r20/external/vboot_reference/tests/ |
H A D | vb21_host_common2_tests.c | 28 struct vb21_packed_key *key2; in test_unpack_key() local 32 key2 = (struct vb21_packed_key *)malloc(size); in test_unpack_key() 34 memcpy(key2, key, size); in test_unpack_key() 35 TEST_SUCC(vb21_unpack_key(&pubk, (uint8_t *)key2, size), in test_unpack_key() 38 memcpy(key2, key, size); in test_unpack_key() 39 key2->key_offset += 4; in test_unpack_key() 40 TEST_EQ(vb21_unpack_key(&pubk, (uint8_t *)key2, size), in test_unpack_key() 44 memcpy(key2, key, size); in test_unpack_key() 45 key2->c.fixed_size += size; in test_unpack_key() 46 TEST_EQ(vb21_unpack_key(&pubk, (uint8_t *)key2, size), in test_unpack_key() [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | hash.c | 40 xmlChar *key2; /* TODO: Don't allocate possibly empty keys */ member 61 xmlHashValue(unsigned seed, const xmlChar *key, const xmlChar *key2, in xmlHashValue() argument 76 if (key2 != NULL) { in xmlHashValue() 77 for (i = 0; key2[i] != 0; i++) { in xmlHashValue() 78 HASH_UPDATE(h1, h2, key2[i]); in xmlHashValue() 245 if (entry->key2) in xmlHashFree() 246 xmlFree(entry->key2); in xmlHashFree() 281 * @key2: second string key 293 const xmlChar *key2, const xmlChar *key3, in xmlHashFindEntry() argument 316 (entry->key2 == key2) && in xmlHashFindEntry() [all …]
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | DeviceConfigTest.java | 61 private static final String KEY2 = "key2"; field in DeviceConfigTest 72 deleteViaContentProvider(NAMESPACE, KEY2); in cleanUp() 99 DeviceConfig.setProperty(NAMESPACE, KEY2, VALUE2, /* makeDefault= */ false); in testAddStickyLocalOverrideDoesNotAffectOtherFlags() 100 String key2Value = DeviceConfig.getProperty(NAMESPACE, KEY2); in testAddStickyLocalOverrideDoesNotAffectOtherFlags() 110 DeviceConfig.setProperty(NAMESPACE, KEY2, VALUE, false); in testGetStickyLocalOverrides() 112 DeviceConfig.setLocalOverride(NAMESPACE, KEY2, VALUE2); in testGetStickyLocalOverrides() 117 expectedInnerMap.put(KEY2, VALUE); in testGetStickyLocalOverrides() 130 DeviceConfig.setLocalOverride(NAMESPACE2, KEY2, VALUE2); in testClearStickyLocalOverrides() 145 DeviceConfig.setProperty(NAMESPACE2, KEY2, VALUE, false); in testClearStickyLocalOverride() 147 DeviceConfig.setLocalOverride(NAMESPACE2, KEY2, VALUE2); in testClearStickyLocalOverride() [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | hash.c | 40 xmlChar *key2; /* TODO: Don't allocate possibly empty keys */ member 61 xmlHashValue(unsigned seed, const xmlChar *key, const xmlChar *key2, in xmlHashValue() argument 76 if (key2 != NULL) { in xmlHashValue() 77 for (i = 0; key2[i] != 0; i++) { in xmlHashValue() 78 HASH_UPDATE(h1, h2, key2[i]); in xmlHashValue() 245 if (entry->key2) in xmlHashFree() 246 xmlFree(entry->key2); in xmlHashFree() 281 * @key2: second string key 293 const xmlChar *key2, const xmlChar *key3, in xmlHashFindEntry() argument 316 (entry->key2 == key2) && in xmlHashFindEntry() [all …]
|
/aosp_15_r20/external/grpc-grpc-java/context/src/test/java/io/grpc/ |
H A D | PersistentHashArrayMappedTrieTest.java | 52 Key key2 = new Key(0); in leaf_collision() local 56 Node<Key, Object> ret = leaf.put(key2, value2, key2.hashCode(), 0); in leaf_collision() 59 assertSame(value2, ret.get(key2, key2.hashCode(), 0)); in leaf_collision() 62 assertSame(null, leaf.get(key2, key2.hashCode(), 0)); in leaf_collision() 71 Key key2 = new Key(1); in leaf_insert() local 75 Node<Key, Object> ret = leaf.put(key2, value2, key2.hashCode(), 0); in leaf_insert() 78 assertSame(value2, ret.get(key2, key2.hashCode(), 0)); in leaf_insert() 81 assertSame(null, leaf.get(key2, key2.hashCode(), 0)); in leaf_insert() 111 Key key2 = new Key(key1.hashCode()); in collisionLeaf_insert() local 117 new CollisionLeaf<>(key1, value1, key2, value2); in collisionLeaf_insert() [all …]
|
/aosp_15_r20/external/cronet/net/ssl/ |
H A D | ssl_client_session_cache_unittest.cc | 87 EXPECT_EQ(nullptr, cache.Lookup(MakeTestKey("key2")).get()); in TEST_F() 92 EXPECT_EQ(nullptr, cache.Lookup(MakeTestKey("key2")).get()); in TEST_F() 95 cache.Insert(MakeTestKey("key2"), bssl::UpRef(session2)); in TEST_F() 97 EXPECT_EQ(session2.get(), cache.Lookup(MakeTestKey("key2")).get()); in TEST_F() 102 EXPECT_EQ(session2.get(), cache.Lookup(MakeTestKey("key2")).get()); in TEST_F() 107 EXPECT_EQ(nullptr, cache.Lookup(MakeTestKey("key2")).get()); in TEST_F() 122 EXPECT_EQ(nullptr, cache.Lookup(MakeTestKey("key2")).get()); in TEST_F() 127 EXPECT_EQ(nullptr, cache.Lookup(MakeTestKey("key2")).get()); in TEST_F() 134 cache.Insert(MakeTestKey("key2"), bssl::UpRef(session2)); in TEST_F() 137 EXPECT_EQ(session2.get(), cache.Lookup(MakeTestKey("key2")).get()); in TEST_F() [all …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowDeviceConfigTest.java | 41 private static final String KEY2 = "key2"; field in ShadowDeviceConfigTest 316 DeviceConfig.setProperty(NAMESPACE, KEY2, VALUE2, false); in getProperties_fullNamespace() 318 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2); in getProperties_fullNamespace() 320 assertThat(properties.getString(KEY2, DEFAULT_VALUE)).isEqualTo(VALUE2); in getProperties_fullNamespace() 324 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2); in getProperties_fullNamespace() 326 assertThat(properties.getString(KEY2, DEFAULT_VALUE)).isEqualTo(VALUE2); in getProperties_fullNamespace() 330 assertThat(properties.getKeyset()).containsExactly(KEY, KEY2, KEY3); in getProperties_fullNamespace() 332 assertThat(properties.getString(KEY2, DEFAULT_VALUE)).isEqualTo(VALUE2); in getProperties_fullNamespace() 340 DeviceConfig.setProperty(NAMESPACE, KEY2, VALUE2, false); in getProperties_getString() 342 Properties properties = DeviceConfig.getProperties(NAMESPACE, KEY, KEY2); in getProperties_getString() [all …]
|
/aosp_15_r20/external/lottie/snapshot-tests/src/main/assets/lottiefiles/ |
H A D | hardware.json | 1 …key2 = key(sum(n, 1));\n } catch (e) {\n return null;\n }\n var dim = 1;\n try …
|
/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/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | ScanResultMatchInfoTest.java | 178 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()); in testEqualityRulesForTransitionMode() local 185 assertTrue(key1.equals(key2)); in testEqualityRulesForTransitionMode() 186 assertTrue(key2.equals(key1)); in testEqualityRulesForTransitionMode() 189 assertTrue(key1.equals(key2)); in testEqualityRulesForTransitionMode() 190 assertTrue(key2.equals(key3)); in testEqualityRulesForTransitionMode() 194 assertTrue(key1.equals(key2)); in testEqualityRulesForTransitionMode() 195 assertTrue(key1.equals(key2)); in testEqualityRulesForTransitionMode() 196 assertTrue(key1.equals(key2)); in testEqualityRulesForTransitionMode() 197 assertTrue(key1.equals(key2)); in testEqualityRulesForTransitionMode() 211 ScanResultMatchInfo key2 = ScanResultMatchInfo.fromScanResult(scanDetail.getScanResult()); in testEqualityRulesForPsk() local [all …]
|
/aosp_15_r20/development/tools/winscope/src/common/ |
H A D | persistent_store_proxy_test.ts | 26 key2: true, 35 expect(storeObject['key2']).toBe(true); 43 key2: true, 52 storeObject['key2'] = false; 54 expect(storeObject['key2']).toBe(false); 62 key2: true, 70 storeObject['key2'] = false; 78 expect(newStoreObject['key2']).toBe(false); 86 key2: true, 94 expect(storeObject['key2']).toBe(true); [all …]
|
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/ |
H A D | instance_key_unittest.cc | 19 InstanceKey key2("instance", "_service._udp", "domain"); in TEST() local 20 EXPECT_TRUE(key1 == key2); in TEST() 21 EXPECT_FALSE(key1 != key2); in TEST() 24 EXPECT_FALSE(key1 == key2); in TEST() 25 EXPECT_TRUE(key1 != key2); in TEST() 26 key2 = InstanceKey("instance", "_service2._udp", "domain"); in TEST() 27 EXPECT_TRUE(key1 == key2); in TEST() 28 EXPECT_FALSE(key1 != key2); in TEST() 31 EXPECT_FALSE(key1 == key2); in TEST() 32 EXPECT_TRUE(key1 != key2); in TEST() [all …]
|
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | ImmutableSparseArrayTest.java | 52 final int key2 = -2; // intentionally negative in testCloneWithPutOrSelf_appendingFromEmpty() local 66 oneItemArray.cloneWithPutOrSelf(key2, value2); in testCloneWithPutOrSelf_appendingFromEmpty() 71 assertThat(twoItemArray.get(key2)).isSameInstanceAs(value2); in testCloneWithPutOrSelf_appendingFromEmpty() 79 assertThat(threeItemArray.get(key2)).isSameInstanceAs(value2); in testCloneWithPutOrSelf_appendingFromEmpty() 88 assertThat(fourItemArray.get(key2)).isSameInstanceAs(value2); in testCloneWithPutOrSelf_appendingFromEmpty() 107 final int key2 = 2; in testCloneWithPutOrSelf_updateExistingValue() local 116 .cloneWithPutOrSelf(key2, value2) in testCloneWithPutOrSelf_updateExistingValue() 119 final var updatedArray = array.cloneWithPutOrSelf(key2, value2updated); in testCloneWithPutOrSelf_updateExistingValue() 124 assertThat(updatedArray.get(key2)).isSameInstanceAs(value2updated); in testCloneWithPutOrSelf_updateExistingValue() 148 final int key2 = 2; in testCloneWithRemoveOrSelf_firstItem() local [all …]
|
/aosp_15_r20/external/cronet/net/dns/ |
H A D | host_cache_unittest.cc | 112 HostCache::Key key2 = Key("foobar2.com"); in TEST() local 131 EXPECT_FALSE(cache.Lookup(key2, now)); in TEST() 132 cache.Set(key2, entry, now, kTTL); in TEST() 133 EXPECT_TRUE(cache.Lookup(key2, now)); in TEST() 141 EXPECT_TRUE(cache.Lookup(key2, now)); in TEST() 142 EXPECT_NE(cache.Lookup(key1, now), cache.Lookup(key2, now)); in TEST() 148 EXPECT_TRUE(cache.Lookup(key2, now)); in TEST() 157 EXPECT_TRUE(cache.Lookup(key2, now)); in TEST() 163 EXPECT_FALSE(cache.Lookup(key2, now)); in TEST() 294 HostCache::Key key2(kHost, DnsQueryType::UNSPECIFIED, 0, in TEST() local [all …]
|