HomeSort by relevance Sort by last modified time
    Searched full:f_trace (Results 1 - 13 of 13) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 28 PyObject *f_trace; /* Trace function */ member in struct:_frame
43 active (i.e. when f_trace is set). At other times we use
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 28 PyObject *f_trace; /* Trace function */ member in struct:_frame
43 active (i.e. when f_trace is set). At other times we use
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
221 frame.f_trace = self.trace_dispatch
235 del frame.f_trace
inspect.py 206 f_trace tracing function for this frame, or None"""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
221 frame.f_trace = self.trace_dispatch
235 del frame.f_trace
inspect.py 206 f_trace tracing function for this frame, or None"""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 118 sys._getframe().f_back.f_trace = tracefunc
126 sys._getframe().f_back.f_trace = tracefunc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 118 sys._getframe().f_back.f_trace = tracefunc
126 sys._getframe().f_back.f_trace = tracefunc
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 370 frame->f_trace = (PyObject*)self;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 795 milliseconds