/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_04.txt | 5 MIME-Version: 1.0
|
msg_10.txt | 0 MIME-Version: 1.0
|
msg_14.txt | 5 MIME-Version: 1.0
|
msg_29.txt | 5 MIME-Version: 1.0
|
msg_33.txt | 6 Mime-Version: 1.0
|
msg_44.txt | 5 MIME-Version: 1.0
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
AttachmentUtils.java | 56 * Singleton map of MIME->friendly description 94 // try to get a friendly name for the exact mime type 95 // then try to show a friendly name for the mime family 119 * Returns a user-friendly localized description of either a complete a MIME type or a 120 * MIME family. 122 * @param type complete MIME type or just MIME family
|
/frameworks/av/cmds/stagefright/ |
SimplePlayer.cpp | 297 AString mime; local 298 CHECK(format->findString("mime", &mime)); 300 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6); 302 if (!haveAudio && !strncasecmp(mime.c_str(), "audio/", 6)) { 319 mCodecLooper, mime.c_str(), false /* encoder */); 578 AString mime; local 579 CHECK(format->findString("mime", &mime)); 581 if (!strncasecmp(mime.c_str(), "audio/", 6)) [all...] |
sf2.cpp | 86 const char *mime; local 87 CHECK(meta->findCString(kKeyMIMEType, &mime)); 90 mime, 6)) { 93 if (!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_VORBIS)) { 268 const char *mime; local 269 CHECK(meta->findCString(kKeyMIMEType, &mime)); 272 msg->setString("mime", mime); 274 if (!strncasecmp("video/", mime, 6)) { 282 CHECK(!strncasecmp("audio/", mime, 6)) [all...] |
muxer.cpp | 95 AString mime; local 96 CHECK(format->findString("mime", &mime)); 98 bool isAudio = !strncasecmp(mime.c_str(), "audio/", 6); 99 bool isVideo = !strncasecmp(mime.c_str(), "video/", 6);
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
IDrmEngine.h | 165 * Retrieves the mime type embedded inside the original content 171 * Returns mime-type of the original content, such as "video/mpeg" 182 * @param[in] mimeType Mime type of the content or null. 324 * @param[in] mime Mime type of the protected content if it is 331 int fd, off64_t offset, off64_t length, const char* mime) = 0; 339 * @param[in] mime Mime type of the protected content if it is 346 const char* uri, const char* mime) = 0; 354 * @param[in] mimeType Mime type of the protected conten [all...] |
DrmEngineBase.h | 84 int fd, off64_t offset, off64_t length, const char* mime); 88 const char* uri, const char* mime); 221 * Retrieves the mime type embedded inside the original content 227 * Returns mime-type of the original content, such as "video/mpeg" 238 * @param[in] mimeType Mime type of the content or null. 395 * @param[in] mime Mime type of the protected content 396 * drm plugin may do some optimization since the mime type is known. 403 const char* mime) { 427 * @param[in] mime Mime type of the protected content. The correspondin [all...] |
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/ |
Address.java | 39 * Name and comment part should be MIME/base64 encoded in header if necessary. 49 * Name part. No surrounding double quote, and no MIME/base64 encoding. 100 * Get name part as UTF-16 string. No surrounding double quote, and no MIME/base64 encoding. 110 * It will be also unquoted and MIME/base64 decoded. 286 * Get RFC822/MIME compatible address string. 288 * @return RFC822/MIME compatible address string. 289 * It may be surrounded by double quote or quoted and MIME/base64 encoded if necessary. 300 * Get RFC822/MIME compatible comma-delimited address string. 303 * @return RFC822/MIME compatible comma-delimited address string. 304 * it may be surrounded by double quoted or quoted and MIME/base64 encoded if necessary [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 188 String mime = format.getString(MediaFormat.KEY_MIME); local 189 assertTrue("not an audio file", mime.startsWith("audio/")); 191 codec = MediaCodec.createDecoderByType(mime); 500 private MediaCodec createDecoder(String mime) { 503 if (mime.contains("avc")) { 505 } else if (mime.contains("3gpp")) { 507 } else if (mime.contains("mp4v")) { 509 } else if (mime.contains("vp8")) { 511 } else if (mime.contains("vp9")) { 515 return MediaCodec.createDecoderByType(mime); 534 String mime = format.getString(MediaFormat.KEY_MIME); local 732 String mime = format.getString(MediaFormat.KEY_MIME); local 1016 String mime = format.getString(MediaFormat.KEY_MIME); local [all...] |
EncoderTest.java | 122 String mime, List<MediaFormat> formats) { 123 List<String> componentNames = getEncoderNamesForType(mime); 129 assertEquals(mime, format.getString(MediaFormat.KEY_MIME)); 135 private List<String> getEncoderNamesForType(String mime) { 158 if (supportedTypes[j].equalsIgnoreCase(mime)) {
|
/external/chromium_org/chrome/browser/resources/ |
plugins.css | 209 /* Separate the inital line, Description, Location, and MIME Types lines. */ 224 /* Make the MIME Types tables smaller. */ 225 .plugin-details .mime-types { 229 /* Separate the header from the contents in each MIME Types table. */ 230 .plugin-details .mime-types .header td {
|
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
pkcs7err.c | 131 {ERR_REASON(PKCS7_R_INVALID_MIME_TYPE) ,"invalid mime type"}, 133 {ERR_REASON(PKCS7_R_MIME_NO_CONTENT_TYPE),"mime no content type"}, 134 {ERR_REASON(PKCS7_R_MIME_PARSE_ERROR) ,"mime parse error"}, 135 {ERR_REASON(PKCS7_R_MIME_SIG_PARSE_ERROR),"mime sig parse error"}, 161 {ERR_REASON(PKCS7_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
|
/external/openssl/crypto/pkcs7/ |
pkcs7err.c | 131 {ERR_REASON(PKCS7_R_INVALID_MIME_TYPE) ,"invalid mime type"}, 133 {ERR_REASON(PKCS7_R_MIME_NO_CONTENT_TYPE),"mime no content type"}, 134 {ERR_REASON(PKCS7_R_MIME_PARSE_ERROR) ,"mime parse error"}, 135 {ERR_REASON(PKCS7_R_MIME_SIG_PARSE_ERROR),"mime sig parse error"}, 161 {ERR_REASON(PKCS7_R_SIG_INVALID_MIME_TYPE),"sig invalid mime type"},
|
/packages/apps/Gallery2/src/com/android/photos/ |
MultiChoiceManager.java | 231 String mime = getItemMimetype(item); local 235 intent.setDataAndType(uri, mime) 241 intent.setDataAndType(uri, mime) 260 intent.setDataAndType(uri, mime) 263 .putExtra("mimeType", mime);
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
TutorialEN.java | 62 private OpenWnnEN mIme; 208 mIme = ime; 246 ImageSpan span = new ImageSpan(mIme, imageResourceId, 272 mIme.sendDownUpKeyEvents(-1); 273 mIme.tutorialDone();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Web_Browser_Suite.py | 129 'MIME_Type' : 'MIME', 139 Keyword argument MIME_Type: MIME type of data being posted 184 'MIME_Type' : 'MIME', 190 """ShowFile: FileSpec containing data of specified MIME type to be rendered in window specified by Window Identifier. 192 Keyword argument MIME_Type: MIME type
|
/external/chromium/net/base/ |
filter_unittest.cc | 43 // Check that redundant gzip mime type removes only solo gzip encoding. 49 // First show it removes the gzip, given any gzip style mime type. 76 // Check to be sure that gzip can survive with other mime types. 79 filter_context.SetMimeType("other/mime"); 103 // Unchanged even with other mime types. 152 filter_context.SetMimeType("other/mime"); 218 // Firefox 3 does not decompress when we have unsupported mime types for 253 // Unsupported mime type with wrong file name, decompressed. 293 // From issue 16430 - Files with supported mime types should be decompressed,
|
/external/chromium_org/net/base/ |
filter_unittest.cc | 43 // Check that redundant gzip mime type removes only solo gzip encoding. 49 // First show it removes the gzip, given any gzip style mime type. 76 // Check to be sure that gzip can survive with other mime types. 79 filter_context.SetMimeType("other/mime"); 103 // Unchanged even with other mime types. 152 filter_context.SetMimeType("other/mime"); 218 // Firefox 3 does not decompress when we have unsupported mime types for 253 // Unsupported mime type with wrong file name, decompressed. 293 // From issue 16430 - Files with supported mime types should be decompressed,
|
/frameworks/base/docs/html/guide/topics/text/ |
copy-paste.jd | 174 you what MIME type or types are available. This metadata helps you decide if your application 205 particular, it contains an array of available MIME types for the clip's data. When you put a 207 see if they can handle any of available the MIME types. 252 The single MIME type in {@link android.content.ClipDescription} is 268 provided in <code>resolver</code> to retrieve the available MIME types from the 270 is not a <code>content:</code> URI, the method sets the MIME type to 285 The MIME type is set to {@link android.content.ClipDescription#MIMETYPE_TEXT_INTENT}. 353 {@link android.content.ClipData}, gets its MIME type from the 386 including the supported MIME types. 436 // get MIME types from provider. The clip object's label is "URI", and its data i [all...] |
/frameworks/base/drm/java/android/drm/ |
DrmManagerClient.java | 463 * Checks whether the given MIME type or path can be handled. 466 * @param mimeType MIME type of the object to be handled. 468 * @return True if the given MIME type or path can be handled; false if they cannot be handled. 478 * Checks whether the given MIME type or URI can be handled. 481 * @param mimeType MIME type of the object to be handled 483 * @return True if the given MIME type or URI can be handled; false if they cannot be handled. 549 * object, and so on) using the specified path or MIME type. At least one parameter must 553 * @param mimeType MIME type of the content or null. 566 * object, and so on) using the specified URI or MIME type. At least one parameter must 570 * @param mimeType MIME type of the content or null 600 String mime = null; local [all...] |