/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/apps/Car/libs/encryption-runner/src/android/car/encryptionrunner/ |
D | Key.java | 27 public interface Key { interface
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiSettingsConfigStore.java | 317 public static class Key<T> { class in WifiSettingsConfigStore 321 private Key(@NonNull String key, T defaultValue) { in Key() method in WifiSettingsConfigStore.Key
|
D | WifiCandidates.java | 420 public static class Key { class in WifiCandidates 426 public Key(ScanResultMatchInfo matchInfo, in Key() method in WifiCandidates.Key 436 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/modules/DnsResolver/ |
D | DnsTlsDispatcher.h | 79 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
|
D | reader.h | 196 …bool Key(const Ch* str, SizeType len, bool copy) { return static_cast<Override&>(*this).String(str… 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/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/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/modules/NeuralNetworks/common/random/ |
D | philox_random.h | 115 using Key = Array<uint32, 2>; variable
|
/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 | 79 private enum Key {DOWN, UP} enum in InputHalServiceTest
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/ |
D | CarInputServiceTest.java | 737 private enum Key {DOWN, UP} enum in CarInputServiceTest
|
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
D | valuetest.cpp | 1326 bool Key(const char*, SizeType, bool) { return e != 9; } in Key() function
|
D | readertest.cpp | 1141 …bool Key (const Ch*, SizeType, bool) { RAPIDJSON_ASSERT(LogCount < LogCapacity); Logs[LogCount++] … in Key() function 1318 bool Key(const char*, SizeType, bool) { return e != 9; } in Key() function
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | ControlPanelEffect.java | 61 static enum Key { enum in ControlPanelEffect
|
/packages/modules/adb/ |
D | transport.cpp | 1541 std::shared_ptr<RSA> atransport::Key() { in Key() function in atransport
|