Home
last modified time | relevance | path

Searched refs:setcontext (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_mhlib.py157 mh.setcontext('wide')
162 mh.setcontext('inbox')
Dtest_decimal.py61 setcontext(DefaultTestContext)
2325 setcontext(ORIGINAL_CONTEXT)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py414 def setcontext(context): function
455 def setcontext(context, _local=local): function
3730 setcontext(self.new_context)
3733 setcontext(self.saved_context)
Dmhlib.py137 def setcontext(self, context): member in MH