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

  /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/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/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...]
  /external/libpng/contrib/libtests/
pngvalid.c 8586 image_transform_png_set_@_mod(const image_transform *this, function
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 39 // +++ gnuplot-4.6.3_mod/src/axis.c 2013-05-11 11:08:08.791587160 +0200
    [all...]

Completed in 927 milliseconds