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

/external/chromium_org/tools/telemetry/telemetry/util/
H A Dglobal_hooks.py12 from telemetry.util import exception_formatter namespace
52 sys.excepthook = exception_formatter.PrintFormattedException
63 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
71 exception_formatter.PrintFormattedFrame(stack_frame, exception_string)
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_runner.py29 from telemetry.util import exception_formatter namespace
519 exception_formatter.PrintFormattedException(msg=msg)
532 exception_formatter.PrintFormattedException(
536 exception_formatter.PrintFormattedException(
549 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 142 milliseconds