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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/English.lproj/
Localized.r 9 // MIME Type descriptions
14 // MIME Types
  /frameworks/av/media/libstagefright/
MediaExtractor.cpp 55 const sp<DataSource> &source, const char *mime) {
59 if (mime == NULL) {
67 mime = tmp.string();
69 mime, confidence);
73 // DRM MIME type syntax is "drm+type+original" where
75 // original is the content's cleartext MIME type
76 if (!strncmp(mime, "drm+", 4)) {
77 const char *originalMime = strchr(mime+4, '+');
83 if (!strncmp(mime, "drm+es_based+", 13)) {
86 } else if (!strncmp(mime, "drm+container_based+", 20))
    [all...]
  /external/chromium/net/base/
mime_sniffer.h 15 // The maximum number of bytes used by any internal mime sniffing routine. May
22 // replacement mime type from the content.
25 // @param mime_type The current mime type, e.g. from the Content-Type header.
26 // @return Returns true if we should sniff the mime type.
29 // Guess a mime type from the first few bytes of content an its URL. Always
30 // assigns |result| with its best guess of a mime type.
35 // @param type_hint The current mime type, e.g. from the Content-Type header.
36 // @param result Address at which to place the sniffed mime type.
37 // @return Returns true if we have enough content to guess the mime type.
mime_util.h 17 // Get the mime type (if any) that is associated with the given file extension.
18 // Returns true if a corresponding mime type exists.
22 // Get the mime type (if any) that is associated with the given file. Returns
23 // true if a corresponding mime type exists.
26 // Get the preferred extension (if any) associated with the given mime type.
32 // Check to see if a particular MIME type is in our list.
38 // Get whether this mime type should be displayed in view-source mode.
45 // Returns true if this the mime_type_pattern matches a given mime-type.
46 // Checks for absolute matching and wildcards. mime-types should be in
63 // Check to see if a particular MIME type is in our list which only supports
    [all...]
platform_mime_util.h 23 // Get the mime type (if any) that is associated with the file extension.
24 // Returns true if a corresponding mime type exists.
  /frameworks/base/core/java/android/content/
ClipDescription.java 39 * The MIME type for a clip holding plain text.
44 * The MIME type for a clip holding HTML text.
49 * The MIME type for a clip holding one or more URIs. This should be
52 * other piece of data; in that case the MIME type should be the type
58 * The MIME type for a clip holding an Intent.
69 * @param mimeTypes An array of MIME types this data is available as.
88 * Helper to compare two MIME types, where one may be a pattern.
89 * @param concreteType A fully-specified MIME type.
90 * @param desiredType A desired MIME type that may be a pattern such as *\/*.
91 * @return Returns true if the two MIME types match
    [all...]
  /external/nist-sip/java/javax/sip/header/
MimeVersionHeader.java 6 String NAME = "MIME-Version";
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-expected.txt 1 prefetch.link has MIME type application/octet-stream
subresource-expected.txt 1 prefetch.link has MIME type application/octet-stream
link-and-subresource-test-expected.txt 1 nick.jpg has MIME type image/jpeg
2 nick.jpg has MIME type image/jpeg
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /frameworks/base/core/java/android/webkit/
MimeTypeMap.java 24 * Two-way map that maps MIME-types to file extensions and vice versa.
28 * class and {@code URLConnection} share the same MIME-type database.
74 * Return true if the given MIME type has an entry in the map.
75 * @param mimeType A MIME type (i.e. text/plain)
83 * Return the MIME type for the given extension.
85 * @return The MIME type for the given extension or null iff there is none.
97 * Return true if the given extension has a registered MIME type.
106 * Return the registered extension for the given MIME type. Note that some
107 * MIME types map to multiple extensions. This call will return the most
108 * common extension for the given MIME type
    [all...]
WebResourceResponse.java 35 * Constructs a resource response with the given MIME type, encoding, and
40 * @param mimeType the resource response's MIME type, for example text/html
52 * Sets the resource response's MIME type, for example text/html.
54 * @param mimeType the resource response's MIME type
61 * Gets the resource response's MIME type.
63 * @return the resource response's MIME type
  /external/webkit/Source/WebCore/platform/
MIMETypeRegistry.h 49 // Check to see if a mime type is suitable for being loaded inline as an
53 // Check to see if a mime type is suitable for being loaded as an image
57 // Check to see if a mime type is suitable for being encoded.
60 // Check to see if a mime type is suitable for being loaded as a JavaScript
64 // Check to see if a non-image mime type is suitable for being loaded as a
65 // document in a frame. Includes supported JavaScript MIME types.
68 // Check to see if a mime type is suitable for being loaded using <video> and <audio>
71 // Check to see if the mime type is not suitable for being loaded as a text
72 // document in a frame. Only valid for mime types begining with "text/".
75 // Check to see if a mime type is a valid Java applet mime typ
    [all...]
  /external/chromium/base/
mime_util.h 15 // Gets the mime type for a file based on its filename. The file path does not
18 // If the mime type is unknown, this will return application/octet-stream.
21 // Get the mime type for a byte vector.
31 // Gets the file name for an icon given the mime type and icon pixel size.
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSource.cpp 37 const char *mime; local
38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime));
39 if (strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP) == 0) {
42 ALOGE("Unsupported mime type for subtitle. : %s", mime);
  /external/icu4c/tools/
icu-svnprops-check.py 60 *.txt = svn:mime-type=text/plain;svn:eol-style=native
61 *.java = svn:eol-style=native;svn:mime-type=text/plain;;charset=utf-8
63 *.html = svn:eol-style=native;svn:mime-type=text/html
64 *.htm = svn:eol-style=native;svn:mime-type=text/html
70 *.png = svn:mime-type=image/png
71 *.jpeg = svn:mime-type=image/jpeg
72 *.jpg = svn:mime-type=image/jpeg
73 *.bin = svn:mime-type=application/octet-stream
74 *.brk = svn:mime-type=application/octet-stream
75 *.cnv = svn:mime-type=application/octet-strea
    [all...]
  /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...]
  /frameworks/base/core/java/android/inputmethodservice/
ExtractEditText.java 30 private InputMethodService mIME;
46 mIME = ime;
84 if (mSettingExtractedText == 0 && mIME != null && selStart >= 0 && selEnd >= 0) {
85 mIME.onExtractedSelectionChanged(selStart, selEnd);
94 if (!super.performClick() && mIME != null) {
95 mIME.onExtractedTextClicked();
102 if (mIME != null && mIME.onExtractTextContextMenuItem(id)) {
158 if (mIME != null) {
159 mIME.onViewClicked(false)
    [all...]
  /external/webkit/Source/WebCore/plugins/android/
PluginDataAndroid.cpp 52 MimeClassInfo mime; local
53 mime.type = it->first;
54 mime.desc = it->second;
55 mime.extensions = package->mimeToExtensions().get(mime.type);
56 info.mimes.append(mime);
  /external/webkit/Source/WebCore/plugins/gtk/
PluginDataGtk.cpp 46 MimeClassInfo mime; local
48 mime.type = it->first;
49 mime.desc = it->second;
50 mime.extensions = package->mimeToExtensions().get(mime.type);
52 info.mimes.append(mime);
  /external/webkit/Source/WebCore/plugins/wx/
PluginDataWx.cpp 52 MimeClassInfo mime; local
54 mime.type = it->first;
55 mime.desc = it->second;
56 mime.extensions = package->mimeToExtensions().get(mime.type);
58 info.mimes.append(mime);
  /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...]
  /frameworks/av/drm/common/
DrmEngineBase.cpp 124 int fd, off64_t offset, off64_t length, const char* mime) {
126 if (!mime || mime[0] == '\0') {
130 return onOpenDecryptSession(uniqueId, decryptHandle, fd, offset, length, mime);
135 const char* uri, const char* mime) {
136 if (!mime || mime[0] == '\0') {
139 return onOpenDecryptSession(uniqueId, decryptHandle, uri, mime);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebplugin.h 39 * @name: the name of the MIME type.
40 * @description: the description of the MIME type.
42 * associated with this MIME type.
44 * A structure representing one of the MIME types associated with a

Completed in 988 milliseconds

1 2 3 4 5 6 7 8 91011>>