| /external/python/cpython2/Lib/encodings/ |
| D | ascii.py | 18 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
|
| D | latin_1.py | 18 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
|
| D | unicode_internal.py | 18 decode = codecs.unicode_internal_decode variable in Codec 25 def decode(self, input, final=False): member in IncrementalDecoder
|
| D | utf_8.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_8_decode variable in StreamReader
|
| D | unicode_escape.py | 18 decode = codecs.unicode_escape_decode variable in Codec 25 def decode(self, input, final=False): member in IncrementalDecoder
|
| D | utf_32_be.py | 10 def decode(input, errors='strict'): function 24 decode = codecs.utf_32_be_decode variable in StreamReader
|
| D | utf_7.py | 11 def decode(input, errors='strict'): function 25 decode = codecs.utf_7_decode variable in StreamReader
|
| D | utf_32_le.py | 10 def decode(input, errors='strict'): function 24 decode = codecs.utf_32_le_decode variable in StreamReader
|
| D | mbcs.py | 20 def decode(input, errors='strict'): function 34 decode = mbcs_decode variable in StreamReader
|
| D | utf_16_be.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_be_decode variable in StreamReader
|
| D | string_escape.py | 13 decode = codecs.escape_decode variable in Codec 20 def decode(self, input, final=False): member in IncrementalDecoder
|
| D | utf_16_le.py | 15 def decode(input, errors='strict'): function 29 decode = codecs.utf_16_le_decode variable in StreamReader
|
| D | raw_unicode_escape.py | 18 decode = codecs.raw_unicode_escape_decode variable in Codec 25 def decode(self, input, final=False): member in IncrementalDecoder
|
| D | charmap.py | 22 decode = codecs.charmap_decode variable in Codec 37 def decode(self, input, final=False): member in IncrementalDecoder 55 def decode(self,input,errors='strict'): member in StreamReader
|
| D | undefined.py | 21 def decode(self,input,errors='strict'): member in Codec 29 def decode(self, input, final=False): member in IncrementalDecoder
|
| /external/apache-http/src/org/apache/commons/codec/net/ |
| D | URLCodec.java | 210 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
|
| D | QuotedPrintableCodec.java | 234 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/ |
| D | Base64.java | 100 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
|
| D | Encoder.java | 14 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
|
| D | Hex.java | 99 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/ |
| D | Base64.java | 94 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/ |
| D | LZMADecoder.java | 49 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/ |
| D | UriEncoder.java | 50 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/ |
| D | codec.js | 563 Int8.decode = function(decoder) { function 580 Uint8.decode = function(decoder) { function 593 Int16.decode = function(decoder) { function 606 Uint16.decode = function(decoder) { function 619 Int32.decode = function(decoder) { function 632 Uint32.decode = function(decoder) { function 645 Int64.decode = function(decoder) { function 658 Uint64.decode = function(decoder) { function 671 String.decode = function(decoder) { function 693 Float.decode = function(decoder) { function [all …]
|
| /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/ |
| D | Base64.java | 38 public static byte[] decode(byte[] in) { in decode() method in Base64 42 public static byte[] decode(byte[] in, int len) { in decode() method in Base64
|