Home
last modified time | relevance | path

Searched refs:kHtml (Results 1 – 11 of 11) sorted by relevance

/external/ruy/ruy/
Dtrace.h139 enum class TraceOutputFormat { kNone, kTerminal, kHtml }; enumerator
167 case TraceOutputFormat::kHtml: in ColorSectionStart()
192 case TraceOutputFormat::kHtml: in ColorSectionEnd()
204 return TraceOutputFormat::kHtml; in GetOutputFormat()
244 if (output_format == TraceOutputFormat::kHtml) { in EscapeText()
277 if (output_format == TraceOutputFormat::kHtml) { in Print()
281 if (output_format == TraceOutputFormat::kHtml) { in Print()
288 if (output_format == TraceOutputFormat::kHtml) { in Print()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.h51 kHtml, enumerator
Ddump.cc270 render_graph(RenderedGraphFormat::kHtml), opts)); in DumpHloModuleImpl()
Dhlo_graph_dumper.cc1696 case RenderedGraphFormat::kHtml: in WrapDotInFormat()
/external/libbrillo/brillo/http/
Dhttp_request_test.cc172 .WillOnce(Return(mime::text::kHtml)); in TEST_F()
173 EXPECT_EQ(mime::text::kHtml, resp->GetContentType()); in TEST_F()
Dhttp_connection_fake.cc53 brillo::mime::text::kHtml); in FinishRequest()
Dhttp_connection_curl_test.cc295 {response_header::kContentType, mime::text::kHtml}, in TEST_F()
316 EXPECT_EQ(mime::text::kHtml, in TEST_F()
Dhttp_utils_test.cc442 EXPECT_EQ(brillo::mime::text::kHtml, response->GetContentType()); in TEST()
/external/libbrillo/brillo/
Dmime_utils.h47 BRILLO_EXPORT extern const char kHtml[]; // text/html
Dmime_utils.cc33 const char mime::text::kHtml[] = "text/html"; member in brillo::mime::text
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc461 StatusOr<string> html_result = renderer(RenderedGraphFormat::kHtml); in RenderAndDisplayGraph()