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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystate.h 71 Py_tracefunc c_tracefunc; member in struct:_ts
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystate.h 71 Py_tracefunc c_tracefunc; member in struct:_ts
  /external/python/cpython2/Include/
pystate.h 71 Py_tracefunc c_tracefunc; member in struct:_ts
  /external/python/cpython3/Python/
ceval.c 841 if (tstate->c_tracefunc != NULL) {
842 /* tstate->c_tracefunc, if defined, is a
855 if (call_trace_protected(tstate->c_tracefunc,
    [all...]
pystate.c 390 tstate->c_tracefunc = NULL;
591 tstate->c_tracefunc = NULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 191 tstate->c_tracefunc = NULL;
251 tstate->c_tracefunc = NULL;
ceval.c 655 threads for which tstate->c_tracefunc is non-NULL, so if the value
656 is 0, we know we don't have to check this thread's c_tracefunc.
882 if (tstate->c_tracefunc != NULL) {
883 /* tstate->c_tracefunc, if defined, is a
896 if (call_trace_protected(tstate->c_tracefunc,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 192 tstate->c_tracefunc = NULL;
249 tstate->c_tracefunc = NULL;
ceval.c 653 threads for which tstate->c_tracefunc is non-NULL, so if the value
654 is 0, we know we don't have to check this thread's c_tracefunc.
880 if (tstate->c_tracefunc != NULL) {
881 /* tstate->c_tracefunc, if defined, is a
894 if (call_trace_protected(tstate->c_tracefunc,
    [all...]
  /external/python/cpython2/Python/
pystate.c 191 tstate->c_tracefunc = NULL;
251 tstate->c_tracefunc = NULL;
ceval.c 655 threads for which tstate->c_tracefunc is non-NULL, so if the value
656 is 0, we know we don't have to check this thread's c_tracefunc.
987 if (tstate->c_tracefunc != NULL) {
988 /* tstate->c_tracefunc, if defined, is a
1001 if (call_trace_protected(tstate->c_tracefunc,
    [all...]
  /external/python/cpython3/Include/
pystate.h 234 Py_tracefunc c_tracefunc; member in struct:_ts
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 282 tstate->use_tracing = ((tstate->c_tracefunc != NULL)
288 if (tstate->c_tracefunc != NULL) {
290 result = tstate->c_tracefunc(tstate->c_traceobj,
292 tstate->use_tracing = ((tstate->c_tracefunc != NULL)
305 if (tstate->c_tracefunc == NULL)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c 282 tstate->use_tracing = ((tstate->c_tracefunc != NULL)
288 if (tstate->c_tracefunc != NULL) {
290 result = tstate->c_tracefunc(tstate->c_traceobj,
292 tstate->use_tracing = ((tstate->c_tracefunc != NULL)
305 if (tstate->c_tracefunc == NULL)
    [all...]
  /external/python/cpython2/Modules/
pyexpat.c 282 tstate->use_tracing = ((tstate->c_tracefunc != NULL)
288 if (tstate->c_tracefunc != NULL) {
290 result = tstate->c_tracefunc(tstate->c_traceobj,
292 tstate->use_tracing = ((tstate->c_tracefunc != NULL)
305 if (tstate->c_tracefunc == NULL)
    [all...]

Completed in 954 milliseconds