HomeSort by relevance Sort by last modified time
    Searched defs:mime (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libbrillo/brillo/
mime_utils.h 17 namespace mime { namespace in namespace:brillo
20 // Main MIME type categories
31 // Common MIME parameters
36 // Common image MIME types
45 // Common text MIME types
52 // Common application MIME types
64 // Common multipart MIME types
73 // Combine a MIME type, subtype and parameters into a MIME string.
81 // Splits a MIME string into type and subtype
    [all...]
  /frameworks/av/media/libmedia/
IMediaExtractorService.cpp 41 virtual sp<IMediaExtractor> makeExtractor(const sp<IDataSource> &source, const char *mime) {
45 if (mime != NULL) {
46 data.writeCString(mime);
75 const char *mime = data.readCString(); local
76 sp<IMediaExtractor> ex = makeExtractor(source, mime);
IDataSource.cpp 90 virtual sp<DecryptHandle> DrmInitialization(const char *mime) {
93 if (mime == NULL) {
97 data.writeCString(mime);
174 const char *mime = NULL; local
177 mime = data.readCString();
179 sp<DecryptHandle> handle = DrmInitialization(mime);
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
__init__.py 40 'mime',
104 # email.MIME<old name> -> email.mime.<new name is lowercased old name>
120 import email.mime
122 importer = LazyImporter('mime.' + _name.lower())
123 sys.modules['email.MIME' + _name] = importer
124 setattr(sys.modules['email'], 'MIME' + _name, importer)
125 setattr(sys.modules['email.mime'], _name, importer)
118 import email.mime namespace
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
__init__.py 40 'mime',
104 # email.MIME<old name> -> email.mime.<new name is lowercased old name>
120 import email.mime
122 importer = LazyImporter('mime.' + _name.lower())
123 sys.modules['email.MIME' + _name] = importer
124 setattr(sys.modules['email'], 'MIME' + _name, importer)
125 setattr(sys.modules['email.mime'], _name, importer)
118 import email.mime namespace
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
__init__.py 40 'mime',
104 # email.MIME<old name> -> email.mime.<new name is lowercased old name>
120 import email.mime
122 importer = LazyImporter('mime.' + _name.lower())
123 sys.modules['email.MIME' + _name] = importer
124 setattr(sys.modules['email'], 'MIME' + _name, importer)
125 setattr(sys.modules['email.mime'], _name, importer)
118 import email.mime namespace
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
__init__.py 40 'mime',
104 # email.MIME<old name> -> email.mime.<new name is lowercased old name>
120 import email.mime
122 importer = LazyImporter('mime.' + _name.lower())
123 sys.modules['email.MIME' + _name] = importer
124 setattr(sys.modules['email'], 'MIME' + _name, importer)
125 setattr(sys.modules['email.mime'], _name, importer)
118 import email.mime namespace
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 100 String8 mime; local
101 const void *data = tag.getAlbumArt(&dataSize, &mime);
104 printf("found album art: size=%zu mime='%s'\n", dataSize,
105 mime.string());
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.3.2/
httpmime-4.3.2.jar 
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 40 const char *mime; local
41 CHECK(meta->findCString(kKeyMIMEType, &mime));
43 mIsAudio = !strncasecmp(mime, "audio/", 6);
119 AString mime = tmp; local
121 ALOGI("MediaPuller(%s) stopping.", mime.c_str());
123 ALOGI("MediaPuller(%s) stopped.", mime.c_str());
  /frameworks/wilhelm/tests/listening/
seekTorture.c 60 SLDataFormat_MIME mime; local
65 mime.formatType = SL_DATAFORMAT_MIME;
66 mime.mimeType = (SLchar *) NULL;
67 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
69 audiosrc.pFormat = &mime;
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayStreamType.cpp 59 SLDataFormat_MIME mime; local
118 mime.formatType = SL_DATAFORMAT_MIME;
119 /* this is how ignored mime information is specified, according to OpenSL ES spec
121 mime.mimeType = (SLchar*)NULL;
122 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
124 audioSource.pFormat = (void*)&mime;
slesTestPlayUri2.cpp 74 SLDataFormat_MIME mime; local
127 mime.formatType = SL_DATAFORMAT_MIME;
128 /* this is how ignored mime information is specified, according to OpenSL ES spec
130 mime.mimeType = (SLchar*)NULL;
131 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
133 audioSource.pFormat = (void *)&mime;
slesTest_playStates.cpp 58 SLDataFormat_MIME mime; local
112 mime.formatType = SL_DATAFORMAT_MIME;
113 /* this is how ignored mime information is specified, according to OpenSL ES spec
115 mime.mimeType = (SLchar*)NULL;
116 mime.containerType = SL_CONTAINERTYPE_UNSPECIFIED;
118 audioSource.pFormat = (void*)&mime;
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
CharsetUtil.java 45 * MIME character set names and to get a list of known aliases.
51 * <td>MIME preferred</td>
799 private String mime = null; field in class:CharsetUtil.Charset
802 private Charset(String canonical, String mime, String[] aliases) {
804 this.mime = mime;
    [all...]
  /packages/services/Telephony/src/org/apache/james/mime4j/util/
CharsetUtil.java 45 * MIME character set names and to get a list of known aliases.
51 * <td>MIME preferred</td>
799 private String mime = null; field in class:CharsetUtil.Charset
802 private Charset(String canonical, String mime, String[] aliases) {
804 this.mime = mime;
    [all...]
  /cts/tests/tests/drm/src/android/drm/cts/
DrmSupportInfoTest.java 130 fail("Mime type '" + mimeType + "' was accepted for DrmSupportInfo");
141 String mime = (String) mimes.next(); local
142 assertEquals(mime, mimeType);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
batch.py 6 import email.mime.multipart as mime_multipart namespace
7 import email.mime.nonmultipart as mime_nonmultipart namespace
317 # Serialize the mime message.
  /external/jetty/src/java/org/eclipse/jetty/client/
ContentExchange.java 86 String mime = StringUtil.asciiToLowerCase(value.toString()); local
87 int i = mime.indexOf("charset=");
90 _encoding = mime.substring(i + 8);
  /external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
Decoder.java 21 package org.ksoap2.kobjects.mime;
  /external/libmicrohttpd/src/examples/
spdy_fileserver.c 45 #define GET_MIME_TYPE(fname, mime) do {\
49 (mime) = strdup("application/octet-stream");\
50 printf("MIME for %s is applic...\n", (fname));\
54 if(0 == strcmp(__ext, "jpg")) (mime) = strdup("image/jpeg");\
55 else if(0 == strcmp(__ext, "png")) (mime) = strdup("image/png");\
56 else if(0 == strcmp(__ext, "css")) (mime) = strdup("text/css");\
57 else if(0 == strcmp(__ext, "gif")) (mime) = strdup("image/gif");\
58 else if(0 == strcmp(__ext, "htm")) (mime) = strdup("text/html");\
61 (mime) = strdup("application/octet-stream");\
62 printf("MIME for %s is applic...\n", (fname));
167 char *mime=NULL; local
    [all...]

Completed in 984 milliseconds

1 2 3 4 5 6 7 8 9