Searched refs:XKB_ATOM_NONE (Results 1 – 18 of 18) sorted by relevance
/external/libxkbcommon/test/ |
D | atom.c | 91 if (atom != XKB_ATOM_NONE) { in test_random_strings() 113 if (arr[i].atom == XKB_ATOM_NONE) { in test_random_strings() 162 assert(atom_text(table, XKB_ATOM_NONE) == NULL); in main() 163 assert(atom_intern(table, NULL, 0, false) == XKB_ATOM_NONE); in main() 166 assert(atom1 != XKB_ATOM_NONE); in main() 171 assert(atom2 != XKB_ATOM_NONE); in main() 175 assert(LOOKUP_LITERAL(table, "hell") == XKB_ATOM_NONE); in main() 179 assert(atom3 != XKB_ATOM_NONE); in main()
|
D | context.c | 326 assert(atom != XKB_ATOM_NONE); in main() 330 assert(atom != XKB_ATOM_NONE); in main()
|
/external/libxkbcommon/src/ |
D | atom.c | 161 if (atom == XKB_ATOM_NONE) { in atom_intern() 176 if (existing_atom == XKB_ATOM_NONE) { in atom_intern() 183 return XKB_ATOM_NONE; in atom_intern() 193 return XKB_ATOM_NONE; in atom_intern()
|
D | keymap-priv.c | 88 if (new_name != XKB_ATOM_NONE) in XkbKeyByName() 102 return XKB_ATOM_NONE; in XkbResolveKeyAlias()
|
D | atom.h | 29 #define XKB_ATOM_NONE 0 macro
|
D | keymap.c | 290 if (atom == XKB_ATOM_NONE) in xkb_keymap_mod_get_index() 326 if (atom == XKB_ATOM_NONE) in xkb_keymap_layout_get_index() 402 if (atom == XKB_ATOM_NONE) in xkb_keymap_led_get_index()
|
D | state.c | 1299 state->keymap->leds[idx].name == XKB_ATOM_NONE) in xkb_state_led_index_is_active()
|
/external/libxkbcommon/src/xkbcomp/ |
D | keycodes.c | 128 if (old->name != XKB_ATOM_NONE) { in AddLedName() 197 if (old_name != XKB_ATOM_NONE) { in AddKeyName() 221 darray_item(info->key_names, kc) = XKB_ATOM_NONE; in AddKeyName() 231 darray_item(info->key_names, old_kc) = XKB_ATOM_NONE; in AddKeyName() 282 if (name == XKB_ATOM_NONE) in MergeIncludedKeycodes() 321 if (ledi->name == XKB_ATOM_NONE) in MergeIncludedKeycodes() 578 alias->real = XKB_ATOM_NONE; in CopyKeyAliasesToKeymap() 589 alias->real = XKB_ATOM_NONE; in CopyKeyAliasesToKeymap() 605 if (alias->real != XKB_ATOM_NONE) { in CopyKeyAliasesToKeymap() 625 if (ledi->name == XKB_ATOM_NONE) in CopyLedNamesToKeymap()
|
D | symbols.c | 231 if (from->type == XKB_ATOM_NONE) { in MergeGroups() 234 else if (into->type == XKB_ATOM_NONE) { in MergeGroups() 433 if (real_name != XKB_ATOM_NONE) in AddKeySymbols() 1338 return XKB_ATOM_NONE; in FindAutomaticType() 1353 if (type_name == XKB_ATOM_NONE) { in FindTypeForGroup() 1354 if (keyi->default_type != XKB_ATOM_NONE) { in FindTypeForGroup() 1359 if (type_name != XKB_ATOM_NONE) in FindTypeForGroup() 1364 if (type_name == XKB_ATOM_NONE) { in FindTypeForGroup() 1552 if (key->name == XKB_ATOM_NONE) in CopySymbolsToKeymap()
|
D | expr.c | 57 if (expr->array_ref.element != XKB_ATOM_NONE && *elem_rtrn == NULL) in ExprResolveLhs() 76 if (!priv || field == XKB_ATOM_NONE || type != EXPR_TYPE_INT) in SimpleLookup()
|
D | keymap-dump.c | 170 if (key->name == XKB_ATOM_NONE) in write_keycodes() 178 if (led->name != XKB_ATOM_NONE) in write_keycodes()
|
D | types.c | 496 if (darray_item(type->level_names, level) != XKB_ATOM_NONE) { in AddLevelName()
|
D | parser.y | 694 { $$ = ExprCreateArrayRef(XKB_ATOM_NONE, $1, $3); }
|
D | compat.c | 844 if (led->name == XKB_ATOM_NONE) in CopyLedMapDefsToKeymap()
|
/external/libxkbcommon/bench/ |
D | atom.c | 72 assert(atom != XKB_ATOM_NONE); in main()
|
/external/libxkbcommon/src/x11/ |
D | util.c | 172 *out = XKB_ATOM_NONE; in x11_atom_interner_adopt_atom()
|
D | keymap.c | 1010 *key_name = XKB_ATOM_NONE; in get_key_names()
|
/external/libxkbcommon/config/libxkbcommon.so.0.0.0.p/ |
D | parser.c | 2813 … { (yyval.expr) = ExprCreateArrayRef(XKB_ATOM_NONE, (yyvsp[-3].atom), (yyvsp[-1].expr)); } in yyparse()
|