Home
last modified time | relevance | path

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

12345678910>>...25

/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
Dmbcs.py20 def decode(input, errors='strict'): function
34 decode = mbcs_decode variable in StreamReader
Dstring_escape.py13 decode = codecs.escape_decode variable in Codec
20 def decode(self, input, final=False): member in IncrementalDecoder
/external/python/cpython3/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
Doem.py14 def decode(input, errors='strict'): function
28 decode = oem_decode variable in StreamReader
Dutf_7.py11 def decode(input, errors='strict'): function
25 decode = codecs.utf_7_decode variable in StreamReader
/external/llvm-project/clang/test/AST/
Dforeachtemplatized.mm9 void decode(I *p) { function
13 void decode(I *p) { function
/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/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/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/repackaged_platform/bcprov/src/main/java/com/android/internal/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
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
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
/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
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
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
/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/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/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/metadata/emsg/
DEventMessageDecoder.java30 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/
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>>...25