Home
last modified time | relevance | path

Searched refs:f_back (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dprofile.py287 if self.cur and frame.f_back is not self.cur[-2]:
290 assert rframe.f_back is frame.f_back, ("Bad call", rfn,
291 rframe, rframe.f_back,
292 frame, frame.f_back)
295 frame.f_back is self.cur[-2]), ("Bad call",
321 assert frame is self.cur[-2].f_back, ("Bad return", self.cur[-3])
391 self.f_back = prior
Dbdb.py74 self.botframe = frame.f_back # (CT) Note that this may also be None!
118 frame = frame.f_back
197 self._set_stopinfo(frame.f_back, frame)
205 frame = sys._getframe().f_back
210 frame = frame.f_back
220 frame = sys._getframe().f_back
223 frame = frame.f_back
336 f = f.f_back
Dtraceback.py268 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
Dtrace.py586 parent_func = self.file_module_function_of(frame.f_back)
Dinspect.py1031 frame = frame.f_back
Dpdb.py1251 Pdb().set_trace(sys._getframe().f_back)
Ddoctest.py345 frame = sys._getframe().f_back
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtraceback.py269 f = sys.exc_info()[2].tb_frame.f_back
278 f = sys.exc_info()[2].tb_frame.f_back
294 f = sys.exc_info()[2].tb_frame.f_back
310 f = f.f_back
Dinspect.py1034 frame = frame.f_back
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c81 assert(f->f_back == NULL); in gen_send_ex()
82 f->f_back = tstate->frame; in gen_send_ex()
91 assert(f->f_back == tstate->frame); in gen_send_ex()
92 Py_CLEAR(f->f_back); in gen_send_ex()
Dframeobject.c18 {"f_back", T_OBJECT, OFF(f_back), RO},
468 Py_XDECREF(f->f_back); in frame_dealloc()
482 f->f_back = free_list; in frame_dealloc()
498 Py_VISIT(f->f_back); in frame_traverse()
693 free_list = free_list->f_back; in PyFrame_New()
716 f->f_back = back; in PyFrame_New()
970 free_list = free_list->f_back; in PyFrame_ClearFreeList()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c80 assert(f->f_back == NULL); in gen_send_ex()
81 f->f_back = tstate->frame; in gen_send_ex()
90 assert(f->f_back == tstate->frame); in gen_send_ex()
91 Py_CLEAR(f->f_back); in gen_send_ex()
Dframeobject.c18 {"f_back", T_OBJECT, OFF(f_back), RO},
466 Py_XDECREF(f->f_back); in frame_dealloc()
480 f->f_back = free_list; in frame_dealloc()
496 Py_VISIT(f->f_back); in frame_traverse()
691 free_list = free_list->f_back; in PyFrame_New()
714 f->f_back = back; in PyFrame_New()
968 free_list = free_list->f_back; in PyFrame_ClearFreeList()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dframeobject.h18 struct _frame *f_back; /* previous frame, or NULL */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dframeobject.h18 struct _frame *f_back; /* previous frame, or NULL */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
Dstats.py88 self.f_back = back
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_settrace.py118 sys._getframe().f_back.f_trace = tracefunc
126 sys._getframe().f_back.f_trace = tracefunc
677 previous_frame = sys._getframe().f_back
Dtest_exceptions.py180 co2 = tb.tb_frame.f_back.f_code
Dtest_inspect.py189 args, varargs, varkw, locals = inspect.getargvalues(mod.fr.f_back)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py79 return sys.exc_info()[2].tb_frame.f_back
1206 f = f.f_back
1212 f = f.f_back
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
D_warnings.c451 f = f->f_back; in setup_context()
Dsysmodule.c804 f = f->f_back; in sys_getframe()
Dceval.c3005 tstate->frame = f->f_back; in PyEval_EvalFrameEx()
3243 Py_XDECREF(f->f_back); in PyEval_EvalCodeEx()
3244 f->f_back = NULL; in PyEval_EvalCodeEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
D_warnings.c451 f = f->f_back; in setup_context()
Dsysmodule.c822 f = f->f_back; in sys_getframe()

12