Home
last modified time | relevance | path

Searched refs:getcontext (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py421 def getcontext(): function
441 def getcontext(_local=local): function
500 if ctx is None: ctx = getcontext()
546 context = getcontext()
746 context = getcontext()
772 context = getcontext()
1046 context = getcontext()
1072 context = getcontext()
1094 context = getcontext()
1136 context = getcontext()
[all …]
Dmhlib.py130 def getcontext(self): member in MH
986 context = mh.getcontext()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_mhlib.py155 eq(mh.getcontext(), 'inbox')
158 eq(mh.getcontext(), 'wide')
Dtest_decimal.py43 Signals = tuple(getcontext().flags.keys())
55 ORIGINAL_CONTEXT = getcontext().copy()
560 nc = copy.copy(getcontext())
1205 thiscontext = getcontext()
1376 c = getcontext()
1601 c = getcontext()
2206 orig_ctx = getcontext()
2208 set_ctx = getcontext()
2209 final_ctx = getcontext()
2216 orig_ctx = getcontext()
[all …]
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h43 #define getcontext _getcontext macro