HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 51 - 75 of 1032) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
ActionMultiMap.java 24 * under a MIME-type key.
39 // Create list for this MIME-type if needed
  /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,
  /frameworks/wilhelm/tests/listening/
seekTorture.c 60 SLDataFormat_MIME mime; local
65 mime.formatType = SL_DATAFORMAT_MIME;
66 mime.mimeType = (SLchar *) NULL;
67 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
69 audiosrc.pFormat = &mime;
  /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/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.cpp 44 AString mime; local
45 CHECK(format->findString("mime", &mime));
68 bool needDedicatedLooper = !strncasecmp(mime.c_str(), "video/", 6);
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 117 const char *mime; local
118 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
121 if (QueryCodecs(client->interface(), mime,
238 const char *mime; local
239 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
241 ALOGV("thumbNailTime = %lld us, timeUs = %lld us, mime = %s",
242 thumbNailTime, timeUs, mime);
349 const char *mime; local
350 CHECK(meta->findCString(kKeyMIMEType, &mime));
352 if (!strncasecmp(mime, "video/", 6))
515 const char *mime; local
    [all...]
  /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();

Completed in 6696 milliseconds

1 23 4 5 6 7 8 91011>>