Searched refs:_mod (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython2/Include/
H A Dcompile.h31 struct _mod; /* Declare the existence of this type */
32 PyAPI_FUNC(PyCodeObject *) PyAST_Compile(struct _mod *, const char *,
34 PyAPI_FUNC(PyFutureFeatures *) PyFuture_FromAST(struct _mod *, const char *);
H A Dpythonrun.h42 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString(const char *, const char *,
45 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile(FILE *, const char *, int,
H A DPython-ast.h5 typedef struct _mod *mod_ty;
40 struct _mod { struct
/external/python/cpython2/Lib/
H A Danydbm.py45 _mod = __import__(_name) variable in class:error
49 _defaultmod = _mod
50 _errors.append(_mod.error)
/external/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c237 __libdwfl_addrsym (Dwfl_Module *_mod, GElf_Addr _addr, GElf_Off *off, argument
241 int syments = INTUSE(dwfl_module_getsymtab) (_mod);
248 .mod = _mod,
/external/libcap-ng/libcap-ng-0.7/bindings/python/
H A Dcapng.py22 _mod = imp.load_module('_capng', fp, pathname, description)
25 return _mod
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp1343 _mod(always_available, glsl_type::float_type, glsl_type::float_type),
1344 _mod(always_available, glsl_type::vec2_type, glsl_type::float_type),
1345 _mod(always_available, glsl_type::vec3_type, glsl_type::float_type),
1346 _mod(always_available, glsl_type::vec4_type, glsl_type::float_type),
1348 _mod(always_available, glsl_type::vec2_type, glsl_type::vec2_type),
1349 _mod(always_available, glsl_type::vec3_type, glsl_type::vec3_type),
1350 _mod(always_available, glsl_type::vec4_type, glsl_type::vec4_type),
1352 _mod(fp64, glsl_type::double_type, glsl_type::double_type),
1353 _mod(fp64, glsl_type::dvec2_type, glsl_type::double_type),
1354 _mod(fp6
3642 builtin_builder::_mod(builtin_available_predicate avail, function in class:builtin_builder
[all...]
/external/libpng/contrib/libtests/
H A Dpngvalid.c7026 image_transform_png_set_##name##_mod,\
8959 image_transform_png_set_@_mod(const image_transform *this, function

Completed in 304 milliseconds