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

1 2 3 45 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_27.txt 6 MIME-Version: 1.0
msg_28.txt 2 MIME-Version: 1.0
msg_30.txt 2 MIME-Version: 1.0
  /frameworks/av/media/libstagefright/
Utils.cpp 75 const char *mime; local
76 CHECK(meta->findCString(kKeyMIMEType, &mime));
79 msg->setString("mime", mime);
91 if (!strncasecmp("video/", mime, 6)) {
105 } else if (!strncasecmp("audio/", mime, 6)) {
371 AString mime; local
372 if (msg->findString("mime", &mime)) {
373 meta->setCString(kKeyMIMEType, mime.c_str())
515 const char* mime; member in struct:android::mime_conv_t
545 const char *mime; local
    [all...]
DRMExtractor.cpp 81 const char *mime; local
82 bool success = getFormat()->findCString(kKeyMIMEType, &mime);
85 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) {
155 const char *mime; local
156 CHECK(getFormat()->findCString(kKeyMIMEType, &mime));
158 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC) && !mWantsNALFragments) {
231 DRMExtractor::DRMExtractor(const sp<DataSource> &source, const char* mime)
235 mOriginalExtractor = MediaExtractor::Create(source, mime);
  /device/asus/deb/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/asus/flo/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/asus/grouper/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/asus/tilapia/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /device/samsung/manta/overlay/packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
NetscapeCertType.java 11 * S/MIME (2),
15 * S/MIME CA (6),
  /external/chromium/chrome/browser/chromeos/
gview_request_interceptor.h 26 // before seeing the detected mime type of the request.
43 // The list of supported mime types.
  /external/chromium/net/base/
platform_mime_util_win.cc 16 // check windows registry for file extension's mime type (registry key
30 std::wstring key(L"MIME\\Database\\Content Type\\" + UTF8ToWide(mime_type));
  /external/chromium_org/chrome/common/extensions/api/
streams_private.json 13 "description": "Fired when a resource is fetched which matches a mime type handled by this extension. The resource request is cancelled, and the extension is expected to handle the request. The event is restricted to a small number of white-listed extensions.",
18 "description": "The MIME type of the intercepted URL request."
  /external/chromium_org/chrome_frame/test/data/
chrome_frame_mime_filter_test.html 14 onSuccess("MIMEFilter", "MIME filter worked!");
16 onFailure("MIMEFilter", "MIME filter failed :-(",
  /external/chromium_org/content/browser/
plugin_data_remover_impl.h 26 // its MIME type. This method sets a different MIME type in order to call a
  /external/chromium_org/net/base/
platform_mime_util.h 31 // Get the mime type (if any) that is associated with the file extension.
32 // Returns true if a corresponding mime type exists.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
ppapi_extension_mime_handler.html 34 <title>PPAPI Extension MIME Type Test</title>
37 <h1>PPAPI Extension MIME Type Test</h1>
  /libcore/luni/src/main/java/java/net/
FileNameMap.java 21 * Defines a scheme for mapping a filename type to a MIME content type. Mainly
32 * Returns the MIME type (such as "text/plain") for the given filename, or null.
  /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,
  /packages/apps/Nfc/res/values/
provisioning.xml 23 <!-- The accepted mime-types when NFC is enabled in setup wizard.
24 Mime-types must be lower case, wildcards are *not* accepted. -->
  /prebuilts/python/darwin-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

Completed in 705 milliseconds

1 2 3 45 6 7 8 91011>>