/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/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/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/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/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/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVEntry.cpp | 203 SPIRVEntry::decode(std::istream &I) { in decode() function in SPIRV::SPIRVEntry 428 SPIRVEntryPoint::decode(std::istream &I) { in decode() function in SPIRV::SPIRVEntryPoint 440 SPIRVExecutionMode::decode(std::istream &I) { in decode() function in SPIRV::SPIRVExecutionMode 481 SPIRVName::decode(std::istream &I) { in decode() function in SPIRV::SPIRVName 500 SPIRVLine::decode(std::istream &I) { in decode() function in SPIRV::SPIRVLine 535 SPIRVExtInstImport::decode(std::istream &I) { in decode() function in SPIRV::SPIRVExtInstImport 553 SPIRVMemoryModel::decode(std::istream &I) { in decode() function in SPIRV::SPIRVMemoryModel 577 SPIRVSource::decode(std::istream &I) { in decode() function in SPIRV::SPIRVSource 594 SPIRVSourceExtension::decode(std::istream &I) { in decode() function in SPIRV::SPIRVSourceExtension 608 SPIRVExtension::decode(std::istream &I) { in decode() function in SPIRV::SPIRVExtension [all …]
|
D | SPIRVDecorate.cpp | 113 SPIRVDecorate::decode(std::istream &I){ in decode() function in SPIRV::SPIRVDecorate 135 SPIRVMemberDecorate::decode(std::istream &I){ in decode() function in SPIRV::SPIRVMemberDecorate 146 SPIRVDecorationGroup::decode(std::istream &I){ in decode() function in SPIRV::SPIRVDecorationGroup 163 SPIRVGroupDecorateGeneric::decode(std::istream &I){ in decode() function in SPIRV::SPIRVGroupDecorateGeneric
|
/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/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/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/conscrypt/platform/src/main/java/org/conscrypt/ct/ |
D | DigitallySigned.java | 104 public static DigitallySigned decode(InputStream input) in decode() method in DigitallySigned 120 public static DigitallySigned decode(byte[] input) in decode() method in DigitallySigned
|
D | SignedCertificateTimestamp.java | 86 public static SignedCertificateTimestamp decode(InputStream input, Origin origin) in decode() method in SignedCertificateTimestamp 106 public static SignedCertificateTimestamp decode(byte[] input, Origin origin) in decode() method in SignedCertificateTimestamp
|
/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_ArithIntDecoder.cpp | 50 bool CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode() function in CJBig2_ArithIntDecoder 83 void CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder* pArithDecoder, in decode() function in CJBig2_ArithIaidDecoder
|
/external/skia/src/utils/ |
D | SkBase64.cpp | 36 SkBase64::Error SkBase64::decode(const void* srcPtr, size_t size, bool writeDestination) { in decode() function in SkBase64 155 SkBase64::Error SkBase64::decode(const char* src, size_t len) { in decode() function in SkBase64
|