Home
last modified time | relevance | path

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

/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/apps/Car/libs/encryption-runner/src/android/car/encryptionrunner/
DKey.java27 public interface Key { interface
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiSettingsConfigStore.java317 public static class Key<T> { class in WifiSettingsConfigStore
321 private Key(@NonNull String key, T defaultValue) { in Key() method in WifiSettingsConfigStore.Key
DWifiCandidates.java420 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/
Dsimplereader.cpp20 bool Key(const char* str, SizeType length, bool copy) { in Key() function
/packages/modules/DnsResolver/
DDnsTlsDispatcher.h79 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
Dreader.h196 …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/
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/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/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/modules/NeuralNetworks/common/random/
Dphilox_random.h115 using Key = Array<uint32, 2>; variable
/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.java79 private enum Key {DOWN, UP} enum in InputHalServiceTest
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarInputServiceTest.java737 private enum Key {DOWN, UP} enum in CarInputServiceTest
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dvaluetest.cpp1326 bool Key(const char*, SizeType, bool) { return e != 9; } in Key() function
Dreadertest.cpp1141 …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/
DControlPanelEffect.java61 static enum Key { enum in ControlPanelEffect
/packages/modules/adb/
Dtransport.cpp1541 std::shared_ptr<RSA> atransport::Key() { in Key() function in atransport