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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 354 trace_trampoline(PyObject *self, PyFrameObject *frame, function
393 PyEval_SetTrace(trace_trampoline, args);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 354 trace_trampoline(PyObject *self, PyFrameObject *frame, function
394 PyEval_SetTrace(trace_trampoline, args);
    [all...]
  /external/python/cpython2/Python/
sysmodule.c 354 trace_trampoline(PyObject *self, PyFrameObject *frame, function
393 PyEval_SetTrace(trace_trampoline, args);
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 529 trace_trampoline(PyObject *self, PyFrameObject *frame, function
564 PyEval_SetTrace(trace_trampoline, args);
    [all...]

Completed in 845 milliseconds