Home
last modified time | relevance | path

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

12345678910>>...20

/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
Draw_unicode_escape.py18 decode = codecs.raw_unicode_escape_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
Dutf_16_le.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_le_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
Dutf_32_le.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_le_decode variable in StreamReader
Dutf_32_be.py10 def decode(input, errors='strict'): function
24 decode = codecs.utf_32_be_decode variable in StreamReader
/external/python/cpython2/Lib/encodings/
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
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
Draw_unicode_escape.py18 decode = codecs.raw_unicode_escape_decode variable in Codec
25 def decode(self, input, final=False): member in IncrementalDecoder
Dutf_16_be.py15 def decode(input, errors='strict'): function
29 decode = codecs.utf_16_be_decode variable in StreamReader
Dmbcs.py20 def decode(input, errors='strict'): function
34 decode = mbcs_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
/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
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
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
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/
DBase64.java102 public static byte[] decode( in decode() method in Base64
125 public static byte[] decode( in decode() method in Base64
149 public static int decode( in decode() method in Base64
165 public static int decode(byte[] base64Data, int start, int length, OutputStream out) in decode() method in Base64
DHex.java101 public static byte[] decode( in decode() method in Hex
123 public static byte[] decode( in decode() method in Hex
146 public static int decode( in decode() method in Hex
DEncoder.java16 int decode(byte[] data, int off, int length, OutputStream out) throws IOException; in decode() method
18 int decode(String data, OutputStream out) throws IOException; in decode() method
/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/libchrome/mojo/public/js/lib/
Dcodec.js720 Int8.decode = function(decoder) { function
737 Uint8.decode = function(decoder) { function
750 Int16.decode = function(decoder) { function
763 Uint16.decode = function(decoder) { function
776 Int32.decode = function(decoder) { function
789 Uint32.decode = function(decoder) { function
802 Int64.decode = function(decoder) { function
815 Uint64.decode = function(decoder) { function
828 String.decode = function(decoder) { function
850 Float.decode = function(decoder) { function
[all …]
/external/xz-java/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

12345678910>>...20