Home
last modified time | relevance | path

Searched defs:key4 (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DChainedMap.java155 public V get(K4 key4, K3 key3, K2 key2, K1 key1) { in get()
159 public M4<K3, K2, K1, V> get(K4 key4) { in get()
167 public V put(K4 key4, K3 key3, K2 key2, K1 key1, V value) { in put()
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DPrimitiveSetTest.java318 Key key4 = in testAddFullPrimitiveAndOptionalPrimitive_fullPrimitiveHandledCorrectly() local
628 Key key4 = in testDuplicateKeys() local
734 Key key4 = in testDuplicateKeysWithBuilder() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DDatagramChannelImpl.java966 MembershipKeyImpl.Type4 key4 = (MembershipKeyImpl.Type4)key; in drop() local
1007 MembershipKeyImpl.Type4 key4 = in block() local
1037 MembershipKeyImpl.Type4 key4 = in unblock() local
/aosp_15_r20/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DImmutableSparseArrayTest.java56 final int key4 = 4; in testCloneWithPutOrSelf_appendingFromEmpty() local
223 final int key4 = 4; in testCloneWithRemoveOrSelf_nonExistentItem() local
/aosp_15_r20/external/cronet/net/base/registry_controlled_domains/
H A Dregistry_controlled_domain_unittest.cc538 const char key4[] = "a.b.aaa"; in TEST_F() local
573 const char key4[] = "a.b.aaa"; in TEST_F() local
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_client_session_cache_unittest.cc442 SSLClientSessionCache::Key key4; in TEST_F() local
518 SSLClientSessionCache::Key key4; in TEST_F() local
/aosp_15_r20/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A Dagent-subst-test.properties5 key4=${does.not.exist} key
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/tests/
Dtime_delay_queue.rs711 let key4 = queue.insert_at("foo4", now + ms(20)); in compact_remove_remapped_keys() localVariable
750 let key4 = queue.insert_at("foo4", now + ms(20)); in compact_change_deadline() localVariable
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dxdp.c7 struct vip key4 = {.protocol = 6, .family = AF_INET}; in test_xdp() local
H A Dxdp_bpf2bpf.c110 struct vip key4 = {.protocol = 6, .family = AF_INET}; in test_xdp_bpf2bpf() local
/aosp_15_r20/external/grpc-grpc-java/context/src/jmh/java/io/grpc/
H A DWriteBenchmark.java40 Context.Key<Object> key4 = Context.key("key4"); field in WriteBenchmark.ContextState
/aosp_15_r20/external/curl/tests/unit/
H A Dunit1603.c67 char key4[] = "key4"; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_map01.c23 static void *key4; variable
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/
H A Dinstance_key_unittest.cc68 InstanceKey key4{"instance", "_service2._udp", "domain"}; in TEST() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/mac/
H A DAesCmacKeyTest.java284 SecretBytes key4 = SecretBytes.randomBytes(16); in testEqualities() local
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_symtab.h53 intptr_t key4; member
/aosp_15_r20/cts/tests/tests/content/src/android/content/cts/
H A DContentResolverTest.java872 String key4 = "key4"; in testInsert() local
923 String key4 = "key4"; in testBulkInsert() local
/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/util/
DTaskKeyByLastActiveTimeCacheTest.java264 Task.TaskKey key4 = new Task.TaskKey(4, 0, new Intent(), in updateCacheSizeAndInvalidateExcess() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java1483 PeopleTileKey key4 = SharedPreferencesHelper.getPeopleTileKey(sp4); in testRemapWidgetFiles() local
1522 PeopleTileKey key4 = SharedPreferencesHelper.getPeopleTileKey(sp4); in testRemapWidgetFiles_crossMapping() local
/aosp_15_r20/external/skia/tests/
H A DImageFilterCacheTest.cpp111 SkImageFilterCacheKey key4(0, SkMatrix::I(), clip1, subset->uniqueID(), subset->subset()); in test_dont_find_if_diff_key() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowDeviceConfigTest.java490 String key4 = "key4"; in propertiesBuilder() local
/aosp_15_r20/packages/modules/Connectivity/tests/unit/java/android/net/nsd/
DNsdManagerTest.java230 int key4 = getRequestKey(req -> verify(mServiceConn).registerService(req.capture(), any())); in testRegisterServiceWithAdvertisingRequest() local
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/tests/
Dtest.rs202 let key4 = 4u32.to_ne_bytes(); in test_object_map_update_batch() localVariable
300 let key4 = 4u32.to_ne_bytes(); in test_object_map_delete_batch() localVariable
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/
H A DDeviceConfigTest.java671 String key4 = "key4"; in propertiesBuilder() local
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_cache_unittest.cc964 HostCache::Key key4 = Key("foobar4.com"); in TEST() local
1433 HostCache::Key key4 = Key("foobar4.com"); in TEST() local

12345678910>>...13