Home
last modified time | relevance | path

Searched refs:_mod (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Include/
Dcompile.h50 struct _mod; /* Declare the existence of this type */
53 struct _mod *mod,
59 struct _mod *mod,
65 struct _mod * mod,
69 struct _mod * mod,
79 PyAPI_FUNC(int) _PyAST_Optimize(struct _mod *, PyArena *arena, int optimize);
Dpythonrun.h36 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString(
42 PyAPI_FUNC(struct _mod *) PyParser_ASTFromStringObject(
48 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile(
58 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFileObject(
DPython-ast.h5 typedef struct _mod *mod_ty;
44 struct _mod { struct
/external/python/cpython2/Include/
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 *);
Dpythonrun.h42 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString(const char *, const char *,
45 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile(FILE *, const char *, int,
DPython-ast.h5 typedef struct _mod *mod_ty;
40 struct _mod { struct
/external/python/cpython2/Lib/
Danydbm.py45 _mod = __import__(_name) variable
49 _defaultmod = _mod
50 _errors.append(_mod.error)
/external/u-boot/drivers/clk/renesas/
Drenesas-cpg-mssr.h93 #define DEF_MOD(_name, _mod, _parent...) \ argument
94 { .name = _name, .id = MOD_CLK_ID(_mod), .parent = _parent }
/external/elfutils/libdwfl/
Ddwfl_module_addrsym.c244 __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/
Dcapng.py22 _mod = imp.load_module('_capng', fp, pathname, description)
25 return _mod
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp1516 _mod(always_available, glsl_type::float_type, glsl_type::float_type), in create_builtins()
1517 _mod(always_available, glsl_type::vec2_type, glsl_type::float_type), in create_builtins()
1518 _mod(always_available, glsl_type::vec3_type, glsl_type::float_type), in create_builtins()
1519 _mod(always_available, glsl_type::vec4_type, glsl_type::float_type), in create_builtins()
1521 _mod(always_available, glsl_type::vec2_type, glsl_type::vec2_type), in create_builtins()
1522 _mod(always_available, glsl_type::vec3_type, glsl_type::vec3_type), in create_builtins()
1523 _mod(always_available, glsl_type::vec4_type, glsl_type::vec4_type), in create_builtins()
1525 _mod(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins()
1526 _mod(fp64, glsl_type::dvec2_type, glsl_type::double_type), in create_builtins()
1527 _mod(fp64, glsl_type::dvec3_type, glsl_type::double_type), in create_builtins()
[all …]
/external/tensorflow/tensorflow/contrib/rnn/python/ops/
Drnn_cell.py1972 def _mod(self, x, y): member in PhasedLSTMCell
1981 cycle_ratio = self._mod(shifted_time, period_casted) / period_casted
/external/python/cpython2/Doc/howto/
Dwebservers.rst207 .. _mod-python:
/external/libpng/contrib/libtests/
Dpngvalid.c7028 image_transform_png_set_##name##_mod,\
8959 image_transform_png_set_@_mod(const image_transform *this, in _mod() function