/external/python/markupsafe/tests/ |
D | conftest.py | 21 def _mod(request): function 26 def escape(_mod): argument 27 return _mod.escape 31 def escape_silent(_mod): argument 32 return _mod.escape_silent 36 def soft_str(_mod): argument 37 return _mod.soft_str 41 def soft_unicode(_mod): argument 42 return _mod.soft_unicode
|
/external/python/cpython3/Include/ |
D | compile.h | 64 struct _mod; /* Declare the existence of this type */ 67 struct _mod *mod, 73 struct _mod *mod, 79 struct _mod * mod, 83 struct _mod * mod, 99 PyAPI_FUNC(int) _PyAST_Optimize(struct _mod *, PyArena *arena, _PyASTOptimizeState *state);
|
D | pythonrun.h | 35 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString( 41 PyAPI_FUNC(struct _mod *) PyParser_ASTFromStringObject( 47 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile( 57 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFileObject(
|
D | Python-ast.h | 14 typedef struct _mod *mod_ty; 52 struct _mod { struct
|
/external/python/cpython2/Include/ |
D | compile.h | 31 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 *);
|
D | pythonrun.h | 42 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString(const char *, const char *, 45 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile(FILE *, const char *, int,
|
D | Python-ast.h | 5 typedef struct _mod *mod_ty; 40 struct _mod { struct
|
/external/python/cpython2/Lib/ |
D | anydbm.py | 45 _mod = __import__(_name) variable 49 _defaultmod = _mod 50 _errors.append(_mod.error)
|
/external/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 244 __libdwfl_addrsym (Dwfl_Module *_mod, GElf_Addr _addr, GElf_Off *off, in __libdwfl_addrsym() argument 248 int syments = INTUSE(dwfl_module_getsymtab) (_mod); in __libdwfl_addrsym() 255 .mod = _mod, in __libdwfl_addrsym()
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | capng.py | 22 _mod = imp.load_module('_capng', fp, pathname, description) 25 return _mod
|
/external/marisa-trie/bindings/python/ |
D | marisa.py | 21 _mod = imp.load_module('_marisa', fp, pathname, description) 24 return _mod
|
/external/python/cpython3/Lib/ |
D | fractions.py | 426 def _mod(a, b): member in Fraction 431 __mod__, __rmod__ = _operator_fallbacks(_mod, operator.mod)
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 1872 _mod(always_available, glsl_type::float_type, glsl_type::float_type), in create_builtins() 1873 _mod(always_available, glsl_type::vec2_type, glsl_type::float_type), in create_builtins() 1874 _mod(always_available, glsl_type::vec3_type, glsl_type::float_type), in create_builtins() 1875 _mod(always_available, glsl_type::vec4_type, glsl_type::float_type), in create_builtins() 1877 _mod(always_available, glsl_type::vec2_type, glsl_type::vec2_type), in create_builtins() 1878 _mod(always_available, glsl_type::vec3_type, glsl_type::vec3_type), in create_builtins() 1879 _mod(always_available, glsl_type::vec4_type, glsl_type::vec4_type), in create_builtins() 1881 _mod(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins() 1882 _mod(fp64, glsl_type::dvec2_type, glsl_type::double_type), in create_builtins() 1883 _mod(fp64, glsl_type::dvec3_type, glsl_type::double_type), in create_builtins() [all …]
|
/external/python/cpython2/Doc/howto/ |
D | webservers.rst | 207 .. _mod-python:
|
/external/libpng/contrib/libtests/ |
D | pngvalid.c | 7028 image_transform_png_set_##name##_mod,\ 8959 image_transform_png_set_@_mod(const image_transform *this, in _mod() function
|