Home
last modified time | relevance | path

Searched defs:content_type (Results 1 – 25 of 91) sorted by relevance

1234

/external/libbrillo/brillo/http/
Dhttp_form_data.cc34 const std::string& content_type, in FormField()
77 const std::string& content_type, in TextFormField()
95 const std::string& content_type, in FileFormField()
116 const std::string& content_type, in MultiPartFormField()
160 const std::string& content_type, in AddFileField()
203 const std::string& content_type, in AddFileField()
/external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
Dmodel.py101 content_type = None variable in BaseModel
243 content_type = 'application/json' variable in JsonModel
283 content_type = 'application/json' variable in RawModel
302 content_type = 'application/json' variable in MediaModel
320 content_type = 'application/x-protobuf' variable in ProtocolBufferModel
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
Dutil.py42 content_type='text/html; charset=utf-8', argument
99 content_type='text/plain; charset=utf-8', argument
/external/webrtc/webrtc/base/
Dmultipart.cc37 void MultipartStream::GetContentType(std::string* content_type) { in GetContentType()
46 const std::string& content_type) { in AddPart()
56 const std::string& content_type) { in AddPart()
Dmultipart_unittest.cc30 std::string content_type; in TEST() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
Dtest_search.py74 content_type = "text/xml" variable in CloudSearchSearchBaseTest
316 content_type = 'text/xml' variable in CloudSearchNonJsonTest
328 content_type = 'text/html' variable in CloudSearchUnauthorizedTest
/external/chromium-trace/catapult/third_party/webtest/webtest/
Dapp.py327 content_type=None, xhr=False): argument
375 content_type=None, xhr=False): argument
393 content_type=None, xhr=False): argument
410 content_type=None, xhr=False): argument
689 content_type=None): argument
/external/webrtc/webrtc/examples/peerconnection/server/
Dpeer_channel.cc132 const std::string& content_type, in QueueResponse()
257 std::string content_type; in AddMember() local
350 std::string* content_type) { in BuildResponseForNewMember()
Dpeer_channel.h55 std::string status, content_type, extra_headers, data; member
Ddata_socket.h83 const std::string& content_type() const { return content_type_; } in content_type() function
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/
Dtest_search.py49 content_type = "text/xml" variable in CloudSearchSearchBaseTest
370 content_type = 'text/xml' variable in CloudSearchNonJsonTest
382 content_type = 'text/html' variable in CloudSearchUnauthorizedTest
/external/jetty/src/java/org/eclipse/jetty/server/
DResponse.java788 … CachedBuffer content_type = _cachedMimeType.getAssociate(_characterEncoding); in setCharacterEncoding() local
924 … CachedBuffer content_type = _cachedMimeType.getAssociate(_characterEncoding); in setContentType() local
961 … CachedBuffer content_type = _cachedMimeType.getAssociate(_characterEncoding); in setContentType() local
1008 … CachedBuffer content_type = _cachedMimeType.getAssociate(_characterEncoding); in setContentType() local
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dscript_injector.py62 def InjectScript(content, content_type, script_to_inject): argument
/external/libmicrohttpd/src/microhttpd/
Dtest_postprocessor_amp.c10 const char* filename, const char* content_type, in check_post()
Dtest_postprocessor_large.c40 const char *content_type, in value_checker()
/external/webrtc/webrtc/video/
Dsend_statistics_proxy.cc35 const char* GetUmaPrefix(VideoEncoderConfig::ContentType content_type) { in GetUmaPrefix()
71 VideoEncoderConfig::ContentType content_type) in SendStatisticsProxy()
162 VideoEncoderConfig::ContentType content_type) { in SetContentType()
/external/skia/tools/skiaserve/urlhandlers/
DPostHandler.cpp20 const char* content_type, const char* transfer_encoding, in process_upload_data()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dwebapp_test_util.py378 content_type='application/json', argument
392 content_type='application/json', argument
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dsignurl.py162 content_type, expiration, gcs_path): argument
/external/chromium-trace/catapult/third_party/WebOb/webob/
Drequest.py357 content_type = property(_content_type__get, variable in BaseRequest
1470 def environ_add_POST(env, data, content_type=None): argument
1569 def __init__(self, vars, content_type): argument
1620 def _encode_multipart(vars, content_type, fout=None): argument
1712 def transcode_fs(self, fs, content_type): argument
/external/libweave/src/privet/
Dprivet_manager.cc117 std::string content_type = in PrivetRequestHandler() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
Dservice_handlers_test.py804 content_type='text/plain'): argument
1046 content_type = 'application/x-www-form-urlencoded' variable in URLEncodedRPCMapperTest
1103 content_type = 'application/octet-stream' variable in ProtobufRPCMapperTest
1111 content_type = 'application/json' variable in JSONRPCMapperTest
/external/bison/src/
Dsymlist.h39 } content_type; member
/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c150 int tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, in tlsv1_record_send()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/
Dlayer1.py478 def upload_documents(self, documents, content_type): argument

1234