| /external/libvorbis/doc/ |
| D | 08-residue.tex | 6 \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 …]
|
| D | 06-floor0.tex | 6 \subsection{Overview} 18 \subsection{Floor 0 format}
|
| D | 07-floor1.tex | 6 \subsection{Overview} 16 \subsection{Floor 1 format}
|
| /external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
| D | InstructionCodec.java | 33 @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/ |
| 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
|
| D | BCodec.java | 147 public String decode(String value) throws DecoderException { in decode() method in BCodec 192 public Object decode(Object value) throws DecoderException { in decode() method in BCodec
|
| D | QCodec.java | 230 public String decode(String pString) throws DecoderException { in decode() method in QCodec 275 public Object decode(Object pObject) throws DecoderException { in decode() method in QCodec
|
| /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/jetty/src/java/org/eclipse/jetty/util/ |
| D | B64Code.java | 243 static public String decode(String encoded,String charEncoding) in decode() method in B64Code 265 static public byte[] decode(char[] b) in decode() method in B64Code 349 static public byte[] decode(String encoded) in decode() method in B64Code 369 static public void decode (String encoded, ByteArrayOutputStream bout) in decode() method in B64Code
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
| 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
|
| 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
|
| 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 | HexEncoder.java | 83 public int decode( in decode() method in HexEncoder 141 public int decode( in decode() method in HexEncoder
|
| /external/pdfium/core/src/fxcodec/jbig2/ |
| D | JBig2_ArithIntDecoder.cpp | 17 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/ |
| 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
|
| /external/apache-http/src/org/apache/commons/codec/binary/ |
| D | Hex.java | 135 public byte[] decode(byte[] array) throws DecoderException { in decode() method in Hex 153 public Object decode(Object object) throws DecoderException { in decode() method in Hex
|
| D | BinaryCodec.java | 116 public Object decode(Object ascii) throws DecoderException { in decode() method in BinaryCodec 140 public byte[] decode(byte[] ascii) { in decode() method in BinaryCodec
|
| /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
| D | Base64.java | 185 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/ |
| D | Decoder.java | 57 Object decode(Object pObject) throws DecoderException; in decode() method
|
| D | BinaryDecoder.java | 44 byte[] decode(byte[] pArray) throws DecoderException; in decode() method
|
| D | StringDecoder.java | 42 String decode(String pString) throws DecoderException; in decode() method
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
| D | PermutationChromosome.java | 42 List<T> decode(List<T> sequence); in decode() method
|
| /external/skia/src/utils/ |
| D | SkBase64.cpp | 37 SkBase64::Error SkBase64::decode(const void* srcPtr, size_t size, bool writeDestination) { in decode() function in SkBase64 156 SkBase64::Error SkBase64::decode(const char* src, size_t len) { in decode() function in SkBase64
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/ |
| D | FileDecoder.java | 14 public Resource<File> decode(File source, int width, int height) { in decode() method in FileDecoder
|