HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 126 - 150 of 1798) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_36.txt 0 Mime-Version: 1.0
23 ENCODING mime
msg_45.txt 7 MIME-Version: 1.0
11 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
msg_46.txt 10 Mime-Version: 1.0
17 MIME-Version: 1.0
  /external/skia/tools/
update-doxygen.sh 93 find . -name '*.html' -exec svn propset svn:mime-type text/html '{}' \;
94 find . -name '*.css' -exec svn propset svn:mime-type text/css '{}' \;
95 find . -name '*.js' -exec svn propset svn:mime-type text/javascript '{}' \;
96 find . -name '*.gif' -exec svn propset svn:mime-type image/gif '{}' \;
97 find . -name '*.png' -exec svn propset svn:mime-type image/png '{}' \;
  /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;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 1 """Guess the MIME type of a file.
5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
41 "/etc/mime.types",
42 "/etc/httpd/mime.types", # Mac OS X
43 "/etc/httpd/conf/mime.types", # Apache
44 "/etc/apache/mime.types", # Apache 1
45 "/etc/apache2/mime.types", # Apache 2
46 "/usr/local/etc/httpd/conf/mime.types",
47 "/usr/local/lib/netscape/mime.types"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimetypes.py 1 """Guess the MIME type of a file.
5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
7 guess_extension(type, strict=1) -- guess the extension for a given MIME type.
41 "/etc/mime.types",
42 "/etc/httpd/mime.types", # Mac OS X
43 "/etc/httpd/conf/mime.types", # Apache
44 "/etc/apache/mime.types", # Apache 1
45 "/etc/apache2/mime.types", # Apache 2
46 "/usr/local/etc/httpd/conf/mime.types",
47 "/usr/local/lib/netscape/mime.types"
    [all...]
  /external/chromium_org/media/base/android/
media_codec_bridge.cc 75 MediaCodecBridge::MediaCodecBridge(const char* mime) {
78 DCHECK(mime);
80 ScopedJavaLocalRef<jstring> j_type = ConvertUTF8ToJavaString(env, mime);
229 AudioCodecBridge::AudioCodecBridge(const char* mime)
230 : MediaCodecBridge(mime) {
381 VideoCodecBridge::VideoCodecBridge(const char* mime)
382 : MediaCodecBridge(mime) {
406 const char* mime = AudioCodecToMimeType(codec); local
407 return mime ? new AudioCodecBridge(mime) : NULL
411 const char* mime = VideoCodecToMimeType(codec); local
    [all...]
  /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/docs/html/training/secure-file-sharing/
retrieve-info.jd 13 <li><a href="#RetrieveMimeType">Retrieve a File's MIME Type</a></li>
34 {@link android.support.v4.content.FileProvider} to retrieve a file's MIME type and size.
36 <h2 id="RetrieveMimeType">Retrieve a File's MIME Type</h2>
41 the file's MIME type. By default, a
42 {@link android.support.v4.content.FileProvider} determines the file's MIME type from its
46 The following code snippet demonstrates how a client app retrieves the MIME type of a file once
53 * get the file's MIME type
  /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.
  /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
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DataProviderContract.java 9 * contract assists in accessing the provider's available content URIs, column names, MIME types,
28 * The MIME type for a content URI that would return multiple rows
35 * The MIME type for a content URI that would return a single row
  /external/chromium_org/chrome/renderer/plugins/
plugin_uma.h 16 // enabled is called. We try to determine plugin's type by requested mime type,
17 // or, if mime type is unknown, by plugin's src url.
80 // Converts plugin's mime type to plugin type.
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.h 78 // of sniffing the mime type of the response.
82 // based on the mime type of the response. We are also potentially waiting
84 // handle the mime type.
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
MIMEHeader.h 43 // FIXME: This class is a limited MIME parser used to parse the MIME headers of MHTML files.
63 // Multi-part type and boundaries are only valid for multipart MIME headers.
  /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, assuming the given {@code charsetName}.
  /packages/apps/Contacts/src/com/android/contacts/editor/
EditorUiUtils.java 42 // Other possible mime mappings are:
55 // Un-supported mime types need to mapped with -1.
69 * @param mimetype The mime type (e.g. StructuredName.CONTENT_ITEM_TYPE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
iterators.py 50 """Iterate over the subparts with a given MIME type.
52 Use `maintype' as the main MIME type to match against; this defaults to
53 "text". Optional `subtype' is the MIME subtype to match against; if
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
iterators.py 50 """Iterate over the subparts with a given MIME type.
52 Use `maintype' as the main MIME type to match against; this defaults to
53 "text". Optional `subtype' is the MIME subtype to match against; if
  /external/chromium_org/chrome/common/extensions/api/
app_runtime.idl 14 // The MIME type of the file.
  /external/chromium_org/content/public/browser/
stream_handle.h 24 // Get the MIME type associated with this Stream.
  /external/chromium_org/net/base/
platform_mime_util_linux.cc 44 // mime database. That database is the merger of the Gnome and KDE mime
93 // If we wanted to do this properly, we would read the mime.cache file which
95 // (image/gif). We look up the "heaviest" glob for a certain mime type and
  /external/chromium_org/remoting/base/
constants.h 26 // MIME types for the clipboard.

Completed in 432 milliseconds

1 2 3 4 56 7 8 91011>>