HomeSort by relevance Sort by last modified time
    Searched full:mime (Results 26 - 50 of 1798) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/
image.py 5 """Class representing image/* type MIME documents."""
12 from email.mime.nonmultipart import MIMENonMultipart
18 """Class for generating image/* type MIME documents."""
22 """Create an image/* type MIME document.
44 raise TypeError('Could not guess image MIME subtype')
message.py 5 """Class representing message/* MIME documents."""
10 from email.mime.nonmultipart import MIMENonMultipart
16 """Class representing message/* MIME documents."""
19 """Create a message/* type MIME document.
25 default is "rfc822" (this is defined by the MIME standard, even though
multipart.py 5 """Base class for MIME multipart/* type messages."""
9 from email.mime.base import MIMEBase
15 """Base class for MIME multipart/* type messages."""
22 Content-Type and MIME-Version headers.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/
image.py 5 """Class representing image/* type MIME documents."""
12 from email.mime.nonmultipart import MIMENonMultipart
18 """Class for generating image/* type MIME documents."""
22 """Create an image/* type MIME document.
44 raise TypeError('Could not guess image MIME subtype')
message.py 5 """Class representing message/* MIME documents."""
10 from email.mime.nonmultipart import MIMENonMultipart
16 """Class representing message/* MIME documents."""
19 """Create a message/* type MIME document.
25 default is "rfc822" (this is defined by the MIME standard, even though
multipart.py 5 """Base class for MIME multipart/* type messages."""
9 from email.mime.base import MIMEBase
15 """Base class for MIME multipart/* type messages."""
22 Content-Type and MIME-Version headers.
  /frameworks/base/core/java/android/webkit/
MimeTypeMap.java 24 * Two-way map that maps MIME-types to file extensions and vice versa.
28 * class and {@code URLConnection} share the same MIME-type database.
74 * Return true if the given MIME type has an entry in the map.
75 * @param mimeType A MIME type (i.e. text/plain)
83 * Return the MIME type for the given extension.
85 * @return The MIME type for the given extension or null iff there is none.
97 * Return true if the given extension has a registered MIME type.
106 * Return the registered extension for the given MIME type. Note that some
107 * MIME types map to multiple extensions. This call will return the most
108 * common extension for the given MIME type
    [all...]
  /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
  /external/chromium/base/
mime_util.h 15 // Gets the mime type for a file based on its filename. The file path does not
18 // If the mime type is unknown, this will return application/octet-stream.
21 // Get the mime type for a byte vector.
31 // Gets the file name for an icon given the mime type and icon pixel size.
  /external/chromium_org/base/nix/
mime_util_xdg.h 19 // Gets the mime type for a file based on its filename. The file path does not
22 // If the mime type is unknown, this will return application/octet-stream.
25 // Get the mime type for a byte vector.
33 // Gets the file name for an icon given the mime type and icon pixel size.
  /external/chromium_org/ppapi/examples/printing/
README.txt 2 associate the plugin with a MIME type your server returns.
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/extension_mime_handler/
manifest.json 5 "description": "Tests NaCl MIME type handling capabilities.",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_18.txt 2 MIME-Version: 1.0
msg_31.txt 2 MIME-Version: 1.0
msg_40.txt 0 MIME-Version: 1.0
msg_41.txt 5 MIME-Version: 1.0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_18.txt 2 MIME-Version: 1.0
msg_31.txt 2 MIME-Version: 1.0
msg_40.txt 0 MIME-Version: 1.0
msg_41.txt 5 MIME-Version: 1.0
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSource.cpp 37 const char *mime; local
38 CHECK(mediaSource->getFormat()->findCString(kKeyMIMEType, &mime));
39 if (strcasecmp(mime, MEDIA_MIMETYPE_TEXT_3GPP) == 0) {
42 ALOGE("Unsupported mime type for subtitle. : %s", mime);
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 60 *.txt = svn:mime-type=text/plain;svn:eol-style=native
61 *.java = svn:eol-style=native;svn:mime-type=text/plain;;charset=utf-8
63 *.html = svn:eol-style=native;svn:mime-type=text/html
64 *.htm = svn:eol-style=native;svn:mime-type=text/html
70 *.png = svn:mime-type=image/png
71 *.jpeg = svn:mime-type=image/jpeg
72 *.jpg = svn:mime-type=image/jpeg
73 *.bin = svn:mime-type=application/octet-stream
74 *.brk = svn:mime-type=application/octet-stream
75 *.cnv = svn:mime-type=application/octet-strea
    [all...]
  /external/icu4c/tools/
icu-svnprops-check.py 60 *.txt = svn:mime-type=text/plain;svn:eol-style=native
61 *.java = svn:eol-style=native;svn:mime-type=text/plain;;charset=utf-8
63 *.html = svn:eol-style=native;svn:mime-type=text/html
64 *.htm = svn:eol-style=native;svn:mime-type=text/html
70 *.png = svn:mime-type=image/png
71 *.jpeg = svn:mime-type=image/jpeg
72 *.jpg = svn:mime-type=image/jpeg
73 *.bin = svn:mime-type=application/octet-stream
74 *.brk = svn:mime-type=application/octet-stream
75 *.cnv = svn:mime-type=application/octet-strea
    [all...]
  /external/chromium/net/base/
mime_util.h 17 // Get the mime type (if any) that is associated with the given file extension.
18 // Returns true if a corresponding mime type exists.
22 // Get the mime type (if any) that is associated with the given file. Returns
23 // true if a corresponding mime type exists.
26 // Get the preferred extension (if any) associated with the given mime type.
32 // Check to see if a particular MIME type is in our list.
38 // Get whether this mime type should be displayed in view-source mode.
45 // Returns true if this the mime_type_pattern matches a given mime-type.
46 // Checks for absolute matching and wildcards. mime-types should be in
63 // Check to see if a particular MIME type is in our list which only supports
    [all...]

Completed in 1577 milliseconds

12 3 4 5 6 7 8 91011>>