Home
last modified time | relevance | path

Searched refs:exception_formatter (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/tools/telemetry/telemetry/util/
Dglobal_hooks.py10 from telemetry.util import exception_formatter
21 sys.excepthook = exception_formatter.PrintFormattedException
32 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
40 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
/external/chromium_org/tools/telemetry/telemetry/unittest/
Dgtest_progress_reporter.py10 from telemetry.util import exception_formatter
76 exception_formatter.PrintFormattedException(*err)
/external/chromium_org/tools/telemetry/telemetry/page/
Dpage_runner.py26 from telemetry.util import exception_formatter
503 exception_formatter.PrintFormattedException(msg=msg)
514 exception_formatter.PrintFormattedException(
517 exception_formatter.PrintFormattedException(
530 exception_formatter.PrintFormattedException(
/external/chromium_org/third_party/jinja2/
Denvironment.py236 exception_formatter = None variable in Environment
737 if rendered and self.exception_formatter is not None:
738 return self.exception_formatter(traceback)