Home
last modified time | relevance | path

Searched defs:why (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtrace.py578 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/
Dlundump.c30 static l_noret error(LoadState* S, const char* why) in error()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
Dfaqwiz.py31 def __init__(self, file, why=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_settrace.py439 def g(frame, why, extra): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c698 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/
Dceval.c696 register enum why_code why; /* Reason for block stack unwind */ in PyEval_EvalFrameEx() local