Searched refs:encoding (Results 226 - 250 of 2143) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dmimetypes.py5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
98 Return value is a tuple (type, encoding) where type is None if
101 header; and encoding is None for no encoding or the name of
133 return type, None # never compressed, so encoding is None
138 encoding = self.encodings_map[ext]
141 encoding = None
144 return types_map[ext], encoding
146 return types_map[ext.lower()], encoding
148 return None, encoding
[all...]
H A Dcodecs.py90 return "<%s.%s object for encoding %s at 0x%x>" % (self.__class__.__module__, self.__class__.__name__, self.name, id(self))
105 decoding and '?' on encoding.
107 character reference (only for encoding).
109 (only for encoding).
124 make encoding/decoding efficient.
147 make encoding/decoding efficient.
315 # interfaces which can be used to implement new encoding submodules
339 sequences (only for encoding).
448 definition of the encoding and the given size, e.g. if
449 optional encoding ending
649 encoding = 'unknown' variable in class:StreamReaderWriter
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dmimetypes.py5 guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
98 Return value is a tuple (type, encoding) where type is None if
101 header; and encoding is None for no encoding or the name of
133 return type, None # never compressed, so encoding is None
138 encoding = self.encodings_map[ext]
141 encoding = None
144 return types_map[ext], encoding
146 return types_map[ext.lower()], encoding
148 return None, encoding
[all...]
H A Dcodecs.py90 return "<%s.%s object for encoding %s at 0x%x>" % (self.__class__.__module__, self.__class__.__name__, self.name, id(self))
105 decoding and '?' on encoding.
107 character reference (only for encoding).
109 (only for encoding).
124 make encoding/decoding efficient.
147 make encoding/decoding efficient.
315 # interfaces which can be used to implement new encoding submodules
339 sequences (only for encoding).
448 definition of the encoding and the given size, e.g. if
449 optional encoding ending
649 encoding = 'unknown' variable in class:StreamReaderWriter
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcodecs.py90 return "<%s.%s object for encoding %s at 0x%x>" % (self.__class__.__module__, self.__class__.__name__, self.name, id(self))
105 decoding and '?' on encoding.
107 character reference (only for encoding).
109 (only for encoding).
124 make encoding/decoding efficient.
147 make encoding/decoding efficient.
315 # interfaces which can be used to implement new encoding submodules
339 sequences (only for encoding).
448 definition of the encoding and the given size, e.g. if
449 optional encoding ending
649 encoding = 'unknown' variable in class:StreamReaderWriter
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcodecs.py90 return "<%s.%s object for encoding %s at 0x%x>" % (self.__class__.__module__, self.__class__.__name__, self.name, id(self))
105 decoding and '?' on encoding.
107 character reference (only for encoding).
109 (only for encoding).
124 make encoding/decoding efficient.
147 make encoding/decoding efficient.
315 # interfaces which can be used to implement new encoding submodules
339 sequences (only for encoding).
448 definition of the encoding and the given size, e.g. if
449 optional encoding ending
649 encoding = 'unknown' variable in class:StreamReaderWriter
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A Dtest_parser.py167 encoding = tokenize.detect_encoding(fp.readline)[0]
168 self.assertTrue(encoding is not None,
169 "can't detect encoding for %s" % filepath)
172 source = source.decode(encoding)
175 if diff(filepath, new, encoding):
201 <?xml version="1.0" encoding="UTF-8"?>
217 def diff(fn, result, encoding):
220 f.write(result.encode(encoding))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A Dtest_parser.py167 encoding = tokenize.detect_encoding(fp.readline)[0]
168 self.assertTrue(encoding is not None,
169 "can't detect encoding for %s" % filepath)
172 source = source.decode(encoding)
175 if diff(filepath, new, encoding):
201 <?xml version="1.0" encoding="UTF-8"?>
217 def diff(fn, result, encoding):
220 f.write(result.encode(encoding))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/hdlc/
H A Dioctl.h51 unsigned short encoding; member in struct:__anon2938
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/hdlc/
H A Dioctl.h51 unsigned short encoding; member in struct:__anon4855
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
H A Dformat.h35 /** Represents the type of encoding used in a stream or accepted by a sink. \since 1.0 */
38 /**< Any encoding format, PCM or compressed */
56 /**< Valid encoding types must be less than this value */
59 /**< Represents an invalid encoding */
62 /** Returns a printable string representing the given encoding type. \since 1.0 */
66 pa_encoding_t pa_encoding_from_string(const char *encoding);
70 pa_encoding_t encoding; member in struct:pa_format_info
71 /**< The encoding used for the format */
74 /**< Additional encoding-specific properties such as sample rate, bitrate, etc. */
77 /** Allocates a new \a pa_format_info structure. Clients must initialise at least the encoding fiel
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_charmapcodec.py17 def codec_search_function(encoding):
18 if encoding == 'testcodec':
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_charmapcodec.py17 def codec_search_function(encoding):
18 if encoding == 'testcodec':
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_charmapcodec.py17 def codec_search_function(encoding):
18 if encoding == 'testcodec':
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_charmapcodec.py17 def codec_search_function(encoding):
18 if encoding == 'testcodec':
/prebuilts/ndk/current/sources/cxx-stl/gabi++/src/
H A Ddwarf_helper.cc144 uint8_t encoding) {
146 if (encoding == DW_EH_PE_omit) {
151 switch (encoding & 0x0F) {
191 switch (encoding & 0x70) {
205 if (result && (encoding & DW_EH_PE_indirect)) {
143 readEncodedPointer(const uint8_t** data, uint8_t encoding) argument
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
H A Ddwarf_helper.cc144 uint8_t encoding) {
146 if (encoding == DW_EH_PE_omit) {
151 switch (encoding & 0x0F) {
191 switch (encoding & 0x70) {
205 if (result && (encoding & DW_EH_PE_indirect)) {
143 readEncodedPointer(const uint8_t** data, uint8_t encoding) argument
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
H A Ddwarf_helper.cc144 uint8_t encoding) {
146 if (encoding == DW_EH_PE_omit) {
151 switch (encoding & 0x0F) {
191 switch (encoding & 0x70) {
205 if (result && (encoding & DW_EH_PE_indirect)) {
143 readEncodedPointer(const uint8_t** data, uint8_t encoding) argument
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DIOBinding.py29 # what encoding to use
39 encoding = "ascii" variable
42 # a portable encoding name, we need to find the code page
44 encoding = locale.getdefaultlocale()[1] variable
45 codecs.lookup(encoding)
54 encoding = locale.nl_langinfo(locale.CODESET) variable
55 if encoding is None or encoding is '':
57 encoding = 'ascii' variable
58 codecs.lookup(encoding)
64 encoding = locale.getdefaultlocale()[1] variable
67 encoding = 'ascii' variable
72 encoding = encoding.lower() variable
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DIOBinding.py29 # what encoding to use
39 encoding = "ascii" variable
42 # a portable encoding name, we need to find the code page
44 encoding = locale.getdefaultlocale()[1] variable
45 codecs.lookup(encoding)
54 encoding = locale.nl_langinfo(locale.CODESET) variable
55 if encoding is None or encoding is '':
57 encoding = 'ascii' variable
58 codecs.lookup(encoding)
64 encoding = locale.getdefaultlocale()[1] variable
67 encoding = 'ascii' variable
72 encoding = encoding.lower() variable
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DIOBinding.py29 # what encoding to use
39 encoding = "ascii" variable
42 # a portable encoding name, we need to find the code page
44 encoding = locale.getdefaultlocale()[1] variable
45 codecs.lookup(encoding)
54 encoding = locale.nl_langinfo(locale.CODESET) variable
55 if encoding is None or encoding is '':
57 encoding = 'ascii' variable
58 codecs.lookup(encoding)
64 encoding = locale.getdefaultlocale()[1] variable
67 encoding = 'ascii' variable
72 encoding = encoding.lower() variable
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DIOBinding.py29 # what encoding to use
39 encoding = "ascii" variable
42 # a portable encoding name, we need to find the code page
44 encoding = locale.getdefaultlocale()[1] variable
45 codecs.lookup(encoding)
54 encoding = locale.nl_langinfo(locale.CODESET) variable
55 if encoding is None or encoding is '':
57 encoding = 'ascii' variable
58 codecs.lookup(encoding)
64 encoding = locale.getdefaultlocale()[1] variable
67 encoding = 'ascii' variable
72 encoding = encoding.lower() variable
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/json/
H A Ddecoder.py65 def py_scanstring(s, end, encoding=None, strict=True,
75 if encoding is None:
76 encoding = DEFAULT_ENCODING
90 content = unicode(content, encoding)
149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
176 key, end = scanstring(s, end, encoding, strict)
303 def __init__(self, encoding=None, object_hook=None, parse_float=None,
306 """``encoding`` determines the encoding used to interpret any ``str``
348 self.encoding
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/json/
H A Ddecoder.py65 def py_scanstring(s, end, encoding=None, strict=True,
75 if encoding is None:
76 encoding = DEFAULT_ENCODING
90 content = unicode(content, encoding)
149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
176 key, end = scanstring(s, end, encoding, strict)
303 def __init__(self, encoding=None, object_hook=None, parse_float=None,
306 """``encoding`` determines the encoding used to interpret any ``str``
348 self.encoding
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
H A Ddecoder.py65 def py_scanstring(s, end, encoding=None, strict=True,
75 if encoding is None:
76 encoding = DEFAULT_ENCODING
90 content = unicode(content, encoding)
149 def JSONObject(s_and_end, encoding, strict, scan_once, object_hook,
176 key, end = scanstring(s, end, encoding, strict)
303 def __init__(self, encoding=None, object_hook=None, parse_float=None,
306 """``encoding`` determines the encoding used to interpret any ``str``
348 self.encoding
[all...]

Completed in 1154 milliseconds

1234567891011>>