Searched
full:mime (Results
626 -
650 of
1798) sorted by null
<<21222324252627282930>>
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AndroidProtocolHandler.java | 153 * Determine the mime type for an Android resource. 157 * @return The mime type or null if the type is unknown.
|
/external/chromium_org/chrome/browser/resources/ |
plugins.html | 146 <td><table width="100%" class="mime-types"> 149 >MIME type</td>
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/pnacl-demo/ |
example.js | 20 * MIME type for PNaCl 22 * @return {string} MIME type
|
/external/chromium_org/net/android/java/src/org/chromium/net/ |
AndroidNetworkLibrary.java | 107 * @return the mime type (if any) that is associated with the file 108 * extension. Returns null if no corresponding mime type exists.
|
/external/chromium_org/ppapi/api/private/ |
ppp_content_decryptor_private.idl | 25 * to use. type contains the MIME type of init_data. init_data is a data 37 * <code>PP_VARTYPE_STRING</code> containing the MIME type for init_data.
|
/external/chromium_org/ppapi/c/private/ |
ppp_content_decryptor_private.h | 48 * to use. type contains the MIME type of init_data. init_data is a data 60 * <code>PP_VARTYPE_STRING</code> containing the MIME type for init_data.
|
/external/chromium_org/third_party/WebKit/Source/core/loader/archive/ |
MHTMLParser.cpp | 88 LOG_ERROR("Failed to parse MHTML, invalid MIME header."); 214 // FIXME: the URL in the MIME header could be relative, we should resolve it if it is.
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
WebKitMediaSource.cpp | 82 // 2. If type contains a MIME type that is not supported ..., then throw a 189 // 2. If type does not contain a valid MIME type string, then return false.
|
/external/chromium_org/third_party/launchpad_translations/ |
inspector_strings_et.xtb | 67 <translation id="4510290974676570902">MIME tüüp</translation> 170 <translation id="9001035236599590379">MIME-tüüp</translation>
|
inspector_strings_he.xtb | 15 <translation id="1762939828961535338">????? ?????? ???? <ph name="REAL_TYPE"/> ?? ????? ?? ??? ??MIME? <ph name="SPECIFIED_TYPE"/>.</translation> 136 <translation id="9001035236599590379">??? MIME</translation>
|
/external/chromium_org/tools/stats_viewer/ |
Resources.resx | 23 <value>[base64 mime encoded serialized .NET Framework object]</value>
26 <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
SelectFileDialog.java | 51 * @param fileTypes MIME types requested (i.e. "image/*") 68 // Quick check - if the |capture| parameter is set and |fileTypes| has the appropriate MIME
|
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 55 \subsubsection{MIME type} 57 The MIME type of Ogg files depend on the context. Specifically, complex
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
ruby.php | 124 'Inflector::Inflections', 'Mime', 'Mime::Type',
|
/frameworks/base/core/java/android/text/util/ |
Rfc822Tokenizer.java | 39 * It does *not* decode MIME encoded-words; charset conversion 166 * It does *not* decode MIME encoded-words; charset conversion
|
/frameworks/base/docs/html/training/sharing/ |
receive.jd | 98 // Get intent, action and MIME type 142 know what some other application may send you. For example, the wrong MIME type might be set, or the
|
/frameworks/base/media/java/android/media/ |
MediaScannerConnection.java | 226 * @param mimeTypes Optional array of MIME types for each path. 229 * scanned URI and MIME type; If null, the file will be scanned but
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
ResolveCache.java | 40 * queries, keyed internally on MIME-type. 104 * MIME-type, along with a {@link SoftReference} to its icon.
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
SmartPoster.java | 71 * or many MIME-typed image records within the Smart Poster. If the 95 * a URL), the Type record may be used to declare the MIME type of the
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
BodyDescriptor.java | 26 * Encapsulates the values of the MIME-specific header fields
66 * a MIME message or part.
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 229 log.warn("MIME charset '" + mimeCharset + "' in encoded word '"
237 + charset + "' (MIME charset '" + mimeCharset
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/ |
MANIFEST.MF | 115 org.apache.http.entity.mime, 116 org.apache.http.entity.mime.content,
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
plugin.h | 79 // Handles document load, when the plugin is a MIME type handler. 279 // The MIME type used to instantiate this instance of the NaCl plugin. 280 // Typically, the MIME type will be application/x-nacl. However, if the NEXE 284 // The default MIME type for the NaCl plugin. 286 // The MIME type for the plugin when using PNaCl. 466 // register a mime handler that loads NaCl executables into an arbitrary web
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseSvnDiffHeader.pl | 204 svn:mime-type = application/octet-stream 208 Name: svn:mime-type 220 svn:mime-type = application/octet-stream 236 svn:mime-type = application/octet-stream 244 Added: svn:mime-type 257 svn:mime-type = application/octet-stream
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
VCard.java | 355 * 'image/jpeg' will be used as MIME type. 364 * Specify the bytes for the avatar to use as well as the mime type. 367 * @param mimeType the mime type of the avatar. 386 * @param mimeType the MIME type of the image 424 * Returns the MIME Type of the avatar or null if none is set 426 * @return the MIME Type of the avatar or null
|
Completed in 1733 milliseconds
<<21222324252627282930>>