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.py37 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/
Dtest_util.py164 class FakeLoader: class
176 loader = FakeLoader()
222 class FakeLoader: class
233 loader = FakeLoader(False)
241 loader = FakeLoader(True)