Home
last modified time | relevance | path

Searched defs:errors (Results 1 – 25 of 212) sorted by relevance

123456789

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_codecsmodule.c91 const char *errors = NULL; in codec_encode() local
125 const char *errors = NULL; in codec_decode() local
164 const char *errors = NULL; in escape_decode() local
180 const char *errors = NULL; in escape_encode() local
211 const char *errors = NULL; in unicode_internal_decode() local
237 const char *errors = NULL; in utf_7_decode() local
260 const char *errors = NULL; in utf_8_decode() local
283 const char *errors = NULL; in utf_16_decode() local
306 const char *errors = NULL; in utf_16_le_decode() local
330 const char *errors = NULL; in utf_16_be_decode() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_codecsmodule.c91 const char *errors = NULL; in codec_encode() local
125 const char *errors = NULL; in codec_decode() local
164 const char *errors = NULL; in escape_decode() local
180 const char *errors = NULL; in escape_encode() local
211 const char *errors = NULL; in unicode_internal_decode() local
237 const char *errors = NULL; in utf_7_decode() local
260 const char *errors = NULL; in utf_8_decode() local
283 const char *errors = NULL; in utf_16_decode() local
306 const char *errors = NULL; in utf_16_le_decode() local
330 const char *errors = NULL; in utf_16_be_decode() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
Dutf_8_sig.py14 def encode(input, errors='strict'): argument
17 def decode(input, errors='strict'): argument
26 def __init__(self, errors='strict'): argument
48 def __init__(self, errors='strict'): argument
52 def _buffer_decode(self, input, errors, final): argument
80 def encode(self, input, errors='strict'): argument
92 def decode(self, input, errors='strict'): argument
Dutf_16.py15 def decode(input, errors='strict'): argument
19 def __init__(self, errors='strict'): argument
54 def __init__(self, errors='strict'): argument
58 def _buffer_decode(self, input, errors, final): argument
76 def __init__(self, stream, errors='strict'): argument
84 def encode(self, input, errors='strict'): argument
104 def decode(self, input, errors='strict'): argument
Dzlib_codec.py14 def zlib_encode(input,errors='strict'): argument
28 def zlib_decode(input,errors='strict'): argument
48 def encode(self, input, errors='strict'): argument
50 def decode(self, input, errors='strict'): argument
54 def __init__(self, errors='strict'): argument
70 def __init__(self, errors='strict'): argument
Dbz2_codec.py15 def bz2_encode(input,errors='strict'): argument
29 def bz2_decode(input,errors='strict'): argument
49 def encode(self, input, errors='strict'): argument
51 def decode(self, input, errors='strict'): argument
55 def __init__(self, errors='strict'): argument
71 def __init__(self, errors='strict'): argument
Dcharmap.py25 def __init__(self, errors='strict', mapping=None): argument
33 def __init__(self, errors='strict', mapping=None): argument
42 def __init__(self,stream,errors='strict',mapping=None): argument
46 def encode(self,input,errors='strict'): argument
51 def __init__(self,stream,errors='strict',mapping=None): argument
55 def decode(self,input,errors='strict'): argument
Dutf_32.py10 def decode(input, errors='strict'): argument
14 def __init__(self, errors='strict'): argument
49 def __init__(self, errors='strict'): argument
53 def _buffer_decode(self, input, errors, final): argument
100 def __init__(self, stream, errors='strict'): argument
108 def encode(self, input, errors='strict'): argument
128 def decode(self, input, errors='strict'): argument
Dbase64_codec.py13 def base64_encode(input,errors='strict'): argument
27 def base64_decode(input,errors='strict'): argument
47 def encode(self, input,errors='strict'): argument
49 def decode(self, input,errors='strict'): argument
Dhex_codec.py13 def hex_encode(input,errors='strict'): argument
27 def hex_decode(input,errors='strict'): argument
47 def encode(self, input,errors='strict'): argument
49 def decode(self, input,errors='strict'): argument
Dquopri_codec.py12 def quopri_encode(input, errors='strict'): argument
28 def quopri_decode(input, errors='strict'): argument
45 def encode(self, input,errors='strict'): argument
47 def decode(self, input,errors='strict'): argument
Duu_codec.py15 def uu_encode(input,errors='strict',filename='<data>',mode=0666): argument
44 def uu_decode(input,errors='strict'): argument
98 def encode(self,input,errors='strict'): argument
101 def decode(self,input,errors='strict'): argument
Didna.py147 def encode(self,input,errors='strict'): argument
168 def decode(self,input,errors='strict'): argument
198 def _buffer_encode(self, input, errors, final): argument
232 def _buffer_decode(self, input, errors, final): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
Dutf_8_sig.py14 def encode(input, errors='strict'): argument
17 def decode(input, errors='strict'): argument
26 def __init__(self, errors='strict'): argument
48 def __init__(self, errors='strict'): argument
52 def _buffer_decode(self, input, errors, final): argument
80 def encode(self, input, errors='strict'): argument
92 def decode(self, input, errors='strict'): argument
Dutf_16.py15 def decode(input, errors='strict'): argument
19 def __init__(self, errors='strict'): argument
54 def __init__(self, errors='strict'): argument
58 def _buffer_decode(self, input, errors, final): argument
76 def __init__(self, stream, errors='strict'): argument
84 def encode(self, input, errors='strict'): argument
104 def decode(self, input, errors='strict'): argument
Dzlib_codec.py14 def zlib_encode(input,errors='strict'): argument
28 def zlib_decode(input,errors='strict'): argument
48 def encode(self, input, errors='strict'): argument
50 def decode(self, input, errors='strict'): argument
54 def __init__(self, errors='strict'): argument
70 def __init__(self, errors='strict'): argument
Dbz2_codec.py15 def bz2_encode(input,errors='strict'): argument
29 def bz2_decode(input,errors='strict'): argument
49 def encode(self, input, errors='strict'): argument
51 def decode(self, input, errors='strict'): argument
55 def __init__(self, errors='strict'): argument
71 def __init__(self, errors='strict'): argument
Dcharmap.py25 def __init__(self, errors='strict', mapping=None): argument
33 def __init__(self, errors='strict', mapping=None): argument
42 def __init__(self,stream,errors='strict',mapping=None): argument
46 def encode(self,input,errors='strict'): argument
51 def __init__(self,stream,errors='strict',mapping=None): argument
55 def decode(self,input,errors='strict'): argument
Dutf_32.py10 def decode(input, errors='strict'): argument
14 def __init__(self, errors='strict'): argument
49 def __init__(self, errors='strict'): argument
53 def _buffer_decode(self, input, errors, final): argument
100 def __init__(self, stream, errors='strict'): argument
108 def encode(self, input, errors='strict'): argument
128 def decode(self, input, errors='strict'): argument
Dbase64_codec.py13 def base64_encode(input,errors='strict'): argument
27 def base64_decode(input,errors='strict'): argument
47 def encode(self, input,errors='strict'): argument
49 def decode(self, input,errors='strict'): argument
Dhex_codec.py13 def hex_encode(input,errors='strict'): argument
27 def hex_decode(input,errors='strict'): argument
47 def encode(self, input,errors='strict'): argument
49 def decode(self, input,errors='strict'): argument
Dquopri_codec.py12 def quopri_encode(input, errors='strict'): argument
28 def quopri_decode(input, errors='strict'): argument
45 def encode(self, input,errors='strict'): argument
47 def decode(self, input,errors='strict'): argument
Duu_codec.py15 def uu_encode(input,errors='strict',filename='<data>',mode=0666): argument
44 def uu_decode(input,errors='strict'): argument
98 def encode(self,input,errors='strict'): argument
101 def decode(self,input,errors='strict'): argument
Didna.py147 def encode(self,input,errors='strict'): argument
168 def decode(self,input,errors='strict'): argument
198 def _buffer_encode(self, input, errors, final): argument
232 def _buffer_decode(self, input, errors, final): argument
Dpunycode.py130 def decode_generalized_number(extended, extpos, bias, errors): argument
160 def insertion_sort(base, extended, errors): argument
185 def punycode_decode(text, errors): argument
201 def encode(self,input,errors='strict'): argument
205 def decode(self,input,errors='strict'): argument

123456789