HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 226 - 250 of 1812) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/guide/topics/manifest/
data-element.jd 9 android:<a href="#mime">mimeType</a>="<i>string</i>"
22 be just a data type (the <code><a href="{@docRoot}guide/topics/manifest/data-element.html#mime">mimeType</a></code> attribute),
83 <dt><a name="mime"></a>{@code android:mimeType}</dt>
84 <dd>A MIME media type, such as {@code image/jpeg} or {@code audio/mpeg4-generic}.
91 <p class="note">Note: MIME type matching in the Android framework is
92 case-sensitive, unlike formal RFC MIME types. As a result, you should always
93 specify MIME types using lowercase letters.</p>
152 If the filter has a data type set (the <code><a href="{@docRoot}guide/topics/manifest/data-element.html#mime">mimeType</a></code>
  /frameworks/native/include/media/hardware/
CryptoAPI.h 64 // media data of the given mime type.
65 virtual bool requiresSecureDecoderComponent(const char *mime) const = 0;
  /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 -->
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadDrmHelper.java 27 /** The MIME type of special DRM files */
62 * Return the original MIME type of the given file, using the DRM framework
  /frameworks/av/media/libstagefright/
NuMediaExtractor.cpp 108 // at the container mime type.
190 const char *mime; local
191 CHECK(meta->findCString(kKeyMIMEType, &mime));
192 ALOGV("track of type '%s' does not publish bitrate", mime);
242 const char *mime; local
243 CHECK(meta->findCString(kKeyMIMEType, &mime));
245 (*format)->setString("mime", mime);
293 const char *mime; local
294 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime));
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Address.java 44 * Name and comment part should be MIME/base64 encoded in header if necessary.
55 * Name part. No surrounding double quote, and no MIME/base64 encoding.
148 * Get name part as UTF-16 string. No surrounding double quote, and no MIME/base64 encoding.
158 * It will be also unquoted and MIME/base64 decoded.
168 * It will be also unquoted and MIME/base64 decoded.
316 * Get RFC822/MIME compatible address string.
318 * @return RFC822/MIME compatible address string.
319 * It may be surrounded by double quote or quoted and MIME/base64 encoded if necessary.
330 * Get RFC822/MIME compatible comma-delimited address string.
333 * @return RFC822/MIME compatible comma-delimited address string
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 20 'post_type' : 'MIME',
31 Keyword argument post_type: MIME type of the posting data. Defaults to application/x-www-form-urlencoded
52 'MIME_type' : 'MIME',
58 """ShowFile: Similar to OpenDocuments, except that it specifies the parent URL, and MIME type of the file
60 Keyword argument MIME_type: MIME type
241 'MIME_type' : 'MIME',
246 """register viewer: Registers an application as a \xd4special\xd5 viewer for this MIME type. The application will be launched with ViewDoc events
248 Keyword argument MIME_type: MIME type viewer is registering for
341 'MIME_type' : 'MIME',
345 """unregister viewer: Revert to the old way of handling this MIME typ
    [all...]
  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 28 * Utilities for dealing with MIME types.
37 // The following table is based on /etc/mime.types data minus
38 // chemical/* MIME types and MIME types that don't map to any
44 // and "active" MIME types (due to potential security issues).
372 // this is mostly because of the way the mime-type map below
373 // is constructed (if a mime type maps to several extensions
442 * Returns true if the given MIME type has an entry in the map.
443 * @param mimeType A MIME type (i.e. text/plain)
454 * Returns the MIME type for the given extension
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
SampleSyncAdapterColumns.java 29 * MIME-type used when storing a profile {@link Data} entry.
  /development/samples/VoicemailProviderDemo/res/values/
strings.xml 25 <string name="mime_type">MIME type</string>
  /external/chromium/chrome/browser/download/
drag_download_util.h 25 // * MIME type
  /external/chromium/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 57 // The MIME type for the clipboard format for BrowserActionDragData.
  /external/chromium/webkit/glue/
site_isolation_metrics.h 21 // mime-types then we strictly need (we'd only consider blocking cross-site
  /external/chromium_org/chrome/browser/ssl/
ssl_add_certificate.cc 21 // certificate mime types.
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 54 // The MIME type for the clipboard format for BrowserActionDragData.
  /external/chromium_org/chrome/common/extensions/api/file_handlers/
file_handlers_parser.h 27 // MIME types associated with this handler.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
file_handlers.html 5 to specify what types of files the app can handle. An app can have multiple <code>file_handlers</code>, with each one having an identifier, a list of MIME types and/or a list of file extensions that can be handled, and
  /external/chromium_org/chrome/common/metrics/
metrics_service_base.h 39 // The MIME type for the uploaded metrics data.
  /external/chromium_org/chrome_frame/
chrome_active_document.rgs 40 NoRemove MIME {
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewDownloadDelegate.java 29 * @param mimeType Mime of the downloaded item.
  /external/chromium_org/content/public/common/
file_chooser_params.h 45 // A list of valid lower-cased MIME types or file extensions specified in an
  /external/chromium_org/content/renderer/media/crypto/
key_systems.h 39 // Returns the Pepper MIME type for |key_system|.
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 73 String mime = format.getString(MediaFormat.KEY_MIME); local
88 + " Mime: " + mime
98 MediaCodec codec = MediaCodec.createDecoderByType(mime);
  /external/libogg/
CHANGES 42 * RFC 3534 documentation of the application/ogg mime-type by Linus Walleij
  /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);

Completed in 1530 milliseconds

1 2 3 4 5 6 7 8 91011>>