OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:py_tracefunc
(Results
1 - 11
of
11
) sorted by null
/prebuilts/gdb/darwin-x86/include/python2.7/
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 *);
/prebuilts/gdb/linux-x86/include/python2.7/
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 *);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
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 *);
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
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/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
tracer.c
936
PyEval_SetTrace((
Py_tracefunc
)CTracer_trace, (PyObject*)self);
946
PyEval_SetTrace((
Py_tracefunc
)CTracer_trace, (PyObject*)self);
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/
libpython2.7.a
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
libpython2.7.a
[
all
...]
Completed in 271 milliseconds