Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dhtml_module_unittest.py41 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/
Dtest_util.py165 class FakeLoader: class
177 loader = FakeLoader()
223 class FakeLoader: class
234 loader = FakeLoader(False)
242 loader = FakeLoader(True)