Searched refs:key_map (Results 1 - 6 of 6) sorted by relevance

/external/sepolicy/tools/
H A Dcheck_seapp.c16 #define KVP_NUM_OF_RULES (sizeof(rules) / sizeof(key_map))
28 typedef struct key_map key_map; typedef in typeref:struct:key_map
82 struct key_map { struct
100 * key_map array.
106 key_map m[]; /** key value mapping */
157 key_map rules[] = {
232 * Validates a key_map against a set of enforcement rules, this
243 static int key_map_validate(key_map *m, int lineno) {
346 key_map *
[all...]
H A Dinsertkeys.py259 key_map = config.generateKeyMap(options.target_build_variant.lower(), options.key_directory) variable
261 for k in key_map:
262 logging.info(k + " : " + str(key_map[k]))
265 parser.setContentHandler(ReplaceTags(key_map, output_file))
/external/chromium_org/tools/grit/grit/gather/
H A Dpolicy_json.py144 key_map = {
150 return '%s of the policy named %s' % (key_map[key], item['name'])
153 (key_map[key], item['name'], parent_item['name']))
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c154 } key_map[] = { variable in typeref:struct:__anon1092
309 for (x = 0; key_map[x].name != NULL; x++)
310 ioctl(fd, UI_SET_KEYBIT, key_map[x].mapped_id);
572 for (i = 0; key_map[i].name != NULL; i++) {
573 if (p_remote_cmd->rc_id == key_map[i].avrcp) {
574 BTIF_TRACE_DEBUG("%s: %s %s", __FUNCTION__, key_map[i].name, status);
583 if ((key_map[i].release_quirk == 1) && (pressed == 0))
586 __FUNCTION__, key_map[i].name);
589 send_key(uinput_fd, key_map[i].mapped_id, pressed);
590 if ((key_map[
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp178 static map key_map; local
179 key_map["line"];
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
H A DSDL_sysjoystick.c289 Uint8 key_map[KEY_MAX-BTN_MISC]; member in struct:joystick_hwdata
690 joystick->hwdata->key_map[i-BTN_MISC] =
700 joystick->hwdata->key_map[i-BTN_MISC] =
1100 joystick->hwdata->key_map[code],
1104 joystick->hwdata->key_map[code],

Completed in 1442 milliseconds