/frameworks/av/drm/libdrmframework/plugins/common/util/src/ |
MimeTypeUtil.cpp | 81 // Mp3 mime types 90 // 3gpp audio mime types 93 // Amr audio mime types 96 // Aac audio mime types 99 // Wav audio mime types 102 // Mpeg4 video mime types 106 // 3gpp video mime types
|
/frameworks/base/drm/java/android/drm/ |
DrmRights.java | 50 * @param mimeType MIME type. Must not be null or an empty string. 61 * @param mimeType MIME type. Must not be null or an empty string. 74 * @param mimeType MIME type. Must not be null or an empty string. 90 * @param mimeType MIME type. Must not be null or an empty string. 116 * @param mimeType The MIME type. It must not be null or an empty string. 145 * Retrieves the MIME type associated with this <code>DrmRights</code> object. 147 * @return The MIME type.
|
DrmInfoRequest.java | 62 * Creates a <code>DrmInfoRequest</code> object with type and MIME type. 65 * @param mimeType MIME type. 78 * Retrieves the MIME type associated with this object. 80 * @return The MIME type.
|
/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:
|
/frameworks/base/media/jni/ |
android_media_MediaCrypto.cpp | 102 bool JCrypto::requiresSecureDecoderComponent(const char *mime) const { 107 return mCrypto->requiresSecureDecoderComponent(mime); 263 const char *mime = env->GetStringUTFChars(mimeObj, NULL); local 265 if (mime == NULL) { 269 bool result = crypto->requiresSecureDecoderComponent(mime); 271 env->ReleaseStringUTFChars(mimeObj, mime); 272 mime = NULL;
|
/external/chromium/webkit/glue/ |
site_isolation_metrics.cc | 55 "(NONE)" // Keep track of missing MIME types as well 113 // - Counts for MIME types of interest 114 // - Counts of those MIME types that carry CORS headers 140 // If it is part of a MIME type we might block, log the MIME type. 143 // Also track it if it lacks a MIME type. 144 // TODO(creis): 304 responses have no MIME type, so we don't handle 145 // them correctly. Can we look up their MIME type from the cache? 178 // We will also block XML and JSON MIME types for cross-site
|
/external/webkit/Source/WebCore/plugins/chromium/ |
PluginDataChromium.cpp | 86 const MimeClassInfo& mime = plugins[i].mimes[j]; local 87 const Vector<String>& extensions = mime.extensions; 90 return mime.type;
|
/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/av/drm/libdrmframework/ |
DrmManagerClient.cpp | 120 int fd, off64_t offset, off64_t length, const char* mime) { 123 mUniqueId, fd, offset, length, mime); 127 const char* uri, const char* mime) { 130 mUniqueId, uri, mime);
|
/frameworks/av/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());
|
/frameworks/base/media/java/android/media/ |
MediaScannerClient.java | 33 * Called by native code to return mime type extracted from DRM content.
|
/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/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/av/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);
|
/frameworks/av/media/libstagefright/chromium_http/ |
DataUriSource.cpp | 40 // if no mime type is specified. We prefer to leave this unspecified 41 // instead, since the mime type is sniffed in most cases.
|
/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>
|