Home
last modified time | relevance | path

Searched defs:mod_type (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/src/xkbcomp/
Dexpr.c93 enum mod_type mod_type; member
104 enum mod_type mod_type = arg->mod_type; in LookupModMask() local
636 enum mod_type mod_type, const struct xkb_mod_set *mods, in ExprResolveModMask()
668 enum mod_type mod_type, const struct xkb_mod_set *mods, in ExprResolveMod()
/external/perfetto/tools/
Dgen_android_bp439 def __init__(self, mod_type, name, gn_target): argument
/external/libxkbcommon/src/
Dkeymap.h113 enum mod_type { enum
/external/python/cpython2/Python/
DPython-ast.c16 static PyTypeObject *mod_type; variable
/external/python/cpython3/Python/
DPython-ast.c192 PyObject *mod_type; member