Home
last modified time | relevance | path

Searched refs:NoSource (Results 1 – 7 of 7) sorted by relevance

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