Home
last modified time | relevance | path

Searched refs:html_prefix (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/
Doutput_generator.py83 html_prefix = _ReadAsset(systrace_dir, 'prefix.html.template')
94 html_output = html_prefix.replace('{{WEBCOMPONENTS_V0_POLYFILL_JS}}',
/external/autotest/client/tools/
Dhtml_report.py1394 html_prefix = """
1422 print(html_prefix, file=output)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1463 static const char html_prefix[] = R"html( in WrapDotInHtml() local