Home
last modified time | relevance | path

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

1234567

/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/webkit/Source/WebKit2/Platform/CoreIPC/
DArgumentDecoder.h88 template<typename T> bool decode(T& t) in decode() function
95 template<typename T> bool decode(const T& t) in decode() function
124 template<> inline bool ArgumentDecoder::decode(bool& n) in decode() function
129 template<> inline bool ArgumentDecoder::decode(uint32_t& n) in decode() function
134 template<> inline bool ArgumentDecoder::decode(uint64_t& n) in decode() function
139 template<> inline bool ArgumentDecoder::decode(int32_t& n) in decode() function
144 template<> inline bool ArgumentDecoder::decode(int64_t& n) in decode() function
149 template<> inline bool ArgumentDecoder::decode(float& n) in decode() function
154 template<> inline bool ArgumentDecoder::decode(double& n) in decode() function
DArguments.h42 static bool decode(ArgumentDecoder*, Arguments0&) in decode() function
75 static bool decode(ArgumentDecoder* decoder, Arguments1& result) in decode() function
113 static bool decode(ArgumentDecoder* decoder, Arguments2& result) in decode() function
155 static bool decode(ArgumentDecoder* decoder, Arguments3& result) in decode() function
198 static bool decode(ArgumentDecoder* decoder, Arguments4& result) in decode() function
242 static bool decode(ArgumentDecoder* decoder, Arguments5& result) in decode() function
287 static bool decode(ArgumentDecoder* decoder, Arguments6& result) in decode() function
333 static bool decode(ArgumentDecoder* decoder, Arguments7& result) in decode() function
378 static bool decode(ArgumentDecoder* decoder, Arguments8& result) in decode() function
/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-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DOutputStreamTesterTest.java150 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.FilterOutputStreamTester
166 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.BufferedOutputStreamTester
177 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.DataOutputStreamTester
188 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.ObjectOutputStreamTester
200 public byte[] decode(byte[] delegateBytes) throws Exception { in decode() method in OutputStreamTesterTest.PrintStreamTester
DWriterTesterTest.java157 @Override public char[] decode(char[] delegateChars) throws Exception { in decode() method in WriterTesterTest.BufferedWriterCharSinkTester
167 @Override public char[] decode(char[] delegateChars) throws Exception { in decode() method in WriterTesterTest.FilterWriterCharSinkTester
177 @Override public char[] decode(char[] delegateChars) throws Exception { in decode() method in WriterTesterTest.PrintWriterCharSinkTester
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
DBase64.java67 public static byte[] decode( in decode() method in Base64
90 public static byte[] decode( in decode() method in Base64
114 public static int decode( in decode() method in Base64
DHex.java79 public static byte[] decode( in decode() method in Hex
101 public static byte[] decode( in decode() method in Hex
124 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
DHexEncoder.java80 public int decode( in decode() method in HexEncoder
138 public int decode( in decode() method in HexEncoder
/external/webkit/Source/WebKit2/Shared/cf/
DArgumentCodersCF.cpp134 static bool decode(ArgumentDecoder* decoder, RetainPtr<CFTypeRef>& result) in decode() function
228 bool decode(ArgumentDecoder* decoder, RetainPtr<CFArrayRef>& result) in decode() function
253 bool decode(ArgumentDecoder* decoder, RetainPtr<CFBooleanRef>& result) in decode() function
271 bool decode(ArgumentDecoder* decoder, RetainPtr<CFDataRef>& result) in decode() function
305 bool decode(ArgumentDecoder* decoder, RetainPtr<CFDictionaryRef>& result) in decode() function
389 bool decode(ArgumentDecoder* decoder, RetainPtr<CFNumberRef>& result) in decode() function
429 bool decode(ArgumentDecoder* decoder, RetainPtr<CFStringRef>& result) in decode() function
460 bool decode(ArgumentDecoder* decoder, RetainPtr<CFURLRef>& result) in decode() function
490 bool decode(ArgumentDecoder* decoder, RetainPtr<SecCertificateRef>& result) in decode() function
/external/webkit/Source/WebKit2/Shared/
DSessionState.cpp38 static bool decode(ArgumentDecoder* decoder, RefPtr<T>& item) in decode() function
73 bool SessionState::decode(CoreIPC::ArgumentDecoder* decoder, SessionState& state) in decode() function in WebKit::SessionState
DWebPageGroupData.cpp39 bool WebPageGroupData::decode(CoreIPC::ArgumentDecoder* decoder, WebPageGroupData& data) in decode() function in WebKit::WebPageGroupData
/external/okhttp/src/main/java/com/squareup/okhttp/internal/
DBase64.java36 public static byte[] decode(byte[] in) { in decode() method in Base64
40 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
/external/apache-http/src/org/apache/commons/codec/
DStringDecoder.java37 String decode(String pString) throws DecoderException; in decode() method
DBinaryDecoder.java39 byte[] decode(byte[] pArray) throws DecoderException; in decode() method
DDecoder.java52 Object decode(Object pObject) throws DecoderException; in decode() method
/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

1234567