Home
last modified time | relevance | path

Searched defs:key3 (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DPrimitiveSetTest.java102 Key key3 = in testBasicFunctionalityWithDeprecatedMutableInterface() local
164 Key key3 = in testBasicFunctionalityWithBuilder() local
269 Key key3 = in testAddFullPrimitiveAndOptionalPrimitive_works() local
312 Key key3 = in testAddFullPrimitiveAndOptionalPrimitive_fullPrimitiveHandledCorrectly() local
370 Key key3 = in testAddFullPrimitiveAndOptionalPrimitive_keysHandledCorrectly() local
419 Key key3 = in testAddFullPrimitiveAndOptionalPrimitive_primitiveHandledCorrectly() local
620 Key key3 = in testDuplicateKeys() local
728 Key key3 = in testDuplicateKeysWithBuilder() local
883 Key key3 = in testPrefix_isUnique() local
913 Key key3 = in testPrefixIsUniqueWithBuilder() local
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DImmutableSparseArrayTest.java54 final int key3 = -3; // intentionally negative in testCloneWithPutOrSelf_appendingFromEmpty() local
110 final int key3 = 3; in testCloneWithPutOrSelf_updateExistingValue() local
150 final int key3 = 3; in testCloneWithRemoveOrSelf_firstItem() local
175 final int key3 = 3; in testCloneWithRemoveOrSelf_lastItem() local
198 final int key3 = 3; in testCloneWithRemoveOrSelf_middleItem() local
221 final int key3 = 3; in testCloneWithRemoveOrSelf_nonExistentItem() local
240 final int key3 = 3; in testForEach() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dhash.c41 xmlChar *key3; member
62 const xmlChar *key3, size_t *lengths) { in xmlHashValue()
293 const xmlChar *key2, const xmlChar *key3, in xmlHashFindEntry()
426 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateInternal()
649 const xmlChar *key2, const xmlChar *key3, in xmlHashAdd3()
724 const xmlChar *key2, const xmlChar *key3, in xmlHashAddEntry3()
804 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateEntry3()
893 const xmlChar *key2, const xmlChar *key3) { in xmlHashLookup3()
1056 const xmlChar *key2, const xmlChar *key3, in xmlHashScan3()
1079 const xmlChar *key2, const xmlChar *key3, in xmlHashScanFull3()
[all …]
/aosp_15_r20/external/libxml2/
H A Dhash.c41 xmlChar *key3; member
62 const xmlChar *key3, size_t *lengths) { in xmlHashValue()
293 const xmlChar *key2, const xmlChar *key3, in xmlHashFindEntry()
426 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateInternal()
659 const xmlChar *key2, const xmlChar *key3, in xmlHashAdd3()
734 const xmlChar *key2, const xmlChar *key3, in xmlHashAddEntry3()
814 const xmlChar *key2, const xmlChar *key3, in xmlHashUpdateEntry3()
903 const xmlChar *key2, const xmlChar *key3) { in xmlHashLookup3()
1066 const xmlChar *key2, const xmlChar *key3, in xmlHashScan3()
1089 const xmlChar *key2, const xmlChar *key3, in xmlHashScanFull3()
[all …]
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DObjectCounterTest.java46 public boolean key3; field in ObjectCounterTest.TestKey
48 public TestKey(int key1, String key2, boolean key3) { in TestKey()
88 public boolean key3; field in ObjectCounterTest.TestKeyProto
91 public TestKeyProto(int key1, String key2, boolean key3, int count) { in TestKeyProto()
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DChainedMap.java92 public V get(K3 key3, K2 key2, K1 key1) { in get()
96 public M3<K2, K1, V> get(K3 key3) { in get()
104 public V put(K3 key3, K2 key2, K1 key1, V value) { in put()
155 public V get(K4 key4, K3 key3, K2 key2, K1 key1) { in get()
167 public V put(K4 key4, K3 key3, K2 key2, K1 key1, V value) { in put()
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DScanResultMatchInfoTest.java179 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForTransitionMode() local
212 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForPsk() local
246 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfiguration); in testEqualityRulesForSae() local
281 ScanResultMatchInfo key3 = ScanResultMatchInfo.fromWifiConfiguration(wifiConfigurationSae); in testHashForTransitionMode() local
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskKeyByLastActiveTimeCacheTest.java211 Task.TaskKey key3 = new Task.TaskKey(3, 0, new Intent(), in removeByLastActiveTimeWhenOverMaxSize() local
260 Task.TaskKey key3 = new Task.TaskKey(3, 0, new Intent(), in updateCacheSizeAndInvalidateExcess() local
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/data/
DOdpEncryptionKeyDaoTest.java163 OdpEncryptionKey key3 = createRandomPublicKeyWithConstantTTL(3000000L); in findExpiryKeys_success() local
180 OdpEncryptionKey key3 = createRandomPublicKeyWithConstantTTL(3000000L); in findExpiryKeysWithLimit_success() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_tdes_test.cc90 std::vector<uint8_t> keys, key1, key2, key3, iv, in, result; in TestKAT() local
209 std::vector<uint8_t> key1, key2, key3, iv, in, result; in TestMCT() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/util/fipstools/cavp/
Dcavp_tdes_test.cc90 std::vector<uint8_t> keys, key1, key2, key3, iv, in, result; in TestKAT() local
209 std::vector<uint8_t> key1, key2, key3, iv, in, result; in TestMCT() local
/aosp_15_r20/external/cronet/net/base/registry_controlled_domains/
H A Dregistry_controlled_domain_unittest.cc537 const char key3[] = "a.b.bbl"; in TEST_F() local
572 const char key3[] = "a.b.lbb"; in TEST_F() local
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_cache_unittest.cc491 HostCache::Key key3(kHost, DnsQueryType::A, HOST_RESOLVER_LOOPBACK_ONLY, in TEST() local
768 HostCache::Key key3 = Key("foobar3.com"); in TEST() local
870 HostCache::Key key3 = Key("foobar3.com"); in TEST() local
936 HostCache::Key key3 = Key("foobar3.com"); in TEST() local
963 HostCache::Key key3 = Key("foobar3.com"); in TEST() local
1432 HostCache::Key key3 = Key("foobar3.com"); in TEST() local
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_client_session_cache_unittest.cc437 SSLClientSessionCache::Key key3; in TEST_F() local
513 SSLClientSessionCache::Key key3; in TEST_F() local
/aosp_15_r20/external/skia/tests/
H A DResourceCacheTest.cpp1114 skgpu::UniqueKey key3; in test_duplicate_unique_key() local
1126 skgpu::UniqueKey key1, key2, key3; in test_purge_invalidated() local
1445 skgpu::UniqueKey key1, key2, key3; in test_partial_purge() local
1540 skgpu::UniqueKey key3 = key1; in test_custom_data() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
DNsdManagerTest.java280 int key3 = getRequestKey(req -> in doTestRegisterService() local
374 int key3 = getRequestKey(req -> in doTestDiscoverService() local
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A Dagent-subst-test.properties4 key3=${user.home}}} key
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/
Dtime_delay_queue.rs710 let key3 = queue.insert_at("foo3", now + ms(20)); in compact_remove_remapped_keys() localVariable
854 let key3 = queue.insert_at("baz", now + ms(10)); in peek() localVariable
/aosp_15_r20/packages/modules/OnDevicePersonalization/tests/commontests/src/com/android/odp/module/common/encryption/
DOdpEncryptionKeyTest.java56 OdpEncryptionKey key3 = in testBuilderAndEquals() local
/aosp_15_r20/external/grpc-grpc-java/context/src/jmh/java/io/grpc/
H A DWriteBenchmark.java39 Context.Key<Object> key3 = Context.key("key3"); field in WriteBenchmark.ContextState
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dmap_comparison.cpp15 struct key3 {}; struct
/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/
H A Dlru_inode_cache_unittest.cc35 const std::pair<BlockDeviceID, Inode> key3{0, 2}; variable
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1603.c66 char key3[] = "key3"; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/request_key/
H A Drequest_key02.c30 static int key3; variable
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/
H A Dinstance_key_unittest.cc67 InstanceKey key3{"instance2", "_service._udp", "domain"}; in TEST() local

12345678910>>...19