Home
last modified time | relevance | path

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

12

/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/python/google-api-python-client/googleapiclient/
Dmodel.py103 content_type = None variable in BaseModel
245 content_type = 'application/json' variable in JsonModel
285 content_type = 'application/json' variable in RawModel
304 content_type = 'application/json' variable in MediaModel
322 content_type = 'application/x-protobuf' variable in ProtocolBufferModel
/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
Dhttpcommon.cc476 void HttpData::setContent(const std::string& content_type, in setContent()
609 void HttpResponseData::set_success(const std::string& content_type, in set_success()
/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
Ddata_socket.cc123 const std::string& content_type, in Send()
/external/python/oauth2client/tests/contrib/
Dtest_metadata.py33 def request_mock(status, content_type, content): argument
/external/skia/tools/skiaserve/urlhandlers/
DPostHandler.cpp20 const char* content_type, const char* transfer_encoding, in process_upload_data()
/external/skqp/tools/skiaserve/urlhandlers/
DPostHandler.cpp20 const char* content_type, const char* transfer_encoding, in process_upload_data()
/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/boringssl/src/crypto/pkcs7/
Dpkcs7.c44 CBS in, content_info, content_type, wrapped_signed_data, signed_data; in pkcs7_parse_header() local
/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/tensorflow/tensorflow/core/framework/
Dsummary.proto92 string content_type = 5; field
/external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
Dgenerate.py149 def __init__(self, script_id=None, text_content=None, content_type=None): argument
/external/libevent/sample/
Dhttp-server.c72 const char *content_type; member
/external/webrtc/webrtc/
Dconfig.h112 ContentType content_type; member
/external/grpc-grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc45 grpc_linked_mdelem content_type; member
/external/clang/test/SemaCXX/
Dconversion.cpp243 void test(const char * content_type) { in test()
/external/fsverity-utils/
Dsign.c219 CBS in, content_info, content_type, wrapped_signed_data, signed_data, in compare_fsverity_digest_pkcs7() local
/external/curl/src/
Dtool_metalink.c921 static int check_content_type(const char *content_type, const char *media_type) in check_content_type()
934 int check_metalink_content_type(const char *content_type) in check_metalink_content_type()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c489 CBS content_type, wrapped_contents, contents; in PKCS12_handle_content_info() local
598 CBS in, pfx, mac_data, authsafe, content_type, wrapped_authsafes, authsafes; in PKCS12_get_key_and_certs() local
/external/grpc-grpc/src/core/ext/filters/http/client/
Dhttp_client_filter.cc50 grpc_linked_mdelem content_type; member

12