HomeSort by relevance Sort by last modified time
    Searched defs:content_type (Results 1 - 25 of 42) sorted by null

1 2

  /external/webrtc/webrtc/base/
multipart_unittest.cc 30 std::string content_type; local
31 multipart.GetContentType(&content_type);
32 EXPECT_EQ(kTestContentType, content_type);
  /external/bison/src/
symlist.h 39 } content_type; member in struct:symbol_list
43 * <tt>symbol_list::content_type = SYMLIST_SYMBOL</tt>.
47 * The semantic type iff <tt>symbol_list::content_type = SYMLIST_TYPE</tt>.
98 \pre For every node \c n in the list, <tt>n->content_type =
  /external/libweave/examples/provider/
curl_http_client.cc 24 std::string GetContentType() const override { return content_type; }
28 std::string content_type; member in struct:weave::examples::__anon17335::ResponseImpl
119 response->content_type = header.second;
  /external/libweave/src/privet/
privet_manager.cc 117 std::string content_type = local
121 return PrivetRequestHandlerWithData(request, content_type == http::kJson
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.h 48 void QueueResponse(const std::string& status, const std::string& content_type,
55 std::string status, content_type, extra_headers, data; member in struct:ChannelMember::QueuedResponse
114 std::string* content_type);
data_socket.h 83 const std::string& content_type() const { return content_type_; } function in class:DataSocket
108 // header will be included. |content_type| is the mime content type, not
115 const std::string& content_type,
peer_channel.cc 113 ds->Send("200 OK", true, ds->content_type(), extra_headers,
118 peer->QueueResponse("200 OK", ds->content_type(), extra_headers,
132 const std::string& content_type,
138 bool ok = waiting_socket_->Send(status, true, content_type, extra_headers,
148 qr.content_type = content_type;
160 ds->Send(response.status, true, response.content_type,
257 std::string content_type; local
258 std::string response = BuildResponseForNewMember(*new_guy, &content_type);
259 ds->Send("200 Added", true, content_type, new_guy->GetPeerIdHeader()
    [all...]
  /external/boringssl/src/crypto/x509/
pkcs7.c 40 CBS in, content_info, content_type, wrapped_signed_data, signed_data; local
56 !CBS_get_asn1(&content_info, &content_type, CBS_ASN1_OBJECT)) {
60 if (OBJ_cbs2nid(&content_type) != NID_pkcs7_signed) {
  /external/chromium-trace/catapult/third_party/apiclient/googleapiclient/
model.py 94 content_type: The value to use for the HTTP Content-type header.
101 content_type = None variable in class:BaseModel
148 headers['content-type'] = self.content_type
243 content_type = 'application/json' variable in class:JsonModel
283 content_type = 'application/json' variable in class:RawModel
302 content_type = 'application/json' variable in class:MediaModel
320 content_type = 'application/x-protobuf' variable in class:ProtocolBufferModel
  /external/libbrillo/brillo/http/
http_form_data.cc 34 const std::string& content_type,
38 content_type_{content_type},
77 const std::string& content_type,
81 content_type, local
95 const std::string& content_type,
97 : FormField{name, content_disposition, content_type, transfer_encoding},
116 const std::string& content_type,
120 content_type.empty() ? mime::multipart::kMixed : content_type,
160 const std::string& content_type,
172 content_type, local
    [all...]
http_utils.cc 387 auto content_type = RemoveParameters(response->GetContentType()); local
388 if (content_type != brillo::mime::application::kJson &&
389 content_type != brillo::mime::text::kPlain) {
392 "Unexpected response content type: " + content_type);
  /system/webservd/webservd/
request.h 54 std::string content_type; member in class:webservd::final
149 const char* content_type,
163 const char* content_type,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/
test_search.py 49 content_type = "text/xml" variable in class:CloudSearchSearchBaseTest
67 content_type=self.content_type,
370 content_type = 'text/xml' variable in class:CloudSearchNonJsonTest
382 content_type = 'text/html' variable in class:CloudSearchUnauthorizedTest
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
test_search.py 74 content_type = "text/xml" variable in class:CloudSearchSearchBaseTest
92 content_type=self.content_type,
316 content_type = 'text/xml' variable in class:CloudSearchNonJsonTest
328 content_type = 'text/html' variable in class:CloudSearchUnauthorizedTest
  /external/webrtc/webrtc/
config.h 112 ContentType content_type; member in struct:webrtc::VideoEncoderConfig
  /external/chromium-trace/catapult/third_party/Paste/paste/
wsgiwrappers.py 299 ``content_type``, ``charset`` and ``errors``. These can be overridden
304 default=dict(content_type='text/html', charset='utf-8',
318 mimetype = defaults.get('content_type', 'text/html')
517 content_type, any existing parameters will be deleted;
539 content_type = property(content_type__get, content_type__set, variable in class:WSGIResponse
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 86 hb_buffer_content_type_t content_type; member in struct:hb_buffer_t
  /external/jetty/src/java/org/eclipse/jetty/servlets/
MultiPartFilter.java 141 String content_type=srequest.getContentType(); local
156 MultiPartInputStream mpis = new MultiPartInputStream(in, content_type, config, tempdir);
  /external/libmicrohttpd/src/microhttpd/
postprocessor.c 160 char *content_type; member in struct:MHD_PostProcessor
675 try_match_header ("Content-type: ", buf, &pp->content_type);
773 pp->content_type,
799 if ((NULL != pp->content_type) && (0 == (pp->have & NE_content_type)))
801 free (pp->content_type);
802 pp->content_type = NULL;
970 if ((pp->content_type != NULL) &&
971 (MHD_str_equal_caseless_n_ (pp->content_type,
975 pp->nested_boundary = strstr (pp->content_type, "boundary=");
991 free (pp->content_type);
    [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 738 CBS content_type, wrapped_contents, contents, content_infos; local
741 if (!CBS_get_asn1(content_info, &content_type, CBS_ASN1_OBJECT) ||
748 nid = OBJ_cbs2nid(&content_type);
905 CBS in, pfx, mac_data, authsafe, content_type, wrapped_authsafes, authsafes; local
956 if (!CBS_get_asn1(&authsafe, &content_type, CBS_ASN1_OBJECT) ||
966 if (OBJ_cbs2nid(&content_type) != NID_pkcs7_data) {
    [all...]
  /external/chromium-trace/catapult/third_party/WebOb/webob/
response.py 88 content_type=None, conditional_response=None,
96 if content_type is None:
97 content_type = 'application/json'
113 if content_type is None:
114 content_type = self.default_content_type
119 if (content_type
120 and 'charset=' not in content_type
121 and (content_type == 'text/html'
122 or content_type.startswith('text/')
123 or content_type.startswith('application/xml'
640 content_type = property(_content_type__get, _content_type__set, variable in class:Response
    [all...]
request.py 215 content_type = self.content_type
219 content_type=new_content_type,
222 if content_type == 'application/x-www-form-urlencoded':
225 elif content_type != 'multipart/form-data':
336 _content_type_raw = environ_getter('CONTENT_TYPE', '')
352 content_type = self._content_type_raw
353 if ';' in content_type:
354 value += ';' + content_type.split(';', 1)[1]
357 content_type = property(_content_type__get variable in class:BaseRequest
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/webapp/
service_handlers_test.py 421 Some bad web server implementations might decide not to set CONTENT_TYPE for
784 This test moves CONTENT_TYPE from the environment to the
790 content_type = str(environment.pop('CONTENT_TYPE', ''))
791 environment['HTTP_CONTENT_TYPE'] = content_type
804 content_type='text/plain'):
845 self.service_handler.request.headers['Content-Type'] = content_type
1046 content_type = 'application\/x-www-form-urlencoded' variable in class:URLEncodedRPCMapperTest
1103 content_type = 'application\/octet-stream' variable in class:ProtobufRPCMapperTest
1111 content_type = 'application\/json' variable in class:JSONRPCMapperTest
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
Response.java 322 setHeader(HttpHeaders.CONTENT_TYPE,null);
530 if (HttpHeaders.CONTENT_TYPE.equalsIgnoreCase(name))
595 if (HttpHeaders.CONTENT_TYPE.equalsIgnoreCase(name))
788 CachedBuffer content_type = _cachedMimeType.getAssociate(_characterEncoding); local
789 if (content_type!=null)
791 _contentType=content_type.toString();
792 _connection.getResponseFields().put(HttpHeaders.CONTENT_TYPE_BUFFER,content_type);
924 CachedBuffer content_type = _cachedMimeType.getAssociate(_characterEncoding); local
925 if (content_type!=null)
961 CachedBuffer content_type = _cachedMimeType.getAssociate(_characterEncoding); local
1008 CachedBuffer content_type = _cachedMimeType.getAssociate(_characterEncoding); local
    [all...]
  /external/libweave/src/
device_registration_info.cc 195 std::string content_type = local
198 if (content_type != http::kJson && content_type != http::kPlain) {
    [all...]

Completed in 879 milliseconds

1 2