HomeSort by relevance Sort by last modified time
    Searched refs:f_back (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 18 struct _frame *f_back; /* previous frame, or NULL */ member in struct:_frame
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 18 struct _frame *f_back; /* previous frame, or NULL */ member in struct:_frame
  /external/llvm/utils/lit/lit/
LitConfig.py 103 f = f.f_back.f_back
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 132 [-1] = Our parent 6-tuple (corresponds to frame.f_back).
278 if self.cur and frame.f_back is not self.cur[-2]:
281 assert rframe.f_back is frame.f_back, ("Bad call", rfn,
282 rframe, rframe.f_back,
283 frame, frame.f_back)
286 frame.f_back is self.cur[-2]), ("Bad call",
312 assert frame is self.cur[-2].f_back, ("Bad return", self.cur[-3])
382 self.f_back = prior
traceback.py 268 f = sys.exc_info()[2].tb_frame.f_back
277 f = sys.exc_info()[2].tb_frame.f_back
293 f = sys.exc_info()[2].tb_frame.f_back
309 f = f.f_back
bdb.py 75 self.botframe = frame.f_back # (CT) Note that this may also be None!
123 frame = frame.f_back
199 caller_frame = self.frame_returning.f_back
210 self._set_stopinfo(frame.f_back, frame)
218 frame = sys._getframe().f_back
223 frame = frame.f_back
233 frame = sys._getframe().f_back
236 frame = frame.f_back
349 f = f.f_back
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 132 [-1] = Our parent 6-tuple (corresponds to frame.f_back).
278 if self.cur and frame.f_back is not self.cur[-2]:
281 assert rframe.f_back is frame.f_back, ("Bad call", rfn,
282 rframe, rframe.f_back,
283 frame, frame.f_back)
286 frame.f_back is self.cur[-2]), ("Bad call",
312 assert frame is self.cur[-2].f_back, ("Bad return", self.cur[-3])
382 self.f_back = prior
traceback.py 268 f = sys.exc_info()[2].tb_frame.f_back
277 f = sys.exc_info()[2].tb_frame.f_back
293 f = sys.exc_info()[2].tb_frame.f_back
309 f = f.f_back
bdb.py 75 self.botframe = frame.f_back # (CT) Note that this may also be None!
123 frame = frame.f_back
199 caller_frame = self.frame_returning.f_back
210 self._set_stopinfo(frame.f_back, frame)
218 frame = sys._getframe().f_back
223 frame = frame.f_back
233 frame = sys._getframe().f_back
236 frame = frame.f_back
349 f = f.f_back
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
stats.py 88 self.f_back = back
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stats.py 88 self.f_back = back
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 16 if sys._getframe().f_back.f_globals.get("__name__") == "__main__":
31 if sys._getframe().f_back.f_globals.get("__name__") == "__main__":
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 16 if sys._getframe().f_back.f_globals.get("__name__") == "__main__":
31 if sys._getframe().f_back.f_globals.get("__name__") == "__main__":
  /external/llvm/utils/Misc/
zkill 13 f = f.f_back.f_back
  /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
685 previous_frame = sys._getframe().f_back
test_exceptions.py 180 co2 = tb.tb_frame.f_back.f_code
  /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
685 previous_frame = sys._getframe().f_back
test_exceptions.py 180 co2 = tb.tb_frame.f_back.f_code
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
collector.py 98 self.last_exc_back = frame.f_back
tracer.c 448 self->last_exc_back = frame->f_back;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 79 return sys.exc_info()[2].tb_frame.f_back
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 79 return sys.exc_info()[2].tb_frame.f_back
    [all...]
  /external/lldb/examples/python/
pytracer.py 124 return FrameFancy(self.f.f_back)
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 767 while deepest_frame.f_back is not None:
768 deepest_frame = deepest_frame.f_back
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 767 while deepest_frame.f_back is not None:
768 deepest_frame = deepest_frame.f_back
    [all...]

Completed in 1377 milliseconds

1 2