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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 50 } PyFrameObject;
61 PyAPI_FUNC(PyFrameObject *) PyFrame_New(PyThreadState *, PyCodeObject *,
69 PyAPI_FUNC(void) PyFrame_BlockSetup(PyFrameObject *, int, int, int);
70 PyAPI_FUNC(PyTryBlock *) PyFrame_BlockPop(PyFrameObject *);
74 PyAPI_FUNC(PyObject **) PyFrame_ExtendStack(PyFrameObject *, int, int);
78 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
79 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
84 PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 50 } PyFrameObject;
61 PyAPI_FUNC(PyFrameObject *) PyFrame_New(PyThreadState *, PyCodeObject *,
69 PyAPI_FUNC(void) PyFrame_BlockSetup(PyFrameObject *, int, int, int);
70 PyAPI_FUNC(PyTryBlock *) PyFrame_BlockPop(PyFrameObject *);
74 PyAPI_FUNC(PyObject **) PyFrame_ExtendStack(PyFrameObject *, int, int);
78 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
79 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
84 PyAPI_FUNC(int) PyFrame_GetLineNumber(PyFrameObject *);
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Profile.c 39 CYTHON_FRAME_MODIFIER PyFrameObject *$frame_cname = NULL; \
80 static int __Pyx_TraceSetupAndCall(PyCodeObject** code, PyFrameObject** frame, const char *funcname, const char *srcfile, int firstlineno); /*proto*/
110 PyFrameObject** frame,
Generator.c 202 PyFrameObject *f = tb->tb_frame;
230 PyFrameObject *f = tb->tb_frame;
Exceptions.c 524 PyFrameObject *py_frame = 0;
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pystate.pxd 16 ctypedef struct PyFrameObject:
26 ctypedef int (*Py_tracefunc)(PyObject *, PyFrameObject *, int, PyObject *)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 102 PyFrameObject * last_exc_back;
255 CTracer_trace(CTracer *self, PyFrameObject *frame, int what, PyObject *arg_unused)
483 PyFrameObject *frame;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 587 cmds_after_breakpoint=['print (PyFrameObject*)(((PyCodeObject*)op)->co_zombieframe)']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 587 cmds_after_breakpoint=['print (PyFrameObject*)(((PyCodeObject*)op)->co_zombieframe)']
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libpython.py 865 _typename = 'PyFrameObject'
    [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c     [all...]
qavltree.c     [all...]
qbintree.c     [all...]
qrbtree.c     [all...]

Completed in 726 milliseconds