Searched defs:why (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | trace.py | 578 def globaltrace_trackcallers(self, frame, why, arg): argument 589 def globaltrace_countfuncs(self, frame, why, arg): argument 598 def globaltrace_lt(self, frame, why, arg): argument 621 def localtrace_trace_and_count(self, frame, why, arg): argument 636 def localtrace_trace(self, frame, why, arg): argument 649 def localtrace_count(self, frame, why, arg): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lundump.c | 30 static l_noret error(LoadState* S, const char* why) in error()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
D | faqwiz.py | 31 def __init__(self, file, why=None): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_sys_settrace.py | 439 def g(frame, why, extra): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ceval.c | 698 register enum why_code why; /* Reason for block stack unwind */ in PyEval_EvalFrameEx() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | ceval.c | 696 register enum why_code why; /* Reason for block stack unwind */ in PyEval_EvalFrameEx() local
|