Home
last modified time | relevance | path

Searched refs:kHtml (Results 1 – 12 of 12) 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/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/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.h51 kHtml, enumerator
Ddump.cc443 render_graph(RenderedGraphFormat::kHtml), opts)); in DumpHloModuleImpl()
/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/core/profiler/convert/
Dhlo_proto_to_graph_view_test.cc62 EXPECT_EQ(params2.format, xla::RenderedGraphFormat::kHtml); in TEST()
Dhlo_proto_to_graph_view.cc182 return xla::RenderedGraphFormat::kHtml; in GetRenderFormat()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dinteractive_graphviz.cc471 StatusOr<std::string> html_result = renderer(RenderedGraphFormat::kHtml); in RenderAndDisplayGraph()