/external/python/cpython2/Lib/encodings/ |
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 | 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 | mbcs.py | 20 def decode(input, errors='strict'): function 34 decode = mbcs_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
|
/external/python/cpython3/Lib/encodings/ |
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 | 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 | oem.py | 14 def decode(input, errors='strict'): function 28 decode = oem_decode variable in StreamReader
|
D | utf_7.py | 11 def decode(input, errors='strict'): function 25 decode = codecs.utf_7_decode variable in StreamReader
|
/external/llvm-project/clang/test/AST/ |
D | foreachtemplatized.mm | 9 void decode(I *p) { function 13 void decode(I *p) { function
|
/external/libchrome/mojo/public/js/lib/ |
D | codec.js | 720 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/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/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/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/encoders/ |
D | Base64.java | 102 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
|
D | Encoder.java | 16 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
|
D | Hex.java | 101 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
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/encoders/ |
D | Base64.java | 102 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
|
D | Encoder.java | 16 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
|
D | Hex.java | 101 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
|
/external/xz-java/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/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/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/metadata/emsg/ |
D | EventMessageDecoder.java | 30 public Metadata decode(MetadataInputBuffer inputBuffer) { in decode() method in EventMessageDecoder 37 public EventMessage decode(ParsableByteArray emsgData) { in decode() method in EventMessageDecoder
|
/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
|