Home
last modified time | relevance | path

Searched defs:exc_data (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Dreporter.py28 def format_date(self, exc_data): argument
31 def format_html(self, exc_data, **kw): argument
34 def format_text(self, exc_data, **kw): argument
47 def report(self, exc_data): argument
72 def assemble_email(self, exc_data): argument
111 def report(self, exc_data): argument
129 def report(self, exc_data): argument
136 def __init__(self, exc_data): argument
Dformatter.py31 def format_collected_data(self, exc_data): argument
440 def format_html(exc_data, include_hidden_frames=False, **ops): argument
468 def format_text(exc_data, **ops): argument
Derrormiddleware.py424 def send_report(rep, exc_data, html=True): argument
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
Dmiddleware.py372 def __init__(self, counter, exc_info, exc_data, base_path, argument
490 def format_eval_html(exc_data, base_path, counter): argument