/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 | 104 $(eval _mod = $(_emugl_MODULE)) \ 105 $(eval _emugl.$(_mod).type := $(patsubst HOST_%,%,$2))\ 106 $(eval _emugl.$(_mod).imports :=) \ 107 $(eval _emugl,$(_mod).moved :=) \ 109 $(eval _emugl.$(_mod).export.$(_type) :=)\ 132 $(eval _mod := $(_emugl_MODULE))\ 142 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\ 143 $(eval _emugl.$(_mod).imports += $1)\
|
/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/libcap-ng/libcap-ng-0.7/bindings/python/ |
capng.py | 22 _mod = imp.load_module('_capng', fp, pathname, description) 25 return _mod
|
/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/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
go.go | 649 "_mod",
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
go.go | 646 "_mod",
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
go.go | 649 "_mod",
|