Searched defs:the (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
H A Dbz2_codec.py3 Unlike most of the other codecs which target Unicode, this codec
11 import bz2 # this codec needs the optional bz2 module ! namespace
17 """ Encodes the object input and returns a tuple (output
20 errors defines the error handling to apply. It defaults to
21 'strict' handling which is the only currently supported
31 """ Decodes the object input and returns a tuple (output
34 input must be an object which provides the bf_getreadbuf
38 errors defines the error handling to apply. It defaults to
39 'strict' handling which is the only currently supported
H A Dzlib_codec.py3 Unlike most of the other codecs which target Unicode, this codec
10 import zlib # this codec needs the optional zlib module ! namespace
16 """ Encodes the object input and returns a tuple (output
19 errors defines the error handling to apply. It defaults to
20 'strict' handling which is the only currently supported
30 """ Decodes the object input and returns a tuple (output
33 input must be an object which provides the bf_getreadbuf
37 errors defines the error handling to apply. It defaults to
38 'strict' handling which is the only currently supported
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/
H A Dbz2_codec.py3 Unlike most of the other codecs which target Unicode, this codec
11 import bz2 # this codec needs the optional bz2 module ! namespace
17 """ Encodes the object input and returns a tuple (output
20 errors defines the error handling to apply. It defaults to
21 'strict' handling which is the only currently supported
31 """ Decodes the object input and returns a tuple (output
34 input must be an object which provides the bf_getreadbuf
38 errors defines the error handling to apply. It defaults to
39 'strict' handling which is the only currently supported
H A Dzlib_codec.py3 Unlike most of the other codecs which target Unicode, this codec
10 import zlib # this codec needs the optional zlib module ! namespace
16 """ Encodes the object input and returns a tuple (output
19 errors defines the error handling to apply. It defaults to
20 'strict' handling which is the only currently supported
30 """ Decodes the object input and returns a tuple (output
33 input must be an object which provides the bf_getreadbuf
37 errors defines the error handling to apply. It defaults to
38 'strict' handling which is the only currently supported
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
H A Dbz2_codec.py3 Unlike most of the other codecs which target Unicode, this codec
11 import bz2 # this codec needs the optional bz2 module ! namespace
17 """ Encodes the object input and returns a tuple (output
20 errors defines the error handling to apply. It defaults to
21 'strict' handling which is the only currently supported
31 """ Decodes the object input and returns a tuple (output
34 input must be an object which provides the bf_getreadbuf
38 errors defines the error handling to apply. It defaults to
39 'strict' handling which is the only currently supported
H A Dzlib_codec.py3 Unlike most of the other codecs which target Unicode, this codec
10 import zlib # this codec needs the optional zlib module ! namespace
16 """ Encodes the object input and returns a tuple (output
19 errors defines the error handling to apply. It defaults to
20 'strict' handling which is the only currently supported
30 """ Decodes the object input and returns a tuple (output
33 input must be an object which provides the bf_getreadbuf
37 errors defines the error handling to apply. It defaults to
38 'strict' handling which is the only currently supported
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
H A Dbz2_codec.py3 Unlike most of the other codecs which target Unicode, this codec
11 import bz2 # this codec needs the optional bz2 module ! namespace
17 """ Encodes the object input and returns a tuple (output
20 errors defines the error handling to apply. It defaults to
21 'strict' handling which is the only currently supported
31 """ Decodes the object input and returns a tuple (output
34 input must be an object which provides the bf_getreadbuf
38 errors defines the error handling to apply. It defaults to
39 'strict' handling which is the only currently supported
H A Dzlib_codec.py3 Unlike most of the other codecs which target Unicode, this codec
10 import zlib # this codec needs the optional zlib module ! namespace
16 """ Encodes the object input and returns a tuple (output
19 errors defines the error handling to apply. It defaults to
20 'strict' handling which is the only currently supported
30 """ Decodes the object input and returns a tuple (output
33 input must be an object which provides the bf_getreadbuf
37 errors defines the error handling to apply. It defaults to
38 'strict' handling which is the only currently supported
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dcookielib.py4 HTTP::Cookies, from the libwww-perl library.
6 Docstrings, comments and debug strings in this code refer to the
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
10 Class diagram (note that BSDDBCookieJar and the MSIE* classes are not
11 distributed with the Python standard library, but are available from
37 import httplib # only for the default HTTP port namespace
40 debug = False # set to True to enable debugging via the logging module
54 MISSING_FILENAME_TEXT = ("a filename was not supplied (nor was the CookieJar "
89 If the function is called without an argument, it will use the curren
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dcookielib.py4 HTTP::Cookies, from the libwww-perl library.
6 Docstrings, comments and debug strings in this code refer to the
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
10 Class diagram (note that BSDDBCookieJar and the MSIE* classes are not
11 distributed with the Python standard library, but are available from
37 import httplib # only for the default HTTP port namespace
40 debug = False # set to True to enable debugging via the logging module
54 MISSING_FILENAME_TEXT = ("a filename was not supplied (nor was the CookieJar "
89 If the function is called without an argument, it will use the curren
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcookielib.py4 HTTP::Cookies, from the libwww-perl library.
6 Docstrings, comments and debug strings in this code refer to the
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
10 Class diagram (note that BSDDBCookieJar and the MSIE* classes are not
11 distributed with the Python standard library, but are available from
37 import httplib # only for the default HTTP port namespace
40 debug = False # set to True to enable debugging via the logging module
54 MISSING_FILENAME_TEXT = ("a filename was not supplied (nor was the CookieJar "
89 If the function is called without an argument, it will use the curren
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcookielib.py4 HTTP::Cookies, from the libwww-perl library.
6 Docstrings, comments and debug strings in this code refer to the
7 attributes of the HTTP cookie system as cookie-attributes, to distinguish
10 Class diagram (note that BSDDBCookieJar and the MSIE* classes are not
11 distributed with the Python standard library, but are available from
37 import httplib # only for the default HTTP port namespace
40 debug = False # set to True to enable debugging via the logging module
54 MISSING_FILENAME_TEXT = ("a filename was not supplied (nor was the CookieJar "
89 If the function is called without an argument, it will use the curren
[all...]

Completed in 858 milliseconds