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

<<31323334353637383940>>

  /external/chromium_org/third_party/launchpad_translations/
inspector_strings_zh-CN.xtb 32 <translation id="1762939828961535338">??? <ph name="REAL_TYPE"/> ?????????? MIME ??? <ph name="SPECIFIED_TYPE"/>?</translation>
177 <translation id="4510290974676570902">MIME ??</translation>
414 <translation id="9001035236599590379">MIME ??</translation>
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_purp.c 86 {X509_PURPOSE_SMIME_SIGN, X509_TRUST_EMAIL, 0, check_purpose_smime_sign, "S/MIME signing", "smimesign", NULL},
87 {X509_PURPOSE_SMIME_ENCRYPT, X509_TRUST_EMAIL, 0, check_purpose_smime_encrypt, "S/MIME encryption", "smimeencrypt", NULL},
586 /* common S/MIME checks */
  /external/e2fsprogs/intl/
config.charset 30 # MIME charset name is preferred.
33 # name MIME? used by which systems
105 # Note: Names which are not marked as being a MIME name should not be used in
  /external/openssl/crypto/x509v3/
v3_purp.c 86 {X509_PURPOSE_SMIME_SIGN, X509_TRUST_EMAIL, 0, check_purpose_smime_sign, "S/MIME signing", "smimesign", NULL},
87 {X509_PURPOSE_SMIME_ENCRYPT, X509_TRUST_EMAIL, 0, check_purpose_smime_encrypt, "S/MIME encryption", "smimeencrypt", NULL},
586 /* common S/MIME checks */
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 660 bool MockCryptoPlugin::requiresSecureDecoderComponent(const char *mime) const
662 ALOGD("MockCryptoPlugin::requiresSecureDecoderComponent(mime=%s)", mime);
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 499 const char *mime; local
500 bool success = format->findCString(kKeyMIMEType, &mime);
502 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorMp3Reader.cpp 461 const char *mime; local
462 CHECK(meta->findCString(kKeyMIMEType, &mime));
464 if (!haveAudio && !strncasecmp(mime, "audio/", 6)) {
  /frameworks/base/media/java/android/media/
MediaDrm.java 119 * @param mimeType The MIME type of the media container, e.g. "video/mp4"
358 * mime type provided in the mimeType parameter. It could contain, for example,
362 * @param mimeType identifies the mime type of the content
MediaPlayer.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WspTypeDecoder.java 99 WELL_KNOWN_MIME_TYPES.put(0x37, "application/pkcs7-mime");
410 * cannot be mapped to a string mime type, getValueString() will return null, and
546 * Populate stringValue with the mime type corresponding to the value in unsigned32bit
  /packages/apps/Email/tests/src/com/android/emailcommon/internet/
MimeUtilityTest.java 59 /** long subject which will be split into two MIME/Base64 chunks */
432 * If the body part has no mime-type, refuses to parse content as text.
433 * If the mime-type does not match text/*, it will not get parsed.
  /packages/apps/Exchange/src/com/android/exchange/
EasOutboxService.java 89 * Our own HttpEntity subclass that is able to insert opaque data (in this case the MIME
181 // Start the MIME tag; this is followed by "opaque" data (byte array)
338 // Create a temporary file (this will hold the outgoing message in RFC822 (MIME) format)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java 81 // MIME types for dictionary and dictionary list, as required by ContentProvider contract.
183 * Returns the MIME type of the content associated with an Uri
188 * @return the MIME type, or null if the URL is not recognized.
  /packages/providers/DownloadProvider/docs/
index.html 111 <li> <a href="#Handling_of_specific_MIME_types">Handling of specific MIME types</a>
232 <tr><td > <code>MIMETYPE</code> </td><td > Needs to be visible so that app can display the icon matching the mime type. Intended to be visible by 3rd-party download UIs. <b>TODO</b> Security TBD before we implement support for 3rd-party UIs. </td></tr>
351 <tr><td > <em>5xxx</em> </td><td > <em>N/A</em> </td><td > &nbsp; </td><td > <em>MIME</em> </td><td > &nbsp; </td><td > &nbsp; </td></tr>
352 <tr><td > <em>52xx</em> </td><td > <em>N/A</em> </td><td > &nbsp; </td><td > <em>MIME/DRM</em> </td><td > &nbsp; </td><td > &nbsp; </td></tr>
354 <tr><td > <em>54xx</em> </td><td > <em>N/A</em> </td><td > &nbsp; </td><td > <em>MIME/OMA</em> </td><td > &nbsp; </td><td > &nbsp; </td></tr>
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 213 where <type> and <subtype> should be registered MIME types,
399 """Send a MIME header."""
410 """Send the blank line ending the MIME headers."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 213 where <type> and <subtype> should be registered MIME types,
399 """Send a MIME header."""
410 """Send the blank line ending the MIME headers."""
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java     [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 266 String mime = null; local
320 mime = MediaStore.Audio.Artists.ENTRY_CONTENT_TYPE;
328 mime = MediaStore.Audio.Albums.ENTRY_CONTENT_TYPE;
342 mime = "audio/*"; // the specific type doesn't matter, so don't bother retrieving it
359 i.putExtra(MediaStore.EXTRA_MEDIA_FOCUS, mime);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 115 * @def WBAPP_OUTPUT_BUFFER_SIZE_MIME Default input buffer size MIME
559 APP_IPRINT("%d :: Usage: [TestApp] [O/P] [FUNC_ID_X] [FM/DM] [WBAMR/EFR] [BITRATE] [DTXON/OFF] [NONMIME/MIME/IF2] [ACDNON/OFF] [FRAMES] [1 to N] [1 to N] [MFON]\n", __LINE__);
774 } else if (!(strcmp(argv[8], "MIME"))) {
775 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
786 APP_IPRINT("%d :: App: Should Be One of these Modes MIME, NONMIME, IF2\n", __LINE__);
883 if (!(strcmp(argv[8], "MIME"))) {
884 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
888 /**< Codec Configuring to MIME Mode Buffer Size to 61 */
    [all...]
  /external/bison/lib/
config.charset 28 # MIME charset name is preferred.
31 # name MIME? used by which systems
108 # Note: Names which are not marked as being a MIME name should not be used in
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 797 // RenderViewHost that won't have the mime type set.
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c 17 * the MIME-friendly form of the Binary Ordered Compression for Unicode,
133 * which makes BOCU-1 MIME-usable and reasonably safe for
382 * Encode directly for MIME compatibility,
  /external/chromium_org/third_party/openssl/openssl/apps/
cms.c 642 BIO_printf (bio_err, "-text include or delete text MIME headers\n");
812 BIO_printf(bio_err, "Error reading S/MIME message\n");
973 * S/MIME output format.
    [all...]
  /external/icu4c/test/cintltst/
bocu1tst.c 17 * the MIME-friendly form of the Binary Ordered Compression for Unicode,
134 * which makes BOCU-1 MIME-usable and reasonably safe for
383 * Encode directly for MIME compatibility,

Completed in 1365 milliseconds

<<31323334353637383940>>