/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/keyboard/ |
D | Key.java | 20 public class Key { class
|
/packages/services/Car/EncryptionRunner/src/android/car/encryptionrunner/ |
D | Key.java | 26 public interface Key { interface
|
/packages/apps/Car/libs/EncryptionRunner/src/android/car/encryptionrunner/ |
D | Key.java | 27 public interface Key { interface
|
/packages/modules/DnsResolver/ |
D | DnsTlsDispatcher.h | 71 typedef std::pair<unsigned, const DnsTlsServer> Key; typedef
|
/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/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/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/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/DocumentsUI/src/com/android/documentsui/archives/ |
D | ArchivesProvider.java | 330 private static class Key { class in ArchivesProvider 334 public Key(Uri archiveUri, int accessMode) { in Key() method in ArchivesProvider.Key
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | InputHalServiceTest.java | 70 private enum Key { DOWN, UP } enum in InputHalServiceTest
|
/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/ |
D | CarInputServiceTest.java | 465 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
|