/frameworks/base/core/java/android/webkit/ |
WebResourceResponse.java | 53 * Construct a response with the given mime type, encoding, and data. 54 * @param mimeType The mime type of the data (i.e. text/html). 67 * Set the mime type of the response data (i.e. text/html).
|
/libcore/luni/src/main/java/java/net/ |
URLDecoder.java | 26 * application/x-www-form-urlencoded} MIME content type. 31 * x-www-form-urlencoded} MIME content type. 50 * x-www-form-urlencoded} MIME content type using the specified encoding
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MessageExt.java | 50 * Get the multipart mime content from a message. Builds a wrapper around the 52 * a multipart mime content list. If the content type is not multipart mime 57 * @throws ParseException if the content type is multipart mime but the content
|
/external/webkit/Source/WebCore/manual-tests/ |
drag-image-to-desktop.html | 6 <p>This page tests WebKit's behavior when dragging an image with a file extension that doesn't match its MIME type or actual file type
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
IconGtk.cpp | 63 2. gnome-mime-media-subtype 65 4. gnome-mime-media 77 iconName = "gnome-mime-" + media + "-" + subtype; 83 iconName = media + "gnome-mime-" + media;
|
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/x11/ |
NetscapePluginModuleX11.cpp | 86 MimeClassInfo& mime = plugin.info.mimes[i++]; local 87 mime.type = it->first; 88 mime.desc = it->second; 91 mime.extensions = extensionIt->second;
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/headers/ |
mozilla | 48 Mime
|
/frameworks/base/drm/java/android/drm/ |
DrmInfo.java | 46 * @param mimeType The MIME type. 59 * @param mimeType The MIME type. 127 * Retrieves the MIME type associated with this object. 129 * @return The MIME type.
|
DrmInfoRequest.java | 62 * Creates a <code>DrmInfoRequest</code> object with type and MIME type. 65 * @param mimeType MIME type. 73 * Retrieves the MIME type associated with this object. 75 * @return The MIME type.
|
DrmInfoStatus.java | 42 * The MIME type of the content. 56 * @param _mimeType The MIME type.
|
/frameworks/base/media/java/android/media/ |
MediaScannerClient.java | 33 * Called by native code to return mime type extracted from DRM content.
|
/frameworks/base/media/libstagefright/id3/ |
testid3.cpp | 100 String8 mime; local 101 const void *data = tag.getAlbumArt(&dataSize, &mime); 104 printf("found album art: size=%d mime='%s'\n", dataSize, 105 mime.string());
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/message/ |
MemoryTextBody.java | 84 log.warn("No MIME charset specified. Using " + javaCharset
87 log.warn("MIME charset '" + mimeCharset + "' has no "
96 log.warn("No MIME charset specified. Using the "
99 log.warn("MIME charset '" + mimeCharset + "' has no "
|
TempFileTextBody.java | 83 log.warn("No MIME charset specified. Using " + javaCharset
86 log.warn("MIME charset '" + mimeCharset + "' has no "
95 log.warn("No MIME charset specified. Using the "
98 log.warn("MIME charset '" + mimeCharset + "' has no "
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebplugindatabase.cpp | 32 \brief Represents a single MIME type supported by a plugin. 43 the plugin, such as its name(), description(), a list of MIME types that it 48 disabled, it will not be used by WebKit to handle supported MIME types. To 113 Returns a list of MIME types supported by the plugin. 177 supporting a particular MIME type. 249 The list contains QWebPlugin objects that hold both the metadata and the MIME 252 WebKit specifies a plugin for a MIME type by looking for the first plugin that 253 supports the specific MIME type. To get a plugin, that is used by WebKit to 254 handle a specific MIME type, you can use the pluginForMimeType() function. 256 To change the way of resolving MIME types ambiguity, you can explicitly se [all...] |
/external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/ |
NetscapePluginModuleMac.mm | 103 // FIXME: Have the plug-in create the MIME types property list if it doesn't exist. 130 // Get the MIME type mapping dictionary. 139 // If this MIME type is invalid, ignore it. 144 // If this MIME type doesn't have a valid info dictionary, ignore it. 149 // Get the MIME type description. 157 // Now get the extensions for this MIME type. 178 // Add this MIME type. 268 // Get the MIME types and extensions string list. This list needs to be a multiple of two. 276 // Now get the MIME type descriptions string list. This string list needs to be the same length as the number of MIME types [all...] |
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageSourceCGMac.mm | 37 RetainPtr<CFStringRef> mime(AdoptCF, UTTypeCopyPreferredTagWithClass(utiref.get(), kUTTagClassMIMEType)); 38 return mime.get();
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebresource.cpp | 42 * MIME type and frame name of the resource. 129 * WebKitWebResource:mime-type: 131 * The MIME type of the web resource. 138 "mime-type", 139 _("MIME Type"), 140 _("The MIME type of the resource"), 248 * @mime_type: the MIME type of the #WebKitWebResource 339 * Return value: the MIME type of the resource
|
/frameworks/base/media/libstagefright/ |
DRMExtractor.cpp | 86 const char *mime; local 87 bool success = getFormat()->findCString(kKeyMIMEType, &mime); 90 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) { 160 const char *mime; local 161 CHECK(getFormat()->findCString(kKeyMIMEType, &mime)); 163 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC) && !mWantsNALFragments) { 236 DRMExtractor::DRMExtractor(const sp<DataSource> &source, const char* mime) 240 mOriginalExtractor = MediaExtractor::Create(source, mime);
|
/packages/apps/Browser/src/com/android/browser/ |
DataUri.java | 23 * Class extracts the mime type and data from a data uri. 26 * data:[<MIME-type>][;charset=<encoding>][;base64],<data>
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimecache.c | 2 /* xdgmimealias.c: Private file. mmappable caches for mime data 46 #warning Building xdgmime without MMAP support. Binary "mime.info" cache files will not be used. 351 const char *mime; member in struct:__anon1956 426 mime_types[n].mime = mime_type; 502 mime_types[n].mime = cache->buffer + mimetype_offset; 586 mime_types[i] = mimes[i].mime; 752 is_super_type (const char *mime) 757 length = strlen (mime); 758 type = &(mime[length - 2]); 768 _xdg_mime_cache_mime_type_subclass (const char *mime, [all...] |
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
WebResponse.cpp | 133 // Try to guess a better MIME type from the URL. We call 143 WTF::String mime = WebCore::MIMETypeRegistry::getMIMETypeForExtension(path); local 144 if (!mime.isEmpty()) { 145 // Great, we found a MIME type. 146 mimeType = std::string(mime.utf8().data(), mime.length());
|
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/ |
ContentHandler.java | 27 * Receives notifications of the content of a plain RFC822 or MIME message.
33 * part in a multipart MIME entity.
67 * The above shows an example of a MIME message consisting of a multipart
71 * See MIME RFCs 2045-2049 for more information on the structure of MIME
145 * MIME rfc:s) of the <code>Content-Type</code> and
|
/frameworks/base/cmds/stagefright/ |
stagefright.cpp | 172 const char *mime; local 173 CHECK(meta->findCString(kKeyMIMEType, &mime)); 176 if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_RAW, mime)) { 194 fprintf(stderr, "Failed to instantiate decoder for '%s'.\n", mime); 380 if (!strncasecmp("video/", mime, 6)) { 391 } else if (!strncasecmp("audio/", mime, 6)) { 431 const char *mime; local 432 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime)); 434 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) { 436 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_MPEG4)) 1032 const char *mime; local 1049 const char *mime; local 1077 const char *mime; local [all...] |
/external/icu4c/data/mappings/ |
convrtrs.txt | 52 # curly braces, as in ISO_8859-1:1987{IANA*} iso-8859-1 { MIME* } or 53 # some-charset{MIME* IANA*}. The order of tags does not matter, and 68 # Supporting XML parsers, HTML, MIME, and similar applications 131 MIME # Source: http://www.iana.org/assignments/character-sets 140 UTF-8 { IANA* MIME* JAVA* WINDOWS } 154 UTF-16 { IANA* MIME* JAVA* } ISO-10646-UCS-2 { IANA } 164 UTF-16BE { IANA* MIME* JAVA* } x-utf-16be { JAVA } 188 UTF-16LE { IANA* MIME* JAVA* } x-utf-16le { JAVA } 205 UTF-32 { IANA* MIME* } ISO-10646-UCS-4 { IANA } 308 UTF-7 { IANA* MIME* WINDOWS } windows-65000 { WINDOWS* [all...] |