HomeSort by relevance Sort by last modified time
    Searched defs:mime_type (Results 1 - 14 of 14) sorted by null

  /system/webservd/libwebserv/
response.cc 54 const std::string& mime_type) {
58 AddHeader(brillo::http::response_header::kContentType, mime_type);
64 const std::string& mime_type) {
66 mime_type);
73 std::string mime_type = brillo::mime::AppendParameter( local
77 ReplyWithText(status_code, text, mime_type);
  /external/libbrillo/brillo/http/
http_utils.cc 66 const std::string& mime_type,
71 url, data.data(), data.size(), mime_type, headers, transport, error);
76 const std::string& mime_type,
84 mime_type,
96 const std::string& mime_type,
103 CHECK(!mime_type.empty()) << "MIME type must be specified if request body "
105 request.SetContentType(mime_type);
125 const std::string& mime_type,
133 CHECK(!mime_type.empty()) << "MIME type must be specified if request body "
135 request.SetContentType(mime_type);
307 std::string mime_type = AppendParameter(brillo::mime::application::kJson, local
323 std::string mime_type = AppendParameter(brillo::mime::application::kJson, local
345 std::string mime_type = AppendParameter(brillo::mime::application::kJson, local
367 std::string mime_type = local
    [all...]
http_transport_fake.cc 123 const std::string& mime_type) {
124 auto handler = [status_code, reply_text, mime_type](
126 response->ReplyText(status_code, reply_text, mime_type);
225 std::string mime_type = brillo::mime::RemoveParameters( local
227 if (mime_type == brillo::mime::application::kWwwFormUrlEncoded &&
241 const std::string& mime_type) {
247 {response_header::kContentType, mime_type}});
252 const std::string& mime_type) {
253 Reply(status_code, text.data(), text.size(), mime_type);
260 std::string mime_type local
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoconfigparamsdec.h 75 GString * mime_type; member in struct:_MixVideoConfigParamsDec
152 const gchar * mime_type);
155 gchar ** mime_type);
mixvideoconfigparamsenc.h 88 GString * mime_type; member in struct:_MixVideoConfigParamsEnc
155 const gchar * mime_type);
158 gchar ** mime_type);
mixvideoformat.h 75 GString *mime_type; member in struct:_MixVideoFormat
mixvideoformatenc.h 70 GString *mime_type; member in struct:_MixVideoFormatEnc
mixvideo.c 447 gchar *mime_type = NULL; local
494 ret = mix_videoconfigparamsdec_get_mime_type(priv_config_params_dec, &mime_type);
500 LOG_I( "mime : %s\n", mime_type);
503 if (g_strcmp0(mime_type, "video/x-wmv") == 0) {
551 if (g_strcmp0(mime_type, "video/x-wmv") == 0 || g_strcmp0(mime_type,
552 "video/mpeg") == 0 || g_strcmp0(mime_type, "video/x-divx") == 0) {
582 if (g_strcmp0(mime_type, "video/x-wmv") == 0
596 } else if (g_strcmp0(mime_type, "video/x-h264") == 0
610 } else if (g_strcmp0(mime_type, "video/mpeg") == 0 || g_strcmp0(mime_type
729 gchar *mime_type = NULL; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
transfer.py 524 mime_type: MIME type of the upload.
532 'auto_transfer', 'mime_type', 'total_size', 'url'))
534 def __init__(self, stream, mime_type, total_size=None, http=None,
543 self.__mime_type = mime_type
558 def FromFile(cls, filename, mime_type=None, auto_transfer=True, **kwds):
563 if not mime_type:
564 mime_type, _ = mimetypes.guess_type(path)
565 if mime_type is None:
569 return cls(open(path, 'rb'), mime_type, total_size=size,
573 def FromStream(cls, stream, mime_type, total_size=None, auto_transfer=True
630 def mime_type(self): member in class:Upload
    [all...]
  /external/flac/include/FLAC/
format.h 773 char *mime_type; member in struct:__anon12066
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavformat/
avformat.h 394 const char *mime_type; member in struct:AVOutputFormat
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 1878 char mime_type[256]; member in struct:osu_icon
    [all...]
  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 45 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,presentation INTEGER NOT NULL DEFAULT 1,post_dial_digits TEXT NOT NULL DEFAULT '',date INTEGER,duration INTEGER,data_usage INTEGER,type INTEGER,features INTEGER NOT NULL DEFAULT 0,subscription_component_name TEXT,subscription_id TEXT,phone_account_address TEXT,phone_account_hidden INTEGER NOT NULL DEFAULT 0,sub_id INTEGER DEFAULT -1,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT,countryiso TEXT,voicemail_uri TEXT,is_read INTEGER,geocoded_location TEXT,lookup_uri TEXT,matched_number TEXT,normalized_number TEXT,photo_id INTEGER NOT NULL DEFAULT 0,photo_uri TEXT,formatted_number TEXT,_data TEXT,has_content INTEGER,mime_type TEXT,source_data TEXT,source_package TEXT,transcription TEXT,state INTEGER,dirty INTEGER NOT NULL DEFAULT 0,deleted INTEGER NOT NULL DEFAULT 0, add_for_all_users INTEGER NOT NULL DEFAULT 1);
85 INSERT INTO "sqlite_stat1" VALUES('mimetypes','mime_type','18 1');
124 CREATE UNIQUE INDEX mime_type ON mimetypes (mimetype);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 377 milliseconds