/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/ |
D | Key.java | 20 public class Key { class
|
/packages/modules/adb/crypto/include/adb/crypto/ |
D | key.h | 31 explicit Key(bssl::UniquePtr<EVP_PKEY>&& pkey, adb::proto::KeyType type) in Key() function
|
/packages/modules/Connectivity/service-t/native/libs/libnetworkstats/include/netdbpf/ |
D | BpfNetworkStats.h | 75 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/ |
D | config.rs | 126 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/ |
D | UwbSettingsStore.java | 293 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/ |
D | WifiSettingsConfigStore.java | 342 public static class Key<T> { class in WifiSettingsConfigStore 346 private Key(@NonNull String key, T defaultValue) { in Key() method in WifiSettingsConfigStore.Key
|
D | WifiCandidates.java | 460 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/ |
D | simplereader.cpp | 20 bool Key(const char* str, SizeType length, bool copy) { in Key() function
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Key.java | 52 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/ |
D | DnsTlsDispatcher.h | 80 typedef std::pair<unsigned, const DnsTlsServer> Key; typedef
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
D | prettywriter.h | 142 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key() function
|
D | writer.h | 176 bool Key(const Ch* str) { return Key(str, internal::StrLen(str)); } in Key() function
|
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | ArchivesProvider.java | 338 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/ |
D | capitalize.cpp | 34 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/ |
D | SafetyCenterDataTracker.java | 655 private static final class Key { class in SafetyCenterDataTracker 660 private Key( in Key() method in SafetyCenterDataTracker.Key
|
/packages/modules/Bluetooth/system/gd/common/ |
D | list_map.h | 162 void splice(const_iterator pos, ListMap<Key, T>& other, const_iterator it) { in splice()
|
/packages/modules/NeuralNetworks/common/random/ |
D | philox_random.h | 115 using Key = Array<uint32, 2>; variable
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkStatsCollection.java | 923 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/ |
D | TestEvents.java | 95 public @interface Key {} annotation in TestEvents
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | InputHalServiceTest.java | 78 private enum Key {DOWN, UP} enum in InputHalServiceTest
|
/packages/modules/DnsResolver/tests/doh/src/ |
D | client.rs | 310 fn generate_conn_id(conn_id_seed: &hmac::Key, dcid: &[u8]) -> ConnectionID { in generate_conn_id()
|
/packages/modules/Connectivity/netd/ |
D | BpfHandlerTest.cpp | 116 void expectMapEmpty(BpfMap<Key, Value>& map) { in expectMapEmpty()
|
/packages/modules/Bluetooth/system/stack/test/ |
D | crypto_toolbox_test.cc | 324 Octet16 Key{0xec, 0x02, 0x34, 0xa3, 0x57, 0xc8, 0xad, 0x05, in TEST() local
|
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox_test.cc | 285 …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/ |
D | CarInputServiceTest.java | 787 private enum Key {DOWN, UP} enum in CarInputServiceTest
|