Home
last modified time | relevance | path

Searched refs:the_module (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregrtest.py871 the_module = getattr(the_package, test)
875 indirect_test = getattr(the_module, "test_main", None)
879 refleak = dash_R(the_module, test, indirect_test,
966 def dash_R(the_module, test, indirect_test, huntrleaks): argument
1003 imp.reload(the_module)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dloader.py194 the_module = sys.modules[start_dir]
196 start_dir = os.path.abspath(os.path.dirname((the_module.__file__)))