/frameworks/av/media/libmediaplayerservice/ |
Crypto.cpp | 222 bool Crypto::requiresSecureDecoderComponent(const char *mime) const { 233 return mPlugin->requiresSecureDecoderComponent(mime);
|
/frameworks/av/media/libstagefright/chromium_http/ |
ChromiumHTTPDataSource.cpp | 271 sp<DecryptHandle> ChromiumHTTPDataSource::DrmInitialization(const char* mime) { 287 String8(mURI.c_str()), mime);
|
/frameworks/av/media/libstagefright/matroska/ |
MatroskaExtractor.cpp | 169 const char *mime; local 170 CHECK(meta->findCString(kKeyMIMEType, &mime)); 172 mIsAudio = !strncasecmp("audio/", mime, 6); 174 if (!strcasecmp(mime, MEDIA_MIMETYPE_VIDEO_AVC)) { 187 } else if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_AAC)) { 937 const char *mime; local 938 CHECK(info->mMeta->findCString(kKeyMIMEType, &mime)); 940 if (strncasecmp(mime, "video/", 6)) {
|
/frameworks/base/core/java/android/provider/ |
UserDictionary.java | 57 * The MIME type of {@link #CONTENT_URI} providing a directory of words. 62 * The MIME type of a {@link #CONTENT_URI} sub-directory of a single word.
|
/frameworks/base/services/java/com/android/server/am/ |
EventLogTags.logtags | 21 30003 am_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5) 25 30005 am_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
VCardRecord.java | 88 uri = Uri.withAppendedPath(uri, "mime"); 155 // TODO: Add support for other vcard mime types.
|
/packages/providers/PartnerBookmarksProvider/src/com/android/providers/partnerbookmarks/ |
PartnerBookmarksContract.java | 88 * The MIME type of {@link #CONTENT_URI} providing a directory of bookmarks. 93 * The MIME type of a {@link #CONTENT_URI} of a single bookmark.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
base64mime.py | 11 It is used in the MIME standards for email to attach images, audio, and text 172 This function does not parse a full MIME header value encoded with
|
generator.py | 124 # full MIME type, then dispatch to self._handle_<maintype>(). If 284 # and only when HeaderParser is used on a message of mime type 316 type : Full MIME type of the non-text part 317 maintype : Main MIME type of the non-text part 318 subtype : Sub-MIME type of the non-text part
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
base64mime.py | 11 It is used in the MIME standards for email to attach images, audio, and text 172 This function does not parse a full MIME header value encoded with
|
generator.py | 124 # full MIME type, then dispatch to self._handle_<maintype>(). If 284 # and only when HeaderParser is used on a message of mime type 316 type : Full MIME type of the non-text part 317 maintype : Main MIME type of the non-text part 318 subtype : Sub-MIME type of the non-text part
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
CharsetUtil.java | 45 * MIME character set names and to get a list of known aliases.
51 * <td>MIME preferred</td>
799 private String mime = null;
field in class:CharsetUtil.Charset 802 private Charset(String canonical, String mime, String[] aliases) {
804 this.mime = mime;
[all...] |
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
RTSPSource.cpp | 550 const char *mime; local 551 CHECK(format->findCString(kKeyMIMEType, &mime)); 553 if (!strcasecmp(mime, MEDIA_MIMETYPE_CONTAINER_MPEG2TS)) { 561 bool isAudio = !strncasecmp(mime, "audio/", 6); 562 bool isVideo = !strncasecmp(mime, "video/", 6);
|
/frameworks/base/core/java/android/content/ |
ContentProvider.java | 69 * <li>{@link #getType} which returns the MIME type of data in the content provider</li> [all...] |
ClipData.java | 49 * must return correct MIME type(s) describing the data in the clip. For help 50 * in correctly constructing a clip with the correct MIME type, use 78 * In this case there is generally no need to worry about the MIME types 86 * the available MIME types; {@link #newUri(ContentResolver, CharSequence, Uri)} 617 * @param mimeTypes An array of MIME types this data is available as. 688 * Create a new ClipData holding an Intent with MIME type 702 * this will query the content provider for the MIME type of its data and 703 * use that as the MIME type. Otherwise, it will use the MIME type 741 * Create a new ClipData holding an URI with MIME typ [all...] |
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
advanced-nfc.jd | 28 NDEF data or when the NDEF data could not be mapped to a MIME type or URI. 120 <p>When a device scans a tag that has NDEF data on it, but could not be mapped to a MIME or URI, 134 cannot be mapped to a MIME type or URI, or if the tag scanned did not contain NDEF data. For 245 intent. The code snippet below handles all MIME types for <code>NDEF_DISCOVERED</code>. You 250 ndef.addDataType("*/*"); /* Handles all MIME based dispatches.
|
/frameworks/base/docs/html/training/beam-files/ |
receive-files.jd | 46 {@link android.content.Intent#ACTION_VIEW ACTION_VIEW}, the MIME type of the first file that 74 ><data android:mimeType="<i>mime-type</i>" /></a></code> 77 Matches a MIME type. Specify only those MIME types that your app can handle. 223 has a MIME type of "audio/*", "image/*", or "video/*", indicating that the file is media-
|
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/ |
ExternalStorageProvider.java | 407 final String mime = MimeTypeMap.getSingleton().getMimeTypeFromExtension(extension); local 408 if (mime != null) { 409 return mime; 417 * Remove file extension from name, but only if exact MIME type mapping 433 * Add file extension to name, but only if exact MIME type mapping exists.
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestGetPositionUri.cpp | 138 SLDataFormat_MIME mime; local 184 mime.formatType = SL_DATAFORMAT_MIME; 185 mime.mimeType = (SLchar*)NULL; 186 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; 188 audioSource.pFormat = (void *)&mime;
|
slesTestPlayUri.cpp | 136 SLDataFormat_MIME mime; local 177 mime.formatType = SL_DATAFORMAT_MIME; 178 mime.mimeType = (SLchar*)NULL; 179 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; 181 audioSource.pFormat = (void *)&mime;
|
slesTestSlowDownUri.cpp | 189 SLDataFormat_MIME mime; local 226 mime.formatType = SL_DATAFORMAT_MIME; 227 mime.mimeType = (SLchar*)NULL; 228 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED; 230 audioSource.pFormat = (void *)&mime;
|
/frameworks/wilhelm/tests/sandbox/streamSource/ |
slesTestPlayStream.cpp | 191 SLDataFormat_MIME mime; local 236 mime.formatType = SL_DATAFORMAT_MIME; 237 mime.mimeType = (SLchar *) "video/mp2ts";//(SLchar*)NULL; 238 mime.containerType = SL_CONTAINERTYPE_MPEG_TS; 240 audioSource.pFormat = (void *)&mime;
|
/external/chromium_org/net/base/ |
mime_util.cc | 44 // Singleton utility class for mime types. 164 { "application/pkcs7-mime", "p7m,p7c,p7z" }, 218 // a mime type. That is, we first check a hard-coded list (that cannot be 263 // A comprehensive mime type list: http://plugindoc.mozdev.org/winmime.php 348 // Dictionary of cryptographic file mime types. 524 // Tests for MIME parameter equality. Each parameter in the |mime_type_pattern| 556 // wildcards. The plugin mime types could be: 561 // Also tests mime parameters -- all parameters in the pattern must be present 619 // MIME types are always ASCII and case-insensitive (at least, the top-level 635 // "x-" + (ascii characters), it is also a MIME type [all...] |
/frameworks/av/drm/common/ |
IDrmManagerService.cpp | 604 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) { 614 if (mime) { 615 mimeType = mime; 630 int uniqueId, const char* uri, const char* mime) { 632 ALOGV("Entering BpDrmManagerService::openDecryptSession: mime=%s", mime? mime: "NULL"); 639 if (mime) { 640 mimeType = mime; 1309 const String8 mime = data.readString8(); local 1329 const String8 mime = data.readString8(); local [all...] |
/external/chromium/chrome/browser/resources/ |
plugins.html | 204 /* Separate the inital line, Description, Location, and MIME Types lines. */ 219 /* Make the MIME Types tables smaller. */ 220 .plugin-details .mime-types { 224 /* Separate the header from the contents in each MIME Types table. */ 225 .plugin-details .mime-types .header td { 608 <td><table width="100%" class="mime-types"> 611 >MIME type</td>
|