/prebuilts/gdb/darwin-x86/include/python2.7/ |
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 *);
|
pythonrun.h | 42 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString(const char *, const char *, 45 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile(FILE *, const char *, int,
|
Python-ast.h | 5 typedef struct _mod *mod_ty; 40 struct _mod { struct
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
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 *);
|
pythonrun.h | 42 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString(const char *, const char *, 45 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile(FILE *, const char *, int,
|
Python-ast.h | 5 typedef struct _mod *mod_ty; 40 struct _mod { struct
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
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 *);
|
pythonrun.h | 42 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString(const char *, const char *, 45 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile(FILE *, const char *, int,
|
Python-ast.h | 5 typedef struct _mod *mod_ty; 40 struct _mod { struct
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
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 *);
|
pythonrun.h | 42 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString(const char *, const char *, 45 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile(FILE *, const char *, int,
|
Python-ast.h | 5 typedef struct _mod *mod_ty; 40 struct _mod { struct
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
anydbm.py | 45 _mod = __import__(_name) variable in class:error 49 _defaultmod = _mod 50 _errors.append(_mod.error)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
anydbm.py | 45 _mod = __import__(_name) variable in class:error 49 _defaultmod = _mod 50 _errors.append(_mod.error)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
anydbm.py | 45 _mod = __import__(_name) variable in class:error 49 _defaultmod = _mod 50 _errors.append(_mod.error)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
anydbm.py | 45 _mod = __import__(_name) variable in class:error 49 _defaultmod = _mod 50 _errors.append(_mod.error)
|
/device/generic/goldfish-opengl/ |
common.mk | 115 $(eval _mod = $(_emugl_MODULE)) \ 116 $(eval _emugl.$(_mod).type := $(patsubst HOST_%,%,$2))\ 117 $(eval _emugl.$(_mod).imports :=) \ 118 $(eval _emugl,$(_mod).moved :=) \ 120 $(eval _emugl.$(_mod).export.$(_type) :=)\ 143 $(eval _mod := $(_emugl_MODULE))\ 153 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\ 154 $(eval _emugl.$(_mod).imports += $1)\
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
capng.py | 22 _mod = imp.load_module('_capng', fp, pathname, description) 25 return _mod
|
/external/elfutils/libdwfl/ |
dwfl_module_addrsym.c | 237 __libdwfl_addrsym (Dwfl_Module *_mod, GElf_Addr _addr, GElf_Off *off, 241 int syments = INTUSE(dwfl_module_getsymtab) (_mod); 248 .mod = _mod,
|
/external/pdfium/fpdfsdk/src/javascript/ |
JS_Value.cpp | 622 double _Mod(double x, double y) { 780 return (int)_Mod(FXSYS_floor((double)(dt / (60 * 60 * 1000))), 24); 784 return (int)_Mod(FXSYS_floor((double)(dt / (60 * 1000))), 60); 788 return (int)_Mod(FXSYS_floor((double)(dt / 1000)), 60); 835 double mn = _Mod(m, 12);
|
/external/llvm/lib/Target/AMDGPU/ |
SIInstrInfo.h | 323 /// e.g. src[012]_mod, omod, clamp.
|
/prebuilts/go/darwin-x86/src/runtime/ |
vlop_arm.s | 289 TEXT _mod(SB),NOSPLIT,$16-0
|
/prebuilts/go/linux-x86/src/runtime/ |
vlop_arm.s | 289 TEXT _mod(SB),NOSPLIT,$16-0
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/ |
__init__.py | 24 _mod = imp.load_module('_selinux', fp, pathname, description) 27 return _mod [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
qpol.py | 24 _mod = imp.load_module('_qpol', fp, pathname, description) 27 return _mod [all...] |