Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 25 of 32) sorted by relevance

12

/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/
DKey.java20 public class Key { class
/packages/modules/adb/crypto/include/adb/crypto/
Dkey.h31 explicit Key(bssl::UniquePtr<EVP_PKEY>&& pkey, adb::proto::KeyType type) in Key() function
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/include/netdbpf/
DBpfNetworkStats.h75 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap()
87 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
/packages/modules/DnsResolver/doh/
Dconfig.rs126 pub struct Key { struct
140 pub fn get(&self, key: &Key) -> Result<Config> { in get() argument
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSettingsStore.java293 public static class Key<T> { class in UwbSettingsStore
297 private Key(@NonNull String key, T defaultValue) { in Key() method in UwbSettingsStore.Key
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiSettingsConfigStore.java342 public static class Key<T> { class in WifiSettingsConfigStore
346 private Key(@NonNull String key, T defaultValue) { in Key() method in WifiSettingsConfigStore.Key
DWifiCandidates.java460 public static class Key { class in WifiCandidates
466 public Key(ScanResultMatchInfo matchInfo, in Key() method in WifiCandidates.Key
476 public Key(ScanResultMatchInfo matchInfo, in Key() method in WifiCandidates.Key
/packages/apps/Test/connectivity/sl4n/rapidjson/example/simplereader/
Dsimplereader.cpp20 bool Key(const char* str, SizeType length, bool copy) { in Key() function
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKey.java52 public class Key implements Comparable<Key> { class
214 public Key(@Nullable final String label, final int iconId, final int code, in Key() method in Key
255 public Key(@Nullable final String keySpec, @Nonnull final TypedArray keyAttr, in Key() method in Key
414 protected Key(@Nonnull final Key key) { in Key() method in Key
418 private Key(@Nonnull final Key key, @Nullable final MoreKeySpec[] moreKeys) { in Key() method in Key
/packages/modules/DnsResolver/
DDnsTlsDispatcher.h80 typedef std::pair<unsigned, const DnsTlsServer> Key; typedef
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dprettywriter.h142 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key() function
Dwriter.h176 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key() function
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchivesProvider.java338 private static class Key { class in ArchivesProvider
342 public Key(Uri archiveUri, int accessMode) { in Key() method in ArchivesProvider.Key
/packages/apps/Test/connectivity/sl4n/rapidjson/example/capitalize/
Dcapitalize.cpp34 bool Key(const char* str, SizeType length, bool copy) { return String(str, length, copy); } in Key() function
/packages/modules/Permission/service/java/com/android/safetycenter/
DSafetyCenterDataTracker.java655 private static final class Key { class in SafetyCenterDataTracker
660 private Key( in Key() method in SafetyCenterDataTracker.Key
/packages/modules/Bluetooth/system/gd/common/
Dlist_map.h162 void splice(const_iterator pos, ListMap<Key, T>& other, const_iterator it) { in splice()
/packages/modules/NeuralNetworks/common/random/
Dphilox_random.h115 using Key = Array<uint32, 2>; variable
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java923 public static final class Key { class in NetworkStatsCollection
943 public Key(@NonNull Set<NetworkIdentity> ident, int uid, @State int set, int tag) { in Key() method in NetworkStatsCollection.Key
948 public Key(@NonNull NetworkIdentitySet ident, int uid, int set, int tag) { in Key() method in NetworkStatsCollection.Key
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEvents.java95 public @interface Key {} annotation in TestEvents
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DInputHalServiceTest.java78 private enum Key {DOWN, UP} enum in InputHalServiceTest
/packages/modules/DnsResolver/tests/doh/src/
Dclient.rs310 fn generate_conn_id(conn_id_seed: &hmac::Key, dcid: &[u8]) -> ConnectionID { in generate_conn_id()
/packages/modules/Connectivity/netd/
DBpfHandlerTest.cpp116 void expectMapEmpty(BpfMap<Key, Value>& map) { in expectMapEmpty()
/packages/modules/Bluetooth/system/stack/test/
Dcrypto_toolbox_test.cc324 Octet16 Key{0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, in TEST() local
/packages/modules/Bluetooth/system/gd/crypto_toolbox/
Dcrypto_toolbox_test.cc285 …Octet16 Key{0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, 0x34, 0x10, 0x10, 0xa6, 0x0a, 0x39, 0x… in TEST() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java787 private enum Key {DOWN, UP} enum in CarInputServiceTest

12