Searched defs:Decoder (Results 1 - 25 of 57) sorted by relevance

123

/external/apache-http/src/org/apache/commons/codec/
H A DDecoder.java24 * <p>Allows a user to pass a generic Object to any Decoder
30 * @version $Id: Decoder.java,v 1.9 2004/02/29 04:08:31 tobrien Exp $
37 public interface Decoder { interface
43 * to the specific type expected by a particular Decoder
/external/sl4a/Common/src/org/apache/commons/codec/
H A DDecoder.java25 * <p>Allows a user to pass a generic Object to any Decoder
30 * @version $Id: Decoder.java 797690 2009-07-24 23:28:35Z ggregory $
32 public interface Decoder { interface
38 * to the specific type expected by a particular Decoder
/external/v8/src/arm64/
H A Ddecoder-arm64.h123 class Decoder : public V { class in namespace:v8::internal
125 Decoder() {} function in class:v8::internal::Decoder
126 virtual ~Decoder() {}
129 // the visitor functions registered with the Decoder class.
/external/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.h22 class Decoder { class in namespace:llvm::ARM::WinEH
31 bool (Decoder::*Routine)(const uint8_t *, unsigned &, unsigned, bool);
110 Decoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {} function in class:llvm::ARM::WinEH::Decoder
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.h42 struct Decoder { struct in class:webrtc::acm2::AcmReceiver
278 const Decoder* RtpHeaderToDecoder(const RTPHeader& rtp_header,
286 const Decoder* last_audio_decoder_ GUARDED_BY(crit_sect_);
296 std::map<uint8_t, Decoder> decoders_ GUARDED_BY(crit_sect_);
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.h39 class Decoder { class in namespace:libvpx_test
41 explicit Decoder(vpx_codec_dec_cfg_t cfg) function in class:libvpx_test::Decoder
46 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag) function in class:libvpx_test::Decoder
51 virtual ~Decoder() { vpx_codec_destroy(&decoder_); }
117 // Common test functionality for all Decoder tests.
130 Decoder * /*decoder*/) {}
135 Decoder *decoder) {
145 virtual void HandlePeekResult(Decoder *const decoder,
/external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
H A DDecoder.java27 public class Decoder { class
118 public Decoder(InputStream is, String _bound) throws IOException { method in class:Decoder
122 public Decoder(InputStream is, String _bound, String characterEncoding) throws IOException { method in class:Decoder
/external/llvm/lib/Target/SystemZ/Disassembler/
H A DSystemZDisassembler.cpp71 const void *Decoder) {
72 const MCDisassembler *Dis = static_cast<const MCDisassembler*>(Decoder);
89 const void *Decoder) {
95 const void *Decoder) {
101 const void *Decoder) {
107 const void *Decoder) {
113 const void *Decoder) {
119 const void *Decoder) {
125 const void *Decoder) {
131 const void *Decoder) {
68 tryAddingSymbolicOperand(int64_t Value, bool isBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const void *Decoder) argument
[all...]
/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DDecoder.java4 public class Decoder class
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVFunction.cpp99 SPIRVDecoder Decoder = getDecoder(I); local
100 Decoder >> Type >> Id >> FCtrlMask >> FuncType;
104 Decoder.getWordCountAndOpCode();
106 if (Decoder.OpCode == OpFunctionEnd)
109 switch(Decoder.OpCode) {
111 auto Param = static_cast<SPIRVFunctionParameter *>(Decoder.getEntry());
115 Decoder.getWordCountAndOpCode();
120 decodeBB(Decoder);
132 SPIRVFunction::decodeBB(SPIRVDecoder &Decoder) { argument
133 SPIRVBasicBlock *BB = static_cast<SPIRVBasicBlock*>(Decoder
[all...]
H A DSPIRVDecorate.cpp114 SPIRVDecoder Decoder = getDecoder(I); local
115 Decoder >> Target >> Dec;
117 SPIRVDecorateLinkageAttr::decodeLiterals(Decoder, Literals);
119 Decoder >> Literals;
H A DSPIRVStream.h134 operator>>(const SPIRVDecoder& Decoder, const std::pair<IterTy,IterTy> &Range) { argument
136 Decoder >> *I;
137 return Decoder;
H A DSPIRVDecorate.h182 static void decodeLiterals(SPIRVDecoder& Decoder, std::vector<SPIRVWord>& Literals) { argument
186 Decoder >> Name;
188 Decoder >> Kind;
193 Decoder >> Literals;
H A DSPIRVType.cpp288 auto Decoder = getDecoder(I); local
290 Decoder >> PointerId >> SC;
/external/vixl/src/aarch64/
H A Ddecoder-aarch64.h145 class Decoder { class in namespace:vixl::aarch64
147 Decoder() {} function in class:vixl::aarch64::Decoder
209 // Decoder class.
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs122 class Decoder class in namespace:SevenZip.Compression.RangeCoder
/external/sl4a/ScriptingLayerForAndroid/src/org/apache/harmony/niochar/charset/additional/
H A DIBM437.java43 return new Decoder(this);
50 private static final class Decoder extends CharsetDecoder{ class in class:IBM437
51 private Decoder(Charset cs){ method in class:IBM437.Decoder
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DFixedLenDecoderEmitter.h1 //===------------ FixedLenDecoderEmitter.h - Decoder Generator --*- C++ -*-===//
33 std::string Decoder; member in struct:llvm::OperandInfo
36 : Decoder(D) { }
/external/v8/src/ppc/
H A Ddisasm-ppc.cc46 // Decoder decodes and disassembles instructions into an output buffer.
49 class Decoder { class in namespace:v8::internal
51 Decoder(const disasm::NameConverter& converter, Vector<char> out_buffer) function in class:v8::internal::Decoder
56 ~Decoder() {}
90 DISALLOW_COPY_AND_ASSIGN(Decoder);
94 // Support for assertions in the Decoder formatting functions.
100 void Decoder::PrintChar(const char ch) { out_buffer_[out_buffer_pos_++] = ch; }
104 void Decoder::Print(const char* str) {
115 void Decoder::PrintRegister(int reg) {
121 void Decoder
[all...]
/external/v8/src/s390/
H A Ddisasm-s390.cc44 // Decoder decodes and disassembles instructions into an output buffer.
47 class Decoder { class in namespace:v8::internal
49 Decoder(const disasm::NameConverter& converter, Vector<char> out_buffer) function in class:v8::internal::Decoder
54 ~Decoder() {}
89 DISALLOW_COPY_AND_ASSIGN(Decoder);
92 // Support for assertions in the Decoder formatting functions.
97 void Decoder::PrintChar(const char ch) { out_buffer_[out_buffer_pos_++] = ch; }
100 void Decoder::Print(const char* str) {
110 void Decoder::PrintRegister(int reg) {
115 void Decoder
[all...]
/external/v8/src/wasm/
H A Ddecoder.h32 class Decoder { class in namespace:v8::internal::wasm
34 Decoder(const byte* start, const byte* end) function in class:v8::internal::wasm::Decoder
42 virtual ~Decoder() {}
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetCallback.java129 * Decoder Callback interface
132 public interface Decoder { interface in class:CharsetCallback
186 public static final Decoder TO_U_CALLBACK_SKIP = new Decoder() {
232 public static final Decoder TO_U_CALLBACK_SUBSTITUTE = new Decoder() {
273 public static final Decoder TO_U_CALLBACK_STOP = new Decoder() {
385 public static final Decoder TO_U_CALLBACK_ESCAPE = new Decoder() {
[all...]
/external/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp51 uint64_t Address, const void *Decoder);
54 uint64_t Address, const void *Decoder);
57 uint64_t Address, const void *Decoder);
60 uint64_t Address, const void *Decoder);
63 const void *Decoder);
67 const void *Decoder);
70 uint64_t Address, const void *Decoder);
164 uint64_t Address, const void *Decoder) {
174 uint64_t Address, const void *Decoder) {
186 uint64_t Address, const void *Decoder) {
163 DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
173 decodeRiMemoryValue(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
185 decodeRrMemoryValue(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
197 decodeSplsValue(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
209 tryAddingSymbolicOperand(int64_t Value, bool IsBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const void *Decoder) argument
218 decodeBranch(MCInst &MI, unsigned Insn, uint64_t Address, const void *Decoder) argument
226 decodeShiftImm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
234 decodePredicateOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
[all...]
/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java8 public class Decoder class
29 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Choice);
38 public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOException
59 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Decoders);
62 public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder rangeDecoder) throws IOException
71 public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchByte) throws IOException
124 SevenZip.Compression.RangeCoder.Decoder m_RangeDecoder = new SevenZip.Compression.RangeCoder.Decoder();
148 public Decoder() method in class:Decoder
183 SevenZip.Compression.RangeCoder.Decoder
[all...]
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_streamparser.cpp129 CFX_ByteString Decoder; local
134 Decoder = pArray->GetStringAt(0);
139 Decoder = pFilter->GetString();
183 if (Decoder.IsEmpty()) {
195 Decoder, pParam, pIgnore, dwDestSize);

Completed in 2962 milliseconds

123