OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:results_html
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/tracing/tracing/
results_renderer.py
18
results_html
= output_stream.read()
19
if not
results_html
:
21
m = re.search(_JSON_TAG % '(.*?)',
results_html
, re.MULTILINE
/external/chromium-trace/catapult/telemetry/telemetry/internal/results/
html_output_formatter.py
80
results_html
= output_stream.read()
81
if self._reset_results or not
results_html
:
85
results_html
, re.MULTILINE | re.DOTALL)
Completed in 191 milliseconds