HomeSort by relevance Sort by last modified time
    Searched refs:keyMap (Results 1 - 25 of 29) sorted by null

1 2

  /system/sepolicy/tools/
insertkeys.py 117 keyMap = dict()
134 if tag in keyMap:
140 keyMap[tag] = GenerateKeys(path)
146 assert len(keyMap[tag]) == 1
148 return keyMap
162 def __init__(self, keyMap, out=sys.stdout):
165 self._keyMap = keyMap
  /frameworks/native/include/input/
Keyboard.h 44 class KeyMap {
52 KeyMap();
53 ~KeyMap();
83 const PropertyMap* deviceConfiguration, const KeyMap* keyMap);
  /external/deqp/scripts/build/
config.py 145 keyMap = {
152 if not self.version in keyMap:
155 keys = keyMap[self.version]
  /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...]
  /frameworks/native/services/inputflinger/
EventHub.cpp 375 if (device && device->hasValidFd() && device->keyMap.haveKeyLayout()) {
377 device->keyMap.keyLayoutMap->findScanCodesForKey(keyCode, &scanCodes);
438 if (device && device->keyMap.haveKeyLayout()) {
443 status_t err = device->keyMap.keyLayoutMap->findScanCodesForKey(
479 if (status != NO_ERROR && device->keyMap.haveKeyLayout()) {
480 if (!device->keyMap.keyLayoutMap->mapKey(
508 if (device && device->keyMap.haveKeyLayout()) {
509 status_t err = device->keyMap.keyLayoutMap->mapAxis(scanCode, outAxisInfo);
598 device->keyMap.keyCharacterMap, map);
    [all...]
EventHub.h 364 KeyMap keyMap;
392 return keyMap.keyCharacterMap;
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleMatcher.java 437 Map<String, String> keyMap = new HashMap<>();
439 keyMap.put(key.toLowerCase(), key);
449 if (keyMap.containsKey(r)) {
451 List<String> equivalents = map.get(keyMap.get(r));
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
IDNAConformanceTest.java 51 Set keyMap = inputData.keySet();
52 for (Iterator iter = keyMap.iterator(); iter.hasNext();) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAConformanceTest.java 50 Set keyMap = inputData.keySet();
51 for (Iterator iter = keyMap.iterator(); iter.hasNext();) {
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapIMProvider.java 555 * @param keyMap the key map <btKey, emailKey>
557 * keyMap
560 Map<String, String> keyMap) {
563 String key = keyMap.get(ent.getKey()); // Convert the key name
  /external/deqp/framework/qphelper/
qpTestLog.c 261 #define QP_LOOKUP_STRING(KEYMAP, KEY) qpLookupString(KEYMAP, DE_LENGTH_OF_ARRAY(KEYMAP), (int)(KEY))
263 static const char* qpLookupString (const qpKeyStringMap* keyMap, int keyMapSize, int key)
265 DE_ASSERT(keyMap);
267 DE_ASSERT(keyMap[key].key == key);
269 return keyMap[key].string;
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 265 Map<Key<?>, Binding<?>> keyMap = Maps.newHashMap();
269 keyMap.put(binding.getKey(), binding);
320 Binding<?> valueBinding = keyMap.get(pme.getValueKey());
    [all...]
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /prebuilts/tools/common/m2/repository/net/sf/json-lib/json-lib/2.3/
json-lib-2.3-jdk15.jar 
  /external/guice/extensions/struts2/lib/
freemarker-2.3.16.jar 
jsp-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-dynamodb/1.11.18/
aws-java-sdk-dynamodb-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /prebuilts/sdk/tools/
jack-launcher.jar 
jack-server-4.11.ALPHA.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.22.0/
google-http-client-1.22.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 

Completed in 4203 milliseconds

1 2