/external/libweave/src/ |
http_constants.h | 26 extern const char kPlain[];
|
http_constants.cc | 18 const char kPlain[] = "text/plain";
|
device_registration_info.cc | 198 if (content_type != http::kJson && content_type != http::kPlain) { [all...] |
/external/libbrillo/brillo/ |
mime_utils_unittest.cc | 41 EXPECT_EQ(mime::types::kText, mime::GetType(mime::text::kPlain)); 42 EXPECT_EQ("plain", mime::GetSubtype(mime::text::kPlain));
|
mime_utils.h | 46 BRILLO_EXPORT extern const char kPlain[]; // text/plain
|
mime_utils.cc | 32 const char mime::text::kPlain[] = "text/plain";
|
/external/libbrillo/brillo/http/ |
http_form_data_unittest.cc | 31 TextFormField form_field{"field1", "abcdefg", mime::text::kPlain, "7bit"}; 58 mime::text::kPlain, 88 mime::text::kPlain, 163 "", filename1, content_disposition::kFile, mime::text::kPlain, nullptr));
|
http_utils_unittest.cc | 38 status_code::Ok, request.GetMethod(), brillo::mime::text::kPlain); 111 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); 128 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); 145 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); 229 brillo::mime::text::kPlain); 239 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); 255 response->ReplyText(status_code::Ok, "blah", brillo::mime::text::kPlain); 263 EXPECT_EQ(brillo::mime::text::kPlain, response->GetContentType()); 281 response->ReplyText(status_code::Ok, "", brillo::mime::text::kPlain); 308 EXPECT_EQ(brillo::mime::text::kPlain, [all...] |
http_request_unittest.cc | 120 request.AddHeader(request_header::kContentType, mime::text::kPlain); 129 {request_header::kContentType, mime::text::kPlain},
|
http_connection_curl_unittest.cc | 230 {request_header::kContentType, mime::text::kPlain},
|
http_utils.cc | 389 content_type != brillo::mime::text::kPlain) {
|
/system/webservd/test-client/ |
main.cc | 64 response->ReplyWithText(200, kResponse, brillo::mime::text::kPlain);
|
/external/v8/src/snapshot/ |
serialize.cc | [all...] |
serialize.h | 188 kPlain = 0,
|
/system/webservd/webservd/ |
dbus_request_handler.cc | 40 brillo::mime::text::kPlain, error_msg);
|
request.cc | 260 brillo::mime::text::kPlain, "Not Found");
|
/external/v8/src/compiler/ |
instruction.h | 960 enum class StateValueKind { kPlain, kNested, kDuplicate }; 966 : kind_(StateValueKind::kPlain), 972 return StateValueDescriptor(StateValueKind::kPlain, zone, type, 0); [all...] |
/external/icu/icu4c/source/test/intltest/ |
reldatefmttest.cpp | [all...] |
/system/weaved/buffet/ |
manager.cc | 220 brillo::mime::text::kPlain);
|