Home
last modified time | relevance | path

Searched refs:DepsException (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dresource_loader.py130 raise module.DepsException('No resource for module "%s"' % module_name)
154 raise module.DepsException(
175 raise module.DepsException(
188 raise module.DepsException("url('%s') did not exist" % abs_path)
192 raise module.DepsException("url('%s') was not in search path" % abs_path)
Dhtml_module.py98 raise module.DepsException(
152 raise module.DepsException(
158 raise module.DepsException('In %s, %s points at a nonexistent file ' % (
Dstyle_sheet_unittest.py54 self.assertRaises(module.DepsException,
Dmodule_unittest.py90 except module.DepsException as e:
Dstyle_sheet.py82 raise module.DepsException('URL references must be relative')
Dmodule.py21 class DepsException(Exception): class
Dparse_html_deps.py40 raise module.DepsException('InlineScript created without soup')
/external/chromium-trace/catapult/tracing/tracing_build/
Dgenerate_about_tracing_contents.py47 except py_vulcanize.module.DepsException, ex: