/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
TextCodecICU.cpp | 74 // Try MIME before trying IANA to pick up commonly used names like 77 const char* standardName = ucnv_getStandardName(name, "MIME", &error); 81 // which are not preferred MIME names but are widely used. 188 const char* standardName = ucnv_getStandardName(name, "MIME", &error);
|
/external/chromium_org/third_party/launchpad_translations/ |
inspector_strings_it.xtb | 73 <translation id="9001035236599590379">Tipo MIME</translation>
|
inspector_strings_ka.xtb | 87 <translation id="4510290974676570902">MIME-?? ????</translation>
|
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
pk7_mime.c | 62 /* PKCS#7 wrappers round generalised stream and MIME routines */
|
/external/elfutils/libelf-po/ |
libelf.pot | 15 "MIME-Version: 1.0\n"
|
/external/openssl/crypto/pkcs7/ |
pk7_mime.c | 62 /* PKCS#7 wrappers round generalised stream and MIME routines */
|
/external/smack/src/org/jivesoftware/smackx/provider/ |
StreamInitiationProvider.java | 46 String mimeType = parser.getAttributeValue("", "mime-type");
|
/frameworks/av/drm/drmserver/ |
DrmManager.cpp | 405 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) { 418 result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime); 434 int uniqueId, const char* uri, const char* mime) { 446 result = rDrmEngine.openDecryptSession(uniqueId, handle, uri, mime);
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/ |
FwdLockEngine.h | 150 * Retrieves the mime type embedded inside the original content. 156 * Returns mime-type of the original content, such as "video/mpeg" 167 * @param mimeType Mime type of the content or null. 507 static bool IsMimeTypeSupported(const String8& mime);
|
/frameworks/av/drm/mediadrm/plugins/mock/ |
MockDrmCryptoPlugin.h | 145 bool requiresSecureDecoderComponent(const char *mime) const;
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorAudioEncoder.cpp | 349 const char* mime = NULL; local 391 mime = MEDIA_MIMETYPE_AUDIO_AAC; 396 mime = MEDIA_MIMETYPE_AUDIO_AMR_NB; 406 encoderMetadata->setCString(kKeyMIMEType, mime);
|
/frameworks/base/core/java/android/nfc/ |
Tag.java | 75 * {@link NdefMessage}. If the record is a URI, SmartPoster, or MIME data 77 * and SmartPoster records the URI is put into the intent's data field. For MIME records the MIME 84 * for {@link NfcAdapter#ACTION_NDEF_DISCOVERED} with a matching data URI or MIME type then dispatch
|
/frameworks/base/docs/html/training/basics/intents/ |
sending.jd | 98 <p>By default, the system determines the appropriate MIME type required by an intent based on the 101 of data associated with the intent. Setting the MIME type further specifies which kinds of 110 // The intent does not have a URI, so declare the "text/plain" MIME type 136 using the {@link android.content.Intent#ACTION_VIEW} intent, you should specify a MIME type of
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
index.jd | 77 MIME type and file size.
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
Locator2.java | 49 * If the encoding was declared externally (for example, in a MIME
|
/libcore/support/src/test/java/tests/support/ |
Support_TestWebData.java | 151 // The MIME type to assume for this test
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
BluetoothOppHandover.java | 88 Log.d(TAG, "Could not determine mime type for Uri " + uri);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
SimpleContentHandler.java | 50 * MIME rfc:s) of the <code>Content-Type</code> and
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_39.txt | 0 MIME-Version: 1.0
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mimetypes.py | 83 # the original, minimum contents of the MIME database in the
|
test_multifile.py | 6 msg = """Mime-Version: 1.0
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_39.txt | 0 MIME-Version: 1.0
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mimetypes.py | 83 # the original, minimum contents of the MIME database in the
|
test_multifile.py | 6 msg = """Mime-Version: 1.0
|
/frameworks/av/media/libstagefright/ |
MediaCodec.cpp | 46 const sp<ALooper> &looper, const char *mime, bool encoder) { 48 if (codec->init(mime, true /* nameIsType */, encoder) != OK) { 738 AString mime; local 739 CHECK(msg->findString("mime", &mime)); 741 if (!strncasecmp("video/", mime.c_str(), 6)) { 941 format->setString("mime", name.c_str()); 1775 AString mime; local [all...] |