/external/python/cpython3/Lib/ |
D | pkgutil.py | 301 mod_type = self.etc[2] 302 if mod_type==imp.PY_SOURCE: 304 elif mod_type in (imp.PY_COMPILED, imp.C_EXTENSION): 322 mod_type = self.etc[2] 323 if mod_type==imp.PY_SOURCE: 326 elif mod_type==imp.PY_COMPILED: 332 elif mod_type==imp.PKG_DIRECTORY: 339 mod_type = self.etc[2] 340 if mod_type==imp.PY_SOURCE: 346 elif mod_type==imp.PY_COMPILED: [all …]
|
/external/python/cpython2/Lib/ |
D | pkgutil.py | 257 mod_type = self.etc[2] 258 if mod_type==imp.PY_SOURCE: 260 elif mod_type in (imp.PY_COMPILED, imp.C_EXTENSION): 278 mod_type = self.etc[2] 279 if mod_type==imp.PY_SOURCE: 282 elif mod_type==imp.PY_COMPILED: 288 elif mod_type==imp.PKG_DIRECTORY: 295 mod_type = self.etc[2] 296 if mod_type==imp.PY_SOURCE: 302 elif mod_type==imp.PY_COMPILED: [all …]
|
/external/libxkbcommon/src/xkbcomp/ |
D | expr.h | 37 enum mod_type mod_type, const struct xkb_mod_set *mods, 42 enum mod_type mod_type, const struct xkb_mod_set *mods,
|
D | expr.c | 93 enum mod_type mod_type; member 104 enum mod_type mod_type = arg->mod_type; in LookupModMask() local 123 ndx = XkbModNameToIndex(mods, field, mod_type); in LookupModMask() 636 enum mod_type mod_type, const struct xkb_mod_set *mods, in ExprResolveModMask() argument 639 LookupModMaskPriv priv = { .mods = mods, .mod_type = mod_type }; in ExprResolveModMask() 668 enum mod_type mod_type, const struct xkb_mod_set *mods, in ExprResolveMod() argument 683 ndx = XkbModNameToIndex(mods, name, mod_type); in ExprResolveMod()
|
/external/libxkbcommon/src/ |
D | keymap.h | 113 enum mod_type { enum 352 enum mod_type type; 468 enum mod_type type);
|
D | keymap-priv.c | 132 enum mod_type type) in XkbModNameToIndex()
|
/external/python/cpython3/Include/internal/ |
D | pycore_ast_state.h | 212 PyObject *mod_type; member
|
/external/perfetto/tools/ |
D | gen_android_bp | 488 def __init__(self, mod_type, name, gn_target): argument 490 self.type = mod_type
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 16 static PyTypeObject *mod_type; variable 674 mod_type = make_type("mod", &AST_type, NULL, 0); in init_types() 675 if (!mod_type) return 0; in init_types() 676 if (!add_attributes(mod_type, NULL, 0)) return 0; in init_types() 677 Module_type = make_type("Module", mod_type, Module_fields, 1); in init_types() 679 Interactive_type = make_type("Interactive", mod_type, in init_types() 682 Expression_type = make_type("Expression", mod_type, Expression_fields, in init_types() 685 Suite_type = make_type("Suite", mod_type, Suite_fields, 1); in init_types() 6772 if (PyDict_SetItemString(d, "mod", (PyObject*)mod_type) < 0) return; in init_ast()
|
/external/cronet/android/tools/gn2bp/ |
D | gen_android_bp | 324 def __init__(self, mod_type, name, gn_target): argument 325 self.type = mod_type
|
/external/python/cpython3/Python/ |
D | Python-ast.c | 226 Py_CLEAR(state->mod_type); in _PyAST_Fini() 1100 state->mod_type = make_type(state, "mod", state->AST_type, NULL, 0, in init_types() 1105 if (!state->mod_type) return 0; in init_types() 1106 if (!add_attributes(state, state->mod_type, NULL, 0)) return 0; in init_types() 1107 state->Module_type = make_type(state, "Module", state->mod_type, in init_types() 1111 state->Interactive_type = make_type(state, "Interactive", state->mod_type, in init_types() 1115 state->Expression_type = make_type(state, "Expression", state->mod_type, in init_types() 1120 state->mod_type, FunctionType_fields, in init_types() 11616 if (PyModule_AddObjectRef(m, "mod", state->mod_type) < 0) { in astmodule_exec()
|
/external/python/cpython3/Doc/data/ |
D | python3.10.abi | 6806 …<var-decl name='mod_type' type-id='type-id-16' visibility='default' filepath='./Include/internal/p…
|