Searched
full:mime (Results
326 -
350 of
1812) sorted by null
<<11121314151617181920>>
/external/chromium_org/content/common/ |
pepper_plugin_list.cc | 36 // *1( LWS + ";" + LWS + <mime-type> ) 43 DLOG(ERROR) << "Required mime-type not found";
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/ |
lighttpd.conf | 34 # Use the "Content-Type" extended attribute to obtain mime type if possible 84 # to override mime type for wrong-content-type.manifest.
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebDragData.h | 55 // String data with an associated MIME type. Depending on the MIME type, there may be
|
/external/chromium_org/webkit/common/ |
resource_response_info.h | 37 // The mime type of the response. This may be a derived value. 41 // response's mime type. This may be a derived value.
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransferRequest.java | 78 * Returns the mime-type of the file.
80 * @return Returns the mime-type of the file.
|
/frameworks/av/drm/libdrmframework/include/ |
DrmManager.h | 113 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime); 115 DecryptHandle* openDecryptSession(int uniqueId, const char* uri, const char* mime);
|
DrmManagerService.h | 100 int uniqueId, int fd, off64_t offset, off64_t length, const char *mime); 103 int uniqueId, const char* uri, const char* mime);
|
/frameworks/av/media/libstagefright/ |
AudioPlayer.cpp | 114 const char *mime; local 115 bool success = format->findCString(kKeyMIMEType, &mime); 117 CHECK(useOffload() || !strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW)); 136 if (mapMimeToAudioFormat(audioFormat, mime) != OK) { 137 ALOGE("Couldn't map mime type \"%s\" to a valid AudioSystem::audio_format", mime); 140 ALOGV("Mime type \"%s\" mapped to audio_format 0x%x", mime, audioFormat);
|
FileSource.cpp | 130 sp<DecryptHandle> FileSource::DrmInitialization(const char *mime) { 141 mFd, mOffset, mLength, mime);
|
/frameworks/base/docs/html/training/contacts-provider/ |
modify-data.jd | 88 Set the MIME type to {@link android.provider.ContactsContract.RawContacts#CONTENT_TYPE 95 // Sets the MIME type to match the Contacts Provider 159 Contacts.CONTENT_LOOKUP_URI} and the MIME type 188 Contacts.CONTENT_LOOKUP_URI} and the MIME type to 190 Contacts.CONTENT_ITEM_TYPE} MIME type; because a call to 192 {@link android.content.Intent}, you must set the data and the MIME type at the same time. 285 address for an existing contact. Set the MIME type for this intent to 299 // Sets the MIME type
|
/frameworks/base/drm/java/android/drm/ |
DrmInfoStatus.java | 53 * The MIME type of the content. Must not be null or an empty string. 72 * @param mimeType The MIME type.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
parser.py | 5 """A parser of RFC 2822 and MIME email messages.""" 20 """Parser of RFC 2822 and MIME email messages.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_38.txt | 0 MIME-Version: 1.0 33 This will, I'm sure, cause much breakage of MIME parsers. But, as
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
parser.py | 5 """A parser of RFC 2822 and MIME email messages.""" 20 """Parser of RFC 2822 and MIME email messages.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_38.txt | 0 MIME-Version: 1.0 33 This will, I'm sure, cause much breakage of MIME parsers. But, as
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotePadProvider.java | 326 * Returns the MIME data type of the URI given as a parameter. 328 * @param uri The URI whose MIME type is desired. 329 * @return The MIME type of the URI. 336 * Chooses the MIME type based on the incoming URI pattern 357 * This describes the MIME types that are supported for opening a note 368 * @param mimeTypeFilter The MIME type to check for. This method only returns a data stream 369 * type for MIME types that match the filter. Currently, only text/plain MIME types match. 370 * @return a data stream MIME type. Currently, only text/plan is returned. 386 // If the pattern is for note IDs and the MIME filter is text/plain, then retur [all...] |
/external/chromium/chrome/browser/ui/download/ |
download_tab_helper.cc | 51 // file name sanitation and extension / mime checking.
|
/external/chromium/chrome/browser/ui/views/ |
shell_dialogs_win_unittest.cc | 15 // Known extensions, with or without associated MIME types, should not get
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
user_image_source.cc | 50 // We need to explicitly return a mime type, otherwise if the user tries to
|
/external/chromium/chrome/browser/ui/webui/ |
thumbnail_source.cc | 37 // We need to explicitly return a mime type, otherwise if the user tries to
|
/external/chromium/net/proxy/ |
proxy_script_fetcher_impl.cc | 34 // Returns true if |mime_type| is one of the known PAC mime type. 217 // NOTE about mime types: We do not enforce mime types on PAC files. 223 VLOG(1) << "Fetched PAC script does not have a proper mime type: "
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
drag_util.mm | 38 // Check whether there is a plugin that supports the mime type. (e.g. PDF)
|
/external/chromium_org/chrome/browser/webdata/ |
web_intents_table.h | 32 // type MIME type of data accepted by the service.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
info.html | 42 <th>Mime Type</th>
|
/external/chromium_org/chrome/installer/linux/common/ |
wrapper | 22 # exist; some systems have bugs in xdg-mime that make it fail without it.
|
Completed in 1850 milliseconds
<<11121314151617181920>>