/frameworks/av/media/libmediaplayerservice/ |
Crypto.cpp | 130 bool Crypto::requiresSecureDecoderComponent(const char *mime) const { 141 return mPlugin->requiresSecureDecoderComponent(mime);
|
/frameworks/av/media/libstagefright/ |
FileSource.cpp | 130 sp<DecryptHandle> FileSource::DrmInitialization(const char *mime) { 141 mFd, mOffset, mLength, mime);
|
/frameworks/base/core/java/android/provider/ |
Applications.java | 56 * The MIME type for a single application item. 62 * The MIME type for a list of application items.
|
/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.
|
/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/icu4c/data/mappings/ |
ucmcore.mk | 3 # A list of UCM's to build for core MIME/Unix/Windows encodings
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.h | 54 MIMEType:(NSString *)MIME
|
/frameworks/av/cmds/stagefright/ |
stream.cpp | 173 const char *mime; local 174 CHECK(meta->findCString(kKeyMIMEType, &mime)); 176 if (strncasecmp("video/", mime, 6) && strncasecmp("audio/", mime, 6)) {
|
/frameworks/av/drm/drmserver/ |
DrmManagerService.cpp | 203 int uniqueId, int fd, off64_t offset, off64_t length, const char* mime) { 206 return mDrmManager->openDecryptSession(uniqueId, fd, offset, length, mime); 213 int uniqueId, const char* uri, const char* mime) { 216 return mDrmManager->openDecryptSession(uniqueId, uri, mime);
|
/frameworks/av/drm/libdrmframework/ |
DrmManagerClientImpl.cpp | 259 off64_t length, const char* mime) { 262 uniqueId, fd, offset, length, mime); 266 int uniqueId, const char* uri, const char* mime) { 270 handle = getDrmManagerService()->openDecryptSession(uniqueId, uri, mime);
|
/frameworks/av/include/media/stagefright/ |
MediaExtractor.h | 32 const sp<DataSource> &source, const char *mime = NULL);
|
/frameworks/av/media/libstagefright/include/ |
ChromiumHTTPDataSource.h | 46 virtual sp<DecryptHandle> DrmInitialization(const char *mime);
|
ID3.h | 45 const void *getAlbumArt(size_t *length, String8 *mime) const;
|
/libcore/luni/src/main/java/java/net/ |
URLEncoder.java | 27 * {@code application/x-www-form-urlencoded} MIME content type.
|
/packages/apps/Email/src/org/apache/james/mime4j/ |
MimeStreamParser.java | 34 * Parses MIME (or RFC822) message streams of bytes or characters and reports
43 * parser.parse(new BufferedInputStream(new FileInputStream("mime.msg")));
81 * Parses a stream of bytes containing a MIME message.
88 is = new LoggingInputStream(is, "MIME", true);
|
/cts/tests/tests/media/src/android/media/cts/ |
DecoderTest.java | 108 String mime = format.getString(MediaFormat.KEY_MIME); local 109 assertTrue("not an audio file", mime.startsWith("audio/")); 111 codec = MediaCodec.createDecoderByType(mime);
|
/external/chromium/chrome/browser/chromeos/ |
gview_request_interceptor_unittest.cc | 31 // interceptor, the mime type of the first request must be one of 32 // the supported viewable mime types. So when the net::URLRequestJob 34 // content, return an appropraite mime type. Otherwise, return
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MultipartMimeContentImpl.java | 21 * Content list for multipart mime content type. 79 * unpack a multipart mime packet and return a list of content packets. 145 throw new ParseException("Invalid Multipart mime format", 0);
|
/external/webkit/Source/WebKit/win/ |
WebResource.cpp | 133 /* [retval][out] */ BSTR *mime) 135 if (!mime) { 140 *mime = BString(m_mimeType).release();
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/ |
PluginInfoStore.cpp | 163 // We found a supported extension, set the correct MIME type. 197 // First, check if we can get the plug-in based on its MIME type. 211 // Finally, try to get the MIME type from the extension in a platform specific manner and use that.
|