Searched refs:FakeLoader (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/ |
D | html_module_unittest.py | 41 class FakeLoader(object): class 89 FakeLoader([os.path.normpath('/tmp')], file_contents), 107 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 122 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 139 FakeLoader([os.path.normpath('/tmp')], file_contents), 155 FakeLoader([os.path.normpath('/tmp')], file_contents), 172 FakeLoader([os.path.normpath("/tmp"), os.path.normpath("/src")],
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_util.py | 165 class FakeLoader: class 177 loader = FakeLoader() 223 class FakeLoader: class 234 loader = FakeLoader(False) 242 loader = FakeLoader(True)
|