/external/opencore/pvmi/content_policy_manager/include/ |
cpm_plugin_registry.h | 64 * @param aMimeType: a unique MIME string for the plug-in. 73 * Retrieves the plug-in for a particular MIME string. 74 * @param MIME string. 86 * Returns the MIME strings for the plugins. 88 * @param aMimeType: on return, will contain the mime type for the selected
|
pvmf_cpmplugin_factory_registry.h | 32 * MIME type for CPM-plugins. The complete mime-string must include 33 * this string, followed by "/", followed by the plugin mime-string, 64 * @param: Plugin mime type, of the form X-CPM-PLUGIN/... 79 * @param: Plugin mime type
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/ |
MimeTable.java | 30 * Instances of this class map file extensions to MIME content types based on a 31 * default MIME table. 41 * A hash table containing the mapping between extensions and mime types. 54 * Constructs a MIME table using the default values defined in this class. 83 * MIME types. 115 * Determines the MIME type for the given filename. 120 * @return The mime type associated with the file's extension or null if no
|
/frameworks/base/media/java/android/drm/mobile1/ |
DrmRightsManager.java | 27 * The "application/vnd.oma.drm.rights+xml" mime type. 32 * The "application/vnd.oma.drm.rights+wbxml" mime type. 37 * The id of "application/vnd.oma.drm.rights+xml" mime type. 42 * The id of "application/vnd.oma.drm.rights+wbxml" mime type. 47 * The id of "application/vnd.oma.drm.message" mime type. 90 * @param mimeTypeStr the mime type of the rights object. 193 * @param mimeType the mime type of this DRM rights object. the value of this field includes:
|
/external/webkit/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/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;
|
/frameworks/base/media/libstagefright/ |
AMRWriter.cpp | 69 const char *mime; local 70 CHECK(meta->findCString(kKeyMIMEType, &mime)); 73 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_WB)) { 75 } else if (strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AMR_NB)) {
|
StagefrightMetadataRetriever.cpp | 166 const char *mime; local 167 CHECK(trackMeta->findCString(kKeyMIMEType, &mime)); 169 LOGV("thumbNailTime = %lld us, timeUs = %lld us, mime = %s", 170 thumbNailTime, timeUs, mime); 228 const char *mime; local 229 CHECK(meta->findCString(kKeyMIMEType, &mime)); 231 if (!strncasecmp(mime, "video/", 6)) {
|
MPEG4Writer.cpp | 385 const char *mime; 386 meta->findCString(kKeyMIMEType, &mime); 387 bool is_mpeg4 = !strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_MPEG4); 388 bool is_avc = !strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC); 510 const char *mime; 511 bool success = mMeta->findCString(kKeyMIMEType, &mime); 514 bool is_audio = !strncasecmp(mime, "audio/", 6); 616 if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_AMR_NB, mime)) { 618 } else if (!strcasecmp(MEDIA_MIMETYPE_AUDIO_AMR_WB, mime)) { 621 LOGE("Unknown mime type '%s'.", mime) [all...] |
/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/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/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/WebCore/platform/graphics/cg/ |
ImageSourceCGMac.mm | 37 RetainPtr<CFStringRef> mime(AdoptCF, UTTypeCopyPreferredTagWithClass(utiref.get(), kUTTagClassMIMEType)); 38 return mime.get();
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebresource.cpp | 43 * MIME type and frame name of the resource. 131 * WebKitWebResource:mime-type: 133 * The MIME type of the web resource. 140 "mime-type", 141 _("MIME Type"), 142 _("The MIME type of the resource"), 250 * @mime_type: the MIME type of the #WebKitWebResource 340 * Return value: the MIME type of the resource
|
/packages/apps/Contacts/res/values/ |
attrs.xml | 17 <!-- Maps a contact kind or mime-type to a RemoteViews XML formatter --> 19 <!-- Mime-type handled by this mapping -->
|
/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:__anon1273 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...] |
/frameworks/base/include/media/stagefright/ |
OMXCodec.h | 45 const char *mime); 151 bool isEncoder, const char *mime, const char *componentName, 168 const char *mime, OMX_U32 width, OMX_U32 height); 174 const char *mime, OMX_U32 width, OMX_U32 height); 231 const char *mime, 251 // supporting the given mime type, if queryDecoders==true, returns components
|
/packages/apps/Email/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/core/java/android/webkit/ |
MimeTypeMap.java | 23 * Two-way map that maps MIME-types to file extensions and vice versa. 28 * Singleton MIME-type map instance: 33 * MIME-type to file extension mapping: 38 * File extension to MIME type mapping: 43 * Creates a new MIME-type map. 89 // this is mostly because of the way the mime-type map below 90 // is constructed (if a mime type maps to several extensions 102 * Return true if the given MIME type has an entry in the map. 103 * @param mimeType A MIME type (i.e. text/plain) 115 * Return the MIME type for the given extension [all...] |
/frameworks/base/docs/html/resources/articles/ |
wikinotes-intents.jd | 35 and asks what MIME type the data that will be returned from the URI is.</li> 37 intent-filter that matches both the VIEW action, and the MIME type for 58 <p>The real key here is the MIME type. MIME stands for <a 59 href="http://en.wikipedia.org/wiki/MIME">Multipurpose Internet Mail 60 Extensions</a> — a standard for sending attachments over email. The MIME 65 different ContentProvider to handle it, but could still use the same MIME type 138 <p>For right now we are concerned with the MIME type for the URI. This is 153 matchers. In the first case, that of the all notes URI, the MIME type 156 vnd bit is MIME-speak for "vendor specific definition"). Likewise, i [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/ |
MessageTestUtils.java | 75 * @param mimeType MIME type of body part 91 * @param mimeType MIME type of text 106 * @param mimeType MIME type of image body 138 * Create builder object with MIME type and dummy boundary string. 140 * @param mimeType MIME type of this Multipart 147 * Create builder object with MIME type and boundary string. 149 * @param mimeType MIME type of this Multipart
|
/frameworks/base/services/java/com/android/server/ |
IntentResolver.java | 127 if (dumpMap(out, curPrefix, "Full MIME Types:", innerPrefix, 131 if (dumpMap(out, curPrefix, "Base MIME Types:", innerPrefix, 135 if (dumpMap(out, curPrefix, "Wild MIME Types:", innerPrefix, 147 if (dumpMap(out, curPrefix, "MIME Typed Actions:", innerPrefix, 227 // If the intent includes a MIME type, then we want to collect all of 228 // the filters that match that MIME type. 271 // If the intent does not specify any data -- either a MIME type or 539 * All of the MIME types that have been registered, such as "image/jpeg", 546 * The base names of all of all fully qualified MIME types that have been 547 * registered, such as "image" or "*". Wild card MIME types such a [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
bookmarkfile.sgml | 11 its MIME type, the application that is registering the bookmark and the 30 the resource's MIME type; the applications that have registered a bookmark; 33 registered; the URI and MIME type of an icon, to be used when displaying the 44 xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info" 50 <mime:mime-type>text/xml</mime:mime-type>
|
/external/openssl/crypto/pkcs7/ |
pkcs7err.c | 116 {ERR_REASON(PKCS7_R_INVALID_MIME_TYPE) ,"invalid mime type"}, 118 {ERR_REASON(PKCS7_R_MIME_NO_CONTENT_TYPE),"mime no content type"}, 119 {ERR_REASON(PKCS7_R_MIME_PARSE_ERROR) ,"mime parse error"}, 120 {ERR_REASON(PKCS7_R_MIME_SIG_PARSE_ERROR),"mime sig parse error"}, 141 {ERR_REASON(PKCS7_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
|