Searched defs:NoSource (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dreport.py5 from coverage.misc import CoverageException, NoSource, NotPython namespace
87 except (NoSource, NotPython):
H A Dexecfile.py6 from coverage.misc import NoSource, ExceptionDuringRun namespace
48 raise NoSource(
62 raise NoSource(str(err))
99 raise NoSource("No file to run: %r" % filename)
H A Dmisc.py125 class NoSource(CoverageException): class in inherits:CoverageException
H A Dresults.py6 from coverage.misc import format_lines, join_regex, NoSource namespace
24 raise NoSource("No source for code: %r" % self.filename)
H A Dcmdline.py7 from coverage.misc import CoverageException, ExceptionDuringRun, NoSource namespace
521 except NoSource:
H A Dparser.py9 from coverage.misc import CoverageException, NoSource, NotPython namespace
34 raise NoSource(

Completed in 2498 milliseconds