Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.h49 kHtml, enumerator
Ddump.cc223 render_graph(RenderedGraphFormat::kHtml), opts); in DumpHloModuleImpl()
/external/libbrillo/brillo/http/
Dhttp_request_unittest.cc172 .WillOnce(Return(mime::text::kHtml)); in TEST_F()
173 EXPECT_EQ(mime::text::kHtml, resp->GetContentType()); in TEST_F()
Dhttp_connection_curl_unittest.cc294 {response_header::kContentType, mime::text::kHtml}, in TEST_F()
315 EXPECT_EQ(mime::text::kHtml, in TEST_F()
Dhttp_connection_fake.cc53 brillo::mime::text::kHtml); in FinishRequest()
Dhttp_utils_unittest.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.cc435 StatusOr<string> html_result = renderer(RenderedGraphFormat::kHtml); in RenderAndDisplayGraph()