Home
last modified time | relevance | path

Searched defs:decode (Results 1 – 25 of 449) sorted by relevance

12345678910>>...18

/external/python/cpython3/Lib/encodings/
Dascii.py18 decode = codecs.ascii_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
37 decode = codecs.ascii_encode variable in StreamConverter
Dlatin_1.py18 decode = codecs.latin_1_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
37 decode = codecs.latin_1_encode variable in StreamConverter
Dutf_32_be.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_be_decode variable in StreamReader
Dunicode_escape.py18 decode = codecs.unicode_escape_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
Doem.py14 def decode(input, errors='strict'): function
28 decode = oem_decode variable in StreamReader
Dmbcs.py20 def decode(input, errors='strict'): function
34 decode = mbcs_decode variable in StreamReader
Dutf_16_be.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_be_decode variable in StreamReader
Dutf_7.py11 def decode(input, errors='strict'): function
25 decode = codecs.utf_7_decode variable in StreamReader
Dutf_8.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_8_decode variable in StreamReader
/external/python/cpython2/Lib/encodings/
Dascii.py18 decode = codecs.ascii_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
37 decode = codecs.ascii_encode variable in StreamConverter
Dlatin_1.py18 decode = codecs.latin_1_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
37 decode = codecs.latin_1_encode variable in StreamConverter
Dstring_escape.py13 decode = codecs.escape_decode variable in Codec
20 def decode(self, input, final=False): member in IncrementalDecoder
Dutf_32_be.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_be_decode variable in StreamReader
Dutf_16_le.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_le_decode variable in StreamReader
Dunicode_internal.py18 decode = codecs.unicode_internal_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
Dmbcs.py20 def decode(input, errors='strict'): function
34 decode = mbcs_decode variable in StreamReader
/external/apache-http/src/org/apache/commons/codec/net/
DURLCodec.java210 public byte[] decode(byte[] bytes) throws DecoderException { in decode() method in URLCodec
269 public String decode(String pString, String charset) in decode() method in URLCodec
290 public String decode(String pString) throws DecoderException { in decode() method in URLCodec
335 public Object decode(Object pObject) throws DecoderException { in decode() method in URLCodec
DQuotedPrintableCodec.java234 public byte[] decode(byte[] bytes) throws DecoderException { in decode() method in QuotedPrintableCodec
280 …public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingE… in decode() method in QuotedPrintableCodec
300 public String decode(String pString) throws DecoderException { in decode() method in QuotedPrintableCodec
346 public Object decode(Object pObject) throws DecoderException { in decode() method in QuotedPrintableCodec
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DBase64.java100 public static byte[] decode( in decode() method in Base64
123 public static byte[] decode( in decode() method in Base64
147 public static int decode( in decode() method in Base64
163 public static int decode(byte[] base64Data, int start, int length, OutputStream out) in decode() method in Base64
DEncoder.java14 int decode(byte[] data, int off, int length, OutputStream out) throws IOException; in decode() method
16 int decode(String data, OutputStream out) throws IOException; in decode() method
DHex.java99 public static byte[] decode( in decode() method in Hex
121 public static byte[] decode( in decode() method in Hex
144 public static int decode( in decode() method in Hex
/external/ksoap2/kobjects/org/ksoap2/kobjects/base64/
DBase64.java94 static int decode(char c) { in decode() method in Base64
118 public static byte[] decode(String s) { in decode() method in Base64
129 public static void decode(String s, OutputStream os) in decode() method in Base64
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMADecoder.java49 public void decode() throws IOException { in decode() method in LZMADecoder
149 void decode() throws IOException { in decode() method in LZMADecoder.LiteralDecoder
156 void decode() throws IOException { in decode() method in LZMADecoder.LiteralDecoder.LiteralSubdecoder
187 int decode(int posState) throws IOException { in decode() method in LZMADecoder.LengthDecoder
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/util/
DUriEncoder.java50 public static String decode(ByteBuffer buff) throws CharacterCodingException { in decode() method in UriEncoder
55 public static String decode(String buff) { in decode() method in UriEncoder
/external/libmojo/mojo/public/js/
Dcodec.js568 Int8.decode = function(decoder) { function
585 Uint8.decode = function(decoder) { function
598 Int16.decode = function(decoder) { function
611 Uint16.decode = function(decoder) { function
624 Int32.decode = function(decoder) { function
637 Uint32.decode = function(decoder) { function
650 Int64.decode = function(decoder) { function
663 Uint64.decode = function(decoder) { function
676 String.decode = function(decoder) { function
698 Float.decode = function(decoder) { function
[all …]

12345678910>>...18