HomeSort by relevance Sort by last modified time
    Searched refs:_mod (Results 1 - 25 of 45) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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,
  /external/python/cpython2/Include/
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,
  /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,
  /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,
  /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,
  /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,
  /external/python/cpython3/Include/
compile.h 32 struct _mod; /* Declare the existence of this type */
35 struct _mod *mod,
41 struct _mod *mod,
47 struct _mod * mod,
51 struct _mod * mod,
pythonrun.h 52 PyAPI_FUNC(struct _mod *) PyParser_ASTFromString(
58 PyAPI_FUNC(struct _mod *) PyParser_ASTFromStringObject(
64 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFile(
74 PyAPI_FUNC(struct _mod *) PyParser_ASTFromFileObject(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
anydbm.py 45 _mod = __import__(_name) variable in class:error
49 _defaultmod = _mod
50 _errors.append(_mod.error)
  /external/python/cpython2/Lib/
anydbm.py 45 _mod = __import__(_name) variable in class:error
49 _defaultmod = _mod
50 _errors.append(_mod.error)
  /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 123 $(eval _mod = $(_emugl_MODULE)) \
124 $(eval _emugl.$(_mod).type := $(patsubst HOST_%,%,$2))\
125 $(eval _emugl.$(_mod).imports :=) \
126 $(eval _emugl,$(_mod).moved :=) \
128 $(eval _emugl.$(_mod).export.$(_type) :=)\
151 $(eval _mod := $(_emugl_MODULE))\
161 $(if $(filter-out $(_emugl.$(_mod).imports),$1),\
162 $(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

Completed in 445 milliseconds

1 2