Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
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
53 def encode(self, input, final=False): argument
58 def decode(self, input, final=False): 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
53 def encode(self, input, final=False): argument
58 def decode(self, input, final=False): 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
51 def encode(self, input, final=False): argument
55 def decode(self, input, final=False): 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
105 def encode(self, input, final=False): argument
109 def decode(self, input, final=False): 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
60 def encode(self, input, final=False): argument
76 def decode(self, input, final=False): 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
59 def encode(self, input, final=False): argument
75 def decode(self, input, final=False): argument
Dundefined.py18 def encode(self,input,errors='strict'): argument
21 def decode(self,input,errors='strict'): argument
25 def encode(self, input, final=False): argument
29 def decode(self, input, final=False): argument
Dutf_8_sig.py14 def encode(input, errors='strict'): argument
17 def decode(input, errors='strict'): argument
30 def encode(self, input, final=False): 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
Dcp1026.py11 def encode(self,input,errors='strict'): argument
14 def decode(self,input,errors='strict'): argument
18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Dcp1253.py11 def encode(self,input,errors='strict'): argument
14 def decode(self,input,errors='strict'): argument
18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Dcp1256.py11 def encode(self,input,errors='strict'): argument
14 def decode(self,input,errors='strict'): argument
18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Dcp1258.py11 def encode(self,input,errors='strict'): argument
14 def decode(self,input,errors='strict'): argument
18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Dcp874.py11 def encode(self,input,errors='strict'): argument
14 def decode(self,input,errors='strict'): argument
18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Dcp875.py11 def encode(self,input,errors='strict'): argument
14 def decode(self,input,errors='strict'): argument
18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Dcp1006.py11 def encode(self,input,errors='strict'): argument
14 def decode(self,input,errors='strict'): argument
18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
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
51 def encode(self, input, final=False): argument
55 def decode(self, input, final=False): 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
53 def encode(self, input, final=False): argument
58 def decode(self, input, final=False): 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
53 def encode(self, input, final=False): argument
58 def decode(self, input, final=False): 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
105 def encode(self, input, final=False): argument
109 def decode(self, input, final=False): 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
60 def encode(self, input, final=False): argument
76 def decode(self, input, final=False): 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
59 def encode(self, input, final=False): argument
75 def decode(self, input, final=False): argument
Dundefined.py18 def encode(self,input,errors='strict'): argument
21 def decode(self,input,errors='strict'): argument
25 def encode(self, input, final=False): argument
29 def decode(self, input, final=False): argument
Dutf_8_sig.py14 def encode(input, errors='strict'): argument
17 def decode(input, errors='strict'): argument
30 def encode(self, input, final=False): 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
Diso8859_10.py11 def encode(self,input,errors='strict'): argument
14 def decode(self,input,errors='strict'): argument
18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument
Diso8859_15.py11 def encode(self,input,errors='strict'): argument
14 def decode(self,input,errors='strict'): argument
18 def encode(self, input, final=False): argument
22 def decode(self, input, final=False): argument

12345678910>>...12