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 | 37 class FakeLoader(object): class 85 FakeLoader([os.path.normpath('/tmp')], file_contents), 103 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 118 html_module.Parse(FakeLoader([os.path.normpath('/tmp')], file_contents), 135 FakeLoader([os.path.normpath('/tmp')], file_contents), 151 FakeLoader([os.path.normpath('/tmp')], file_contents), 168 FakeLoader([os.path.normpath("/tmp"), os.path.normpath("/src")],
|
/external/python/cpython3/Lib/test/test_importlib/ |
D | test_util.py | 164 class FakeLoader: class 176 loader = FakeLoader() 222 class FakeLoader: class 233 loader = FakeLoader(False) 241 loader = FakeLoader(True)
|