Home
last modified time | relevance | path

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

123456

/external/libvorbis/doc/
D08-residue.tex6 \subsection{Overview}
23 \subsection{Residue format}
77 \subsection{residue 0}
111 \subsection{residue 1}
137 \subsection{residue 2}
153 \subsection{Residue decode}
155 \subsubsection{header decode}
241 \subsubsection{packet decode}
350 \subsubsection{format 0 specifics}
384 \subsubsection{format 1 specifics}
[all …]
D06-floor0.tex6 \subsection{Overview}
18 \subsection{Floor 0 format}
D07-floor1.tex6 \subsection{Overview}
16 \subsection{Floor 1 format}
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
Dserialization.py73 def decode(self, json_str): # pylint: disable=W0221 member in MmapDecoder
83 def decode(self, json_str): # pylint: disable=W0221 member in SymbolsDecoder
95 def decode(self, json_str): # pylint: disable=W0221 member in NativeHeapDecoder
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DInstructionCodec.java33 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_00X() method
46 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_10X() method
61 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_12X() method
80 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_11N() method
99 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_11X() method
115 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_10T() method
132 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_20T() method
150 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_20BC() method
169 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_22X() method
188 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_21T() method
[all …]
/external/apache-http/src/org/apache/commons/codec/net/
DURLCodec.java205 public byte[] decode(byte[] bytes) throws DecoderException { in decode() method in URLCodec
264 public String decode(String pString, String charset) in decode() method in URLCodec
285 public String decode(String pString) throws DecoderException { in decode() method in URLCodec
330 public Object decode(Object pObject) throws DecoderException { in decode() method in URLCodec
DQuotedPrintableCodec.java229 public byte[] decode(byte[] bytes) throws DecoderException { in decode() method in QuotedPrintableCodec
275 …public String decode(String pString, String charset) throws DecoderException, UnsupportedEncodingE… in decode() method in QuotedPrintableCodec
295 public String decode(String pString) throws DecoderException { in decode() method in QuotedPrintableCodec
341 public Object decode(Object pObject) throws DecoderException { in decode() method in QuotedPrintableCodec
DBCodec.java142 public String decode(String value) throws DecoderException { in decode() method in BCodec
187 public Object decode(Object value) throws DecoderException { in decode() method in BCodec
DQCodec.java225 public String decode(String pString) throws DecoderException { in decode() method in QCodec
270 public Object decode(Object pObject) throws DecoderException { in decode() method in QCodec
/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/chromium_org/mojo/public/js/bindings/
Dcodec.js519 Int8.decode = function(decoder) { function
536 Uint8.decode = function(decoder) { function
549 Int16.decode = function(decoder) { function
562 Uint16.decode = function(decoder) { function
575 Int32.decode = function(decoder) { function
588 Uint32.decode = function(decoder) { function
601 Int64.decode = function(decoder) { function
614 Uint64.decode = function(decoder) { function
627 String.decode = function(decoder) { function
641 Float.decode = function(decoder) { function
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DHex.java96 public static byte[] decode( in decode() method in Hex
118 public static byte[] decode( in decode() method in Hex
141 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
DBase64.java97 public static byte[] decode( in decode() method in Base64
120 public static byte[] decode( in decode() method in Base64
144 public static int decode( in decode() method in Base64
DHexEncoder.java80 public int decode( in decode() method in HexEncoder
138 public int decode( in decode() method in HexEncoder
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp17 int CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult) in decode() function in CJBig2_ArithIntDecoder
92 int CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult) in decode() function in CJBig2_ArithIaidDecoder
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
DBase64.java38 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
/external/apache-http/src/org/apache/commons/codec/binary/
DHex.java130 public byte[] decode(byte[] array) throws DecoderException { in decode() method in Hex
148 public Object decode(Object object) throws DecoderException { in decode() method in Hex
DBinaryCodec.java111 public Object decode(Object ascii) throws DecoderException { in decode() method in BinaryCodec
135 public byte[] decode(byte[] ascii) { in decode() method in BinaryCodec
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DBase64.java185 public static final byte[] decode(byte[] src) throws IllegalArgumentException in decode() method in Base64
247 public static final String decode(String src) in decode() method in Base64
/external/apache-http/src/org/apache/commons/codec/
DBinaryDecoder.java39 byte[] decode(byte[] pArray) throws DecoderException; in decode() method
DDecoder.java52 Object decode(Object pObject) throws DecoderException; in decode() method
DStringDecoder.java37 String decode(String pString) throws DecoderException; in decode() method
/external/smack/src/org/jivesoftware/smack/util/
DStringEncoder.java35 String decode(String string); in decode() method
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DDSAEncoder.java11 BigInteger[] decode(byte[] sig) in decode() method

123456