HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 601 - 625 of 1812) sorted by null

<<21222324252627282930>>

  /external/chromium_org/ppapi/c/
ppb_instance.h 68 * page specifies an iframe to a resource with a MIME type registered by the
  /external/chromium_org/ppapi/proxy/
file_chooser_resource.cc 90 // case of a file extension it would be a single ".". In the case of a MIME
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptLoader.cpp 114 // FIXME: This function is not HTML5 compliant. These belong in the MIME registry as "text/javascript<version>" entries.
151 // - Allowing type=javascript. type= should only support MIME types, such as text/javascript.
328 executingDocument->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Refused to execute script from '" + m_resource->url().elidedString() + "' because its MIME type ('" + m_resource->mimeType() + "') is not executable, and strict MIME type checking is enabled.");
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ContentType.cpp 43 // a MIME type can have one or more "param=value" after a semi-colon, and separated from each other by semi-colons
  /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.
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
FilteringCursorWrapper.java 30 * Cursor wrapper that filters MIME types not matching given list.
  /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

Completed in 857 milliseconds

<<21222324252627282930>>