/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
LoadUrlParams.java | 62 * @param mimeType Mime type of the data. 73 * @param mimeType Mime type of the data. 75 * @param charset The character set for the data. Pass null if the mime type 101 * @param mimeType Mime type of the data. 121 * @param mimeType Mime type of the data. 129 * @param charset The character set for the data. Pass null if the mime type
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
StreamInitiation.java | 67 * The "mime-type" attribute identifies the MIME-type for the data across
68 * the stream. This attribute MUST be a valid MIME-type as registered with
75 * @param mimeType The valid mime-type.
84 * @return The mime-type.
144 buf.append("mime-type=\"").append(getMimeType()).append("\" ");
|
/frameworks/av/cmds/stagefright/ |
codec.cpp | 92 AString mime; local 93 CHECK(format->findString("mime", &mime)); 95 bool isAudio = !strncasecmp(mime.c_str(), "audio/", 6); 96 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6); 119 looper, mime.c_str(), false /* encoder */);
|
/frameworks/wilhelm/tests/examples/ |
slesTestBassBoostPath.cpp | 65 SLDataFormat_MIME mime; local 131 mime.formatType = SL_DATAFORMAT_MIME; 132 /* this is how ignored mime information is specified, according to OpenSL ES spec 134 mime.mimeType = (SLchar*)NULL; 135 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; 137 audioSource.pFormat = (void*)&mime;
|
slesTestEqFdPath.cpp | 70 SLDataFormat_MIME mime; local 136 mime.formatType = SL_DATAFORMAT_MIME; 137 /* this is how ignored mime information is specified, according to OpenSL ES spec 139 mime.mimeType = (SLchar*)NULL; 140 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; 142 audioSource.pFormat = (void*)&mime;
|
slesTestEqOutputPath.cpp | 70 SLDataFormat_MIME mime; local 143 mime.formatType = SL_DATAFORMAT_MIME; 144 /* this is how ignored mime information is specified, according to OpenSL ES spec 146 mime.mimeType = (SLchar*)NULL; 147 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; 149 audioSource.pFormat = (void*)&mime;
|
slesTestVirtualizerPath.cpp | 66 SLDataFormat_MIME mime; local 132 mime.formatType = SL_DATAFORMAT_MIME; 133 /* this is how ignored mime information is specified, according to OpenSL ES spec 135 mime.mimeType = (SLchar*)NULL; 136 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; 138 audioSource.pFormat = (void*)&mime;
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestPlayStreamType.cpp | 59 SLDataFormat_MIME mime; local 118 mime.formatType = SL_DATAFORMAT_MIME; 119 /* this is how ignored mime information is specified, according to OpenSL ES spec 121 mime.mimeType = (SLchar*)NULL; 122 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; 124 audioSource.pFormat = (void*)&mime;
|
slesTestPlayUri2.cpp | 74 SLDataFormat_MIME mime; local 127 mime.formatType = SL_DATAFORMAT_MIME; 128 /* this is how ignored mime information is specified, according to OpenSL ES spec 130 mime.mimeType = (SLchar*)NULL; 131 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; 133 audioSource.pFormat = (void *)&mime;
|
/frameworks/av/media/libstagefright/ |
AVIExtractor.cpp | 112 const char *mime; local 113 CHECK(mTrack.mMeta->findCString(kKeyMIMEType, &mime)); 115 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_MPEG)) { 618 const char *mime = NULL; local 622 mime = GetMIMETypeForHandler(handler); 624 if (mime && strncasecmp(mime, "video/", 6)) { 628 if (mime == NULL) { 638 if (mime && strncasecmp(mime, "audio/", 6)) 920 AString mime = tmp; local [all...] |
/frameworks/base/services/java/com/android/server/ |
IntentResolver.java | 139 if (dumpMap(out, curPrefix, "Full MIME Types:", innerPrefix, 143 if (dumpMap(out, curPrefix, "Base MIME Types:", innerPrefix, 147 if (dumpMap(out, curPrefix, "Wild MIME Types:", innerPrefix, 159 if (dumpMap(out, curPrefix, "MIME Typed Actions:", innerPrefix, 241 // If the intent includes a MIME type, then we want to collect all of 242 // the filters that match that MIME type. 287 // If the intent does not specify any data -- either a MIME type or 624 * All of the MIME types that have been registered, such as "image/jpeg", 630 * The base names of all of all fully qualified MIME types that have been 631 * registered, such as "image" or "*". Wild card MIME types such a [all...] |
/external/chromium/chrome/browser/ |
plugin_data_remover.h | 27 // its MIME type. This method sets a different MIME type in order to call a
|
/external/chromium/chrome/browser/ui/gtk/ |
tab_contents_drag_source.h | 74 // The mime type for the file contents of the current drag (if any). 91 // The file mime type for a drag-out download.
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
imageinfo.js | 22 var mime = http.getResponseHeader("Content-Type"); 24 tags["mimeType"] = mime;
|
/external/chromium/chrome/common/extensions/docs/static/ |
npapi.html | 62 Create an HTML file that loads your plugin by mime-type. 63 Assuming your mime-type is "application/x-my-extension":
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive_app_registry_unittest.cc | 78 // Find by primary MIME type. 86 // Find by secondary MIME type.
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
terms_of_service_screen.cc | 99 // Request a text/plain MIME type as only plain-text Terms of Service are 136 // If the Terms of Service could not be downloaded, do not have a MIME type of
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
new_tab_ui.h | 85 // which means return empty data set. |mime_type| is mime type of the 95 // Maps resource files to mime types an resource ids.
|
/external/chromium_org/chrome/common/cloud_print/ |
cloud_print_helpers.h | 66 // Returns the MIME type of multipart with |mime_boundary|. 69 // Create a MIME boundary marker (27 '-' characters followed by 16 hex digits).
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/ |
imageinfo.js | 22 var mime = http.getResponseHeader("Content-Type");
24 tags["mimeType"] = mime;
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
npapi.html | 64 Create an HTML file that loads your plugin by mime-type. 65 Assuming your mime-type is "application/x-my-extension":
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_source_gtk.h | 77 // The mime type for the file contents of the current drag (if any). 94 // The file mime type for a drag-out download.
|
/external/chromium_org/content/child/npapi/ |
plugin_lib.h | 61 // Gets information about this plugin and the mime types that it 114 WebPluginInfo web_plugin_info_; // Supported mime types, description
|
/external/chromium_org/content/common/ |
pepper_plugin_list.cc | 36 // *1( LWS + ";" + LWS + <mime-type> ) 43 DLOG(ERROR) << "Required mime-type not found";
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
lighttpd.conf | 34 # Use the "Content-Type" extended attribute to obtain mime type if possible 84 # to override mime type for wrong-content-type.manifest.
|