HomeSort by relevance Sort by last modified time
    Searched refs:KeyMap (Results 1 - 16 of 16) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 28 typedef std::map<KeyType, DataType*> KeyMap;
41 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
48 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey);
55 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
68 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
81 KeyMap f_KeyMap;
  /frameworks/av/drm/mediadrm/plugins/clearkey/tests/
JsonWebKeyUnittest.cpp 53 void verifyKeys(const KeyMap& keys, const String8* clearKeys) {
76 KeyMap keys;
98 KeyMap keys;
120 KeyMap keys;
145 KeyMap keys;
183 KeyMap keys;
193 KeyMap keys;
212 KeyMap keys;
241 KeyMap keys;
272 KeyMap keys
    [all...]
  /frameworks/native/include/input/
Keyboard.h 44 class KeyMap {
52 KeyMap();
53 ~KeyMap();
83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
  /frameworks/av/drm/mediadrm/plugins/clearkey/
ClearKeyTypes.h 34 android::Vector<uint8_t> > KeyMap;
Session.cpp 48 KeyMap keys;
54 const KeyMap::key_type& keyId = keys.keyAt(i);
55 const KeyMap::value_type& key = keys.valueAt(i);
JsonWebKey.h 41 KeyMap* keys);
Session.h 59 KeyMap mKeyMap;
JsonWebKey.cpp 46 * Parses a JSON Web Key Set string, initializes a KeyMap with key id:key
48 * encoded. The KeyMap contains base64url decoded key id:key pairs.
53 KeyMap* keys) {
  /frameworks/native/libs/input/
Keyboard.cpp 33 // --- KeyMap ---
35 KeyMap::KeyMap() {
38 KeyMap::~KeyMap() {
41 status_t KeyMap::load(const InputDeviceIdentifier& deviceIdenfifier,
95 bool KeyMap::probeKeyMap(const InputDeviceIdentifier& deviceIdentifier,
106 status_t KeyMap::loadKeyLayout(const InputDeviceIdentifier& deviceIdentifier,
123 status_t KeyMap::loadKeyCharacterMap(const InputDeviceIdentifier& deviceIdentifier,
141 String8 KeyMap::getPath(const InputDeviceIdentifier& deviceIdentifier
    [all...]
  /external/python/cpython2/Mac/Modules/evt/
evtsupport.py 31 KeyMap = ArrayOutputBufferType("KeyMap")
_Evtmodule.c 102 KeyMap theKeys__out__;
110 (char *)&theKeys__out__, (int)sizeof(KeyMap));
483 PyDoc_STR("() -> (KeyMap theKeys)")},
  /frameworks/av/media/libstagefright/
StagefrightMediaScanner.cpp 108 struct KeyMap {
112 static const KeyMap kKeyMap[] = {
  /external/boringssl/src/crypto/evp/
evp_test.cc 140 using KeyMap = std::map<std::string, bssl::UniquePtr<EVP_PKEY>>;
142 static bool ImportKey(FileTest *t, KeyMap *key_map,
212 static bool TestEVP(FileTest *t, KeyMap *key_map) {
329 KeyMap key_map;
  /external/skia/tools/viewer/
Viewer.cpp 407 // Keymap...
408 io.KeyMap[ImGuiKey_Tab] = (int)Window::Key::kTab;
409 io.KeyMap[ImGuiKey_LeftArrow] = (int)Window::Key::kLeft;
410 io.KeyMap[ImGuiKey_RightArrow] = (int)Window::Key::kRight;
411 io.KeyMap[ImGuiKey_UpArrow] = (int)Window::Key::kUp;
412 io.KeyMap[ImGuiKey_DownArrow] = (int)Window::Key::kDown;
413 io.KeyMap[ImGuiKey_PageUp] = (int)Window::Key::kPageUp;
414 io.KeyMap[ImGuiKey_PageDown] = (int)Window::Key::kPageDown;
415 io.KeyMap[ImGuiKey_Home] = (int)Window::Key::kHome;
416 io.KeyMap[ImGuiKey_End] = (int)Window::Key::kEnd
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/
EmulatorPkg.dec 31 KeyMap|Include/Library/KeyMapLib.h
  /frameworks/native/services/inputflinger/
EventHub.h 364 KeyMap keyMap;
392 return keyMap.keyCharacterMap;

Completed in 774 milliseconds