/external/webkit/WebCore/plugins/qt/ |
PluginPackageQt.cpp | 67 Vector<String> mime; local 68 types[i].split(UChar(':'), true, mime); 69 if (mime.size() > 0) { 71 if (mime.size() > 1) 72 mime[1].split(UChar(','), false, exts); 73 determineQuirks(mime[0]); 74 m_mimeToExtensions.add(mime[0], exts); 75 if (mime.size() > 2) 76 m_mimeToDescriptions.add(mime[0], mime[2]) [all...] |
PluginDataQt.cpp | 78 MimeClassInfo* mime = new MimeClassInfo; local 79 info->mimes.append(mime); 81 mime->type = it->first; 82 mime->desc = it->second; 83 mime->plugin = info; 85 Vector<String> extensions = package->mimeToExtensions().get(mime->type); 89 mime->suffixes += ","; 91 mime->suffixes += extensions[i];
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaMimeTest.java | 35 * System tests for the handling of mime type in the media framework. 71 // AUDIO mime type resolution tests. 97 // Checks the activity resolver handling of mime types is case sensitive. 105 // resolving mime types. Trailing whitespaces seems to be non 114 // @return a ResolveInfo instance for the mime type or null if the type is 116 private ResolveInfo resolveMime(String mime) { 120 viewIntent.setDataAndType(uri, mime); 125 // Helper method to check the media playback activity handles the given mime type. 126 // @param mime type to test for 127 private void assertMediaPlaybackActivityHandles(String mime) throws Exception [all...] |
/external/bluetooth/glib/gio/xdgmime/ |
xdgmime.h | 2 /* xdgmime.h: XDG Mime Spec mime resolver. Based on version 0.11 of the spec. 103 const char **xdg_mime_get_mime_parents (const char *mime); 104 char ** xdg_mime_list_mime_parents (const char *mime); 105 const char *xdg_mime_unalias_mime_type (const char *mime); 106 const char *xdg_mime_get_icon (const char *mime); 107 const char *xdg_mime_get_generic_icon (const char *mime); 119 int _xdg_mime_mime_type_subclass (const char *mime, 121 const char *_xdg_mime_unalias_mime_type (const char *mime);
|
xdgmimeparent.c | 52 char *mime; member in struct:XdgMimeParents 90 free (list->parents[i].mime); 100 return strcmp (((XdgMimeParents *)v1)->mime, ((XdgMimeParents *)v2)->mime); 105 const char *mime) 112 key.mime = (char *)mime; 156 if (strcmp (list->parents[i].mime, line) == 0) 171 list->parents[list->n_mimes].mime = strdup (line); 214 printf ("%s %s\n", list->parents[i].mime, *p) [all...] |
xdgmimecache.h | 74 char **_xdg_mime_cache_list_mime_parents (const char *mime); 75 const char *_xdg_mime_cache_unalias_mime_type (const char *mime); 77 const char *_xdg_mime_cache_get_icon (const char *mime); 78 const char *_xdg_mime_cache_get_generic_icon (const char *mime);
|
/external/webkit/WebCore/platform/ |
MIMETypeRegistry.h | 45 // Check to see if a mime type is suitable for being loaded inline as an 49 // Check to see if a mime type is suitable for being loaded as an image 53 // Check to see if a mime type is suitable for being encoded. 56 // Check to see if a mime type is suitable for being loaded as a JavaScript 60 // Check to see if a non-image mime type is suitable for being loaded as a 61 // document in a frame. Includes supported JavaScript MIME types. 64 // Check to see if a mime type is suitable for being loaded using <video> and <audio> 67 // Check to see if a mime type is a valid Java applet mime type
|
/external/webkit/WebCore/plugins/chromium/ |
PluginDataChromium.cpp | 45 MimeClassInfo* mime = new MimeClassInfo(); local 46 mime->type = info->mimes[i]->type; 47 mime->desc = info->mimes[i]->desc; 48 mime->suffixes = info->mimes[i]->suffixes; 49 mime->plugin = result; 50 result->mimes.append(mime); 106 MimeClassInfo* mime = plugins[i]->mimes[j]; local 108 mime->suffixes.split(",", extensions); 111 return mime->type;
|
/packages/apps/Email/src/org/apache/james/mime4j/field/ |
ContentTypeField.java | 47 * The prefix of all <code>multipart</code> MIME types.
51 * The <code>multipart/digest</code> MIME type.
55 * The <code>text/plain</code> MIME type.
59 * The <code>message/rfc822</code> MIME type.
91 * Gets the MIME type defined in this Content-Type field.
93 * @return the MIME type or an empty string if not set.
100 * Gets the MIME type defined in the child's
101 * Content-Type field or derives a MIME type from the parent
102 * if child is <code>null</code> or hasn't got a MIME type value set.
103 * If child's MIME type is multipart but no boundary [all...] |
/external/bluetooth/glib/tests/bookmarks/ |
fail-08.xbel | 7 xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
|
fail-09.xbel | 7 xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"
|
valid-02.xbel | 8 <mime-type type="application/postscript"/>
|
/external/webkit/WebCore/plugins/ |
PluginInfoStore.cpp | 50 MimeClassInfo* mime = new MimeClassInfo; local 51 info->mimes.append(mime); 53 mime->type = it->first; 54 mime->desc = it->second; 55 mime->plugin = info; 57 Vector<String> extensions = package->mimeToExtensions().get(mime->type); 61 mime->suffixes += ","; 63 mime->suffixes += extensions[i];
|
/frameworks/base/core/java/android/inputmethodservice/ |
ExtractEditText.java | 29 private InputMethodService mIME; 45 mIME = ime; 83 if (mSettingExtractedText == 0 && mIME != null && selStart >= 0 && selEnd >= 0) { 84 mIME.onExtractedSelectionChanged(selStart, selEnd); 93 if (!super.performClick() && mIME != null) { 94 mIME.onExtractedTextClicked(); 101 if (mIME != null) { 102 if (mIME.onExtractTextContextMenuItem(id)) {
|
/dalvik/libcore/luni/src/main/java/java/net/ |
FileNameMap.java | 21 * Defines a scheme for mapping a filename type to a MIME content type. Mainly 33 * Determines the MIME type for a file {@code fileName} of a URL. 37 * @return the appropriate MIME type of the given file.
|
/external/webkit/WebCore/plugins/symbian/ |
PluginPackageSymbian.cpp | 50 Vector<String> mime; local 51 types[i].split(UChar(';'), true, mime); // <MIME1>;<ext1,ext2,ext3,...>;<Description> 52 if (mime.size() > 0) { 54 if (mime.size() > 1) 55 mime[1].split(UChar(','), false, exts); // <ext1,ext2,ext3,...> 57 m_mimeToExtensions.add(mime[0], exts); // <MIME>,<ext1,ext2,ext3> 58 if (mime.size() > 2) 59 m_mimeToDescriptions.add(mime[0], mime[2]); // <MIME>,<Description [all...] |
/external/icu4c/test/cintltst/ |
stdnmtst.c | 99 if (dotestname("ibm-1208", "MIME", "UTF-8") && 100 /*dotestname("cp1252", "MIME", "windows-1252") &&*/ 101 dotestname("ascii", "MIME", "US-ASCII") && 102 dotestname("csiso2022jp2", "MIME", "ISO-2022-JP-2") && 106 dotestname("crazy", "MIME", NULL) && 108 dotestname("LMBCS-1", "MIME", NULL)) 110 log_verbose("PASS: getting IANA and MIME standard names works\n"); 146 dotestconv("UTF-8", "MIME", "UTF-8") && /* default name */ 149 dotestconv("ibm-5305", "MIME", NULL) && /* mapping does not exist */ 150 dotestconv("ascii", "MIME", NULL) && /* mapping does not exist * [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/message/ |
Entity.java | 30 * MIME entity. An entity has a header and a body (see RFC 2045).
98 * Determines the MIME type of this <code>Entity</code>. The MIME type
102 * @return the MIME type.
116 * Determines the MIME character set encoding of this <code>Entity</code>.
118 * @return the MIME character set encoding.
138 * Determines if the MIME type of this <code>Entity</code> matches the
139 * given one. MIME types are case-insensitive.
141 * @param type the MIME type to match against.
149 * Determines if the MIME type of this <code>Entity</code> is [all...] |
/external/webkit/WebKit/qt/Api/ |
qwebpluginfactory.cpp | 38 factory can create, including a description and the supported MIME types. 39 The MIME types each plugin can handle should match the ones specified in 42 The create() method is called if the requested MIME type is supported. The 44 given MIME type and the specified URL. 68 The list of mime types supported by the plugin. 74 \brief The QWebPluginFactory::MimeType structure describes a mime type supported by a plugin. 80 Returns true if this mimetype is the same as the \a other mime type. 92 Returns true if this mimetype is different from the \a other mime type. 98 The full name of the MIME type; e.g., \c{text/plain} or \c{image/png}. 103 The description of the mime type [all...] |
/external/opencore/pvmi/pvmf/include/ |
pvmf_format_type.h | 20 * @brief This file defines known format types and MIME strings, 49 // MIME string for unknown format 53 ** Note on format MIME strings: 54 ** The MIME strings that start with "X" were made up by PV. 63 // MIME strings for uncompressed audio formats 71 // MIME strings for uncompressed video formats 79 // MIME strings for uncompressed sub-video formats 92 // MIME strings for compressed audio formats 117 // MIME strings for Compressed video formats 132 // MIME strings for still image format [all...] |
/external/openssl/crypto/pkcs7/t/ |
nav-smime | 9 MIME-Version: 1.0 16 This is a cryptographically signed message in MIME format. 28 Content-Description: S/MIME Cryptographic Signature 71 MIME-Version: 1.0 78 This is a cryptographically signed message in MIME format. 90 Content-Description: S/MIME Cryptographic Signature 134 MIME-Version: 1.0 137 Content-Type: application/x-pkcs7-mime; name="smime.p7m" 140 Content-Description: S/MIME Encrypted Message
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/misc/ |
NetscapeCertType.java | 11 * S/MIME (2), 15 * S/MIME CA (6),
|
/external/webkit/WebKitTools/simplejson/ |
jsonfilter.py | 10 # Read JSON POST input to jsonfilter.json if matching mime type 27 # Opera has bunk XMLHttpRequest support for most mime types
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
SMILLayoutElement.java | 27 * The mime type of the layout langage used in this layout element.The 33 * <code>true</code> if the player can understand the mime type,
|
/external/webkit/WebKit/mac/Plugins/ |
WebBasePluginPackage.mm | 153 NSString *MIME, *description; 156 while ((MIME = [keyEnumerator nextObject]) != nil) { 157 MIMEDictionary = [MIMETypes objectForKey:MIME]; 159 // FIXME: Consider storing disabled MIME types. 168 MIME = [MIME lowercaseString]; 170 [MIMEToExtensionsDictionary setObject:extensions forKey:MIME]; 176 [MIMEToDescriptionDictionary setObject:description forKey:MIME]; 234 // Check if the MIME types are claimed in a plist in the user's preferences directory. 249 // Pass the MIME dictionary to the superclass to parse it [all...] |