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

/external/chromium_org/tools/telemetry/telemetry/util/
H A Dglobal_hooks.py10 from telemetry.util import exception_formatter namespace
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/
H A Dgtest_progress_reporter.py10 from telemetry.util import exception_formatter namespace
76 exception_formatter.PrintFormattedException(*err)
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner.py26 from telemetry.util import exception_formatter namespace
503 exception_formatter.PrintFormattedException(msg=msg)
514 exception_formatter.PrintFormattedException(
517 exception_formatter.PrintFormattedException(
530 exception_formatter.PrintFormattedException(
/external/chromium_org/third_party/jinja2/
H A Denvironment.py236 exception_formatter = None variable in class:Environment
737 if rendered and self.exception_formatter is not None:
738 return self.exception_formatter(traceback)

Completed in 361 milliseconds