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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystate.h 44 /* Py_tracefunc return -1 when raising an exception, or 0 for success. */
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
70 Py_tracefunc c_profilefunc;
71 Py_tracefunc c_tracefunc;
ceval.h 23 PyAPI_FUNC(void) PyEval_SetProfile(Py_tracefunc, PyObject *);
24 PyAPI_FUNC(void) PyEval_SetTrace(Py_tracefunc, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystate.h 44 /* Py_tracefunc return -1 when raising an exception, or 0 for success. */
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
70 Py_tracefunc c_profilefunc;
71 Py_tracefunc c_tracefunc;
ceval.h 23 PyAPI_FUNC(void) PyEval_SetProfile(Py_tracefunc, PyObject *);
24 PyAPI_FUNC(void) PyEval_SetTrace(Py_tracefunc, PyObject *);
  /external/python/cpython2/Include/
pystate.h 44 /* Py_tracefunc return -1 when raising an exception, or 0 for success. */
45 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
70 Py_tracefunc c_profilefunc;
71 Py_tracefunc c_tracefunc;
ceval.h 23 PyAPI_FUNC(void) PyEval_SetProfile(Py_tracefunc, PyObject *);
24 PyAPI_FUNC(void) PyEval_SetTrace(Py_tracefunc, PyObject *);
  /external/python/cpython3/Include/
ceval.h 32 PyAPI_FUNC(void) PyEval_SetProfile(Py_tracefunc, PyObject *);
33 PyAPI_FUNC(void) PyEval_SetTrace(Py_tracefunc, PyObject *);
pystate.h 176 /* Py_tracefunc return -1 when raising an exception, or 0 for success. */
177 typedef int (*Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *);
233 Py_tracefunc c_profilefunc;
234 Py_tracefunc c_tracefunc;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 129 static int call_trace(Py_tracefunc, PyObject *, PyFrameObject *,
131 static int call_trace_protected(Py_tracefunc, PyObject *,
133 static void call_exc_trace(Py_tracefunc, PyObject *, PyFrameObject *);
134 static int maybe_call_line_trace(Py_tracefunc, PyObject *,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 127 static int call_trace(Py_tracefunc, PyObject *, PyFrameObject *,
129 static int call_trace_protected(Py_tracefunc, PyObject *,
131 static void call_exc_trace(Py_tracefunc, PyObject *, PyFrameObject *);
132 static int maybe_call_line_trace(Py_tracefunc, PyObject *,
    [all...]
  /external/python/cpython2/Python/
ceval.c 129 static int call_trace(Py_tracefunc, PyObject *, PyFrameObject *,
131 static int call_trace_protected(Py_tracefunc, PyObject *,
133 static void call_exc_trace(Py_tracefunc, PyObject *, PyFrameObject *);
134 static int maybe_call_line_trace(Py_tracefunc, PyObject *,
    [all...]
  /external/python/cpython3/Python/
ceval.c 45 static int call_trace(Py_tracefunc, PyObject *,
48 static int call_trace_protected(Py_tracefunc, PyObject *,
51 static void call_exc_trace(Py_tracefunc, PyObject *,
53 static int maybe_call_line_trace(Py_tracefunc, PyObject *,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c 968 PyEval_SetTrace((Py_tracefunc) tracer_callback, (PyObject *)self);
970 PyEval_SetProfile((Py_tracefunc) tracer_callback, (PyObject *)self);
    [all...]
  /external/python/cpython2/Modules/
_hotshot.c 972 PyEval_SetTrace((Py_tracefunc) tracer_callback, (PyObject *)self);
974 PyEval_SetProfile((Py_tracefunc) tracer_callback, (PyObject *)self);
    [all...]

Completed in 82 milliseconds