/external/apache-http/src/org/apache/commons/codec/ |
BinaryDecoder.java | 30 public interface BinaryDecoder extends Decoder { 40 * @throws DecoderException A decoder exception is thrown 41 * if a Decoder encounters a failure condition during
|
Decoder.java | 24 * <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 { 43 * to the specific type expected by a particular Decoder 51 * @throws DecoderException a decoder exception can
|
StringDecoder.java | 30 public interface StringDecoder extends Decoder {
|
/external/sl4a/Common/src/org/apache/commons/codec/ |
BinaryDecoder.java | 25 public interface BinaryDecoder extends Decoder { 35 * @throws DecoderException A decoder exception is thrown 36 * if a Decoder encounters a failure condition during
|
Decoder.java | 25 * <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 { 38 * to the specific type expected by a particular Decoder 46 * @throws DecoderException a decoder exception can
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVFunction.cpp | 99 SPIRVDecoder Decoder = getDecoder(I); 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) { 133 SPIRVBasicBlock *BB = static_cast<SPIRVBasicBlock*>(Decoder.getEntry()) [all...] |
/external/capstone/arch/XCore/ |
XCoreDisassembler.c | 64 uint64_t Address, void *Decoder); 67 uint64_t Address, void *Decoder); 70 uint64_t Address, void *Decoder); 73 uint64_t Address, void *Decoder); 76 uint64_t Address, void *Decoder); 79 uint64_t Address, void *Decoder); 82 uint64_t Address, void *Decoder); 85 uint64_t Address, void *Decoder); 88 uint64_t Address, void *Decoder); 91 uint64_t Address, void *Decoder); [all...] |
/external/llvm/lib/Target/XCore/Disassembler/ |
XCoreDisassembler.cpp | 79 const void *Decoder); 84 const void *Decoder); 87 uint64_t Address, const void *Decoder); 90 uint64_t Address, const void *Decoder); 95 const void *Decoder); 100 const void *Decoder); 105 const void *Decoder); 110 const void *Decoder); 115 const void *Decoder); 120 const void *Decoder); [all...] |
/external/capstone/arch/SystemZ/ |
SystemZGenDisassemblerTables.inc | [all...] |
SystemZDisassembler.c | 49 uint64_t Address, const void *Decoder) 55 uint64_t Address, const void *Decoder) 61 uint64_t Address, const void *Decoder) 67 uint64_t Address, const void *Decoder) 73 uint64_t Address, const void *Decoder) 79 uint64_t Address, const void *Decoder) 85 uint64_t Address, const void *Decoder) 91 uint64_t Address, const void *Decoder) 111 uint64_t Address, const void *Decoder) 117 uint64_t Address, const void *Decoder) [all...] |
/external/capstone/arch/Sparc/ |
SparcDisassembler.c | 88 uint64_t Address, const void *Decoder) 102 uint64_t Address, const void *Decoder) 116 uint64_t Address, const void *Decoder) 130 uint64_t Address, const void *Decoder) 144 uint64_t Address, const void *Decoder) 161 uint64_t Address, const void *Decoder) 173 const void *Decoder); 175 const void *Decoder); 177 const void *Decoder); 179 const void *Decoder); [all...] |
SparcGenDisassemblerTables.inc | [all...] |
/external/capstone/arch/Mips/ |
MipsDisassembler.c | 44 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); 47 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); 50 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); 53 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); 56 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); 59 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); 62 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); 65 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); 68 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); 71 unsigned RegNo, uint64_t Address, MCRegisterInfo *Decoder); [all...] |
MipsGenDisassemblerTables.inc | [all...] |
/external/llvm/lib/Target/Mips/Disassembler/ |
MipsDisassembler.cpp | 74 const void *Decoder); 79 const void *Decoder); 84 const void *Decoder); 89 const void *Decoder); 94 const void *Decoder); 99 const void *Decoder); 104 const void *Decoder); 109 const void *Decoder); 114 const void *Decoder); 119 const void *Decoder); [all...] |
/external/capstone/arch/AArch64/ |
AArch64Disassembler.c | 41 void *Decoder); 45 void *Decoder); 48 void *Decoder); 51 void *Decoder); 54 void *Decoder); 57 void *Decoder); 60 void *Decoder); 63 void *Decoder); 66 void *Decoder); 69 void *Decoder); [all...] |
/external/webrtc/webrtc/test/ |
encoder_settings.h | 20 VideoReceiveStream::Decoder CreateMatchingDecoder(
|
/external/capstone/arch/ARM/ |
ARMDisassembler.c | 133 uint64_t Address, const void *Decoder); 135 unsigned RegNo, uint64_t Address, const void *Decoder); 137 unsigned RegNo, uint64_t Address, const void *Decoder); 139 uint64_t Address, const void *Decoder); 141 uint64_t Address, const void *Decoder); 143 uint64_t Address, const void *Decoder); 145 uint64_t Address, const void *Decoder); 147 uint64_t Address, const void *Decoder); 149 uint64_t Address, const void *Decoder); 151 uint64_t Address, const void *Decoder); [all...] |
/frameworks/ex/framesequence/jni/ |
Registry.h | 24 class Decoder; 31 Decoder* (*createDecoder)(Stream* stream);
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
SparcDisassembler.cpp | 155 const void *Decoder) { 166 const void *Decoder) { 178 const void *Decoder) { 190 const void *Decoder) { 202 const void *Decoder) { 216 const void *Decoder) { 226 const void *Decoder) { 235 const void *Decoder) { 244 const void *Decoder) { 252 uint64_t Address, const void *Decoder) { [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 107 uint64_t Address, const void *Decoder); 110 const void *Decoder); 112 uint64_t Address, const void *Decoder); 114 uint64_t Address, const void *Decoder); 116 uint64_t Address, const void *Decoder); 118 uint64_t Address, const void *Decoder); 120 uint64_t Address, const void *Decoder); 122 uint64_t Address, const void *Decoder); 126 const void *Decoder); 128 uint64_t Address, const void *Decoder); [all...] |
/external/capstone/arch/PowerPC/ |
PPCGenDisassemblerTables.inc | [all...] |
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | 35 const void *Decoder); 39 const void *Decoder); 42 const void *Decoder); 45 const void *Decoder); 48 const void *Decoder); 51 const void *Decoder); 54 const void *Decoder); 57 const void *Decoder); 60 const void *Decoder); 63 const void *Decoder); [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 142 uint64_t Address, const void *Decoder); 145 const void *Decoder); 148 const void *Decoder); 150 uint64_t Address, const void *Decoder); 152 uint64_t Address, const void *Decoder); 154 uint64_t Address, const void *Decoder); 156 uint64_t Address, const void *Decoder); 158 uint64_t Address, const void *Decoder); 160 uint64_t Address, const void *Decoder); 162 uint64_t Address, const void *Decoder); [all...] |
/external/libvpx/libvpx/test/ |
codec_factory.h | 35 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const = 0; 37 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, 78 class VP8Decoder : public Decoder { 80 explicit VP8Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} 83 : Decoder(cfg, flag) {} 115 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg) const { 119 virtual Decoder *CreateDecoder(vpx_codec_dec_cfg_t cfg, 174 class VP9Decoder : public Decoder { 176 explicit VP9Decoder(vpx_codec_dec_cfg_t cfg) : Decoder(cfg) {} 179 : Decoder(cfg, flag) { [all...] |