/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 106 uint64_t Address, const void *Decoder); 109 const void *Decoder); 111 uint64_t Address, const void *Decoder); 113 uint64_t Address, const void *Decoder); 115 uint64_t Address, const void *Decoder); 117 uint64_t Address, const void *Decoder); 119 uint64_t Address, const void *Decoder); 121 uint64_t Address, const void *Decoder); 125 const void *Decoder); 127 uint64_t Address, const void *Decoder); [all …]
|
/external/v8/src/mips/ |
D | disasm-mips.cc | 74 class Decoder { class 76 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder 84 ~Decoder() {} in ~Decoder() 136 DISALLOW_COPY_AND_ASSIGN(Decoder); 146 void Decoder::PrintChar(const char ch) { in PrintChar() 152 void Decoder::Print(const char* str) { in Print() 163 void Decoder::PrintRegister(int reg) { in PrintRegister() 168 void Decoder::PrintRs(Instruction* instr) { in PrintRs() 174 void Decoder::PrintRt(Instruction* instr) { in PrintRt() 180 void Decoder::PrintRd(Instruction* instr) { in PrintRd() [all …]
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 152 const void *Decoder); 157 const void *Decoder); 162 const void *Decoder); 167 const void *Decoder); 172 const void *Decoder); 177 const void *Decoder); 182 const void *Decoder); 187 const void *Decoder); 192 const void *Decoder); 197 const void *Decoder); [all …]
|
/external/v8/src/arm/ |
D | disasm-arm.cc | 76 class Decoder { class 78 Decoder(const disasm::NameConverter& converter, in Decoder() function in v8::internal::Decoder 86 ~Decoder() {} in ~Decoder() 145 DISALLOW_COPY_AND_ASSIGN(Decoder); 155 void Decoder::PrintChar(const char ch) { in PrintChar() 161 void Decoder::Print(const char* str) { in Print() 180 void Decoder::PrintCondition(Instruction* instr) { in PrintCondition() 186 void Decoder::PrintRegister(int reg) { in PrintRegister() 191 void Decoder::PrintSRegister(int reg) { in PrintSRegister() 196 void Decoder::PrintDRegister(int reg) { in PrintDRegister() [all …]
|
/external/webkit/Source/JavaScriptCore/wtf/ |
D | Decoder.h | 35 class Decoder { 37 Decoder() { } in Decoder() function 38 virtual ~Decoder() { } in ~Decoder() 55 using WTF::Decoder;
|
D | Forward.h | 39 class Decoder; variable 59 using WTF::Decoder;
|
D | CMakeLists.txt | 17 Decoder.h
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.h | 33 std::string Decoder; member 36 : Decoder(D) { } in OperandInfo()
|
D | FixedLenDecoderEmitter.cpp | 758 const std::string &Decoder = OpInfo.Decoder; in emitBinaryParser() local 775 if (Decoder != "") in emitBinaryParser() 776 o.indent(Indentation) << " " << Emitter->GuardPrefix << Decoder in emitBinaryParser() 912 if (I->numFields() == 0 && I->Decoder.size()) { in emitSingletonDecoder() 913 o.indent(Indentation) << " " << Emitter->GuardPrefix << I->Decoder in emitSingletonDecoder() 965 if (I->numFields() == 0 && I->Decoder.size()) { in emitSingletonDecoder() 966 o.indent(Indentation) << " " << Emitter->GuardPrefix << I->Decoder in emitSingletonDecoder() 1381 std::string Decoder = ""; in populateInstruction() local 1395 Decoder = "Decode" + TypeRecord->getName() + "RegisterClass"; in populateInstruction() 1403 Decoder = String->getValue(); in populateInstruction() [all …]
|
/external/webp/ |
D | README.android | 20 - Synced the WebP Code (Encoder/Decoder) with the head change#Ia53f845b 27 The Android.mk file creates WebP Decoder and Encoder static libraries which
|
/external/apache-http/src/org/apache/commons/codec/ |
D | BinaryDecoder.java | 25 public interface BinaryDecoder extends Decoder {
|
D | Decoder.java | 32 public interface Decoder { interface
|
D | StringDecoder.java | 25 public interface StringDecoder extends Decoder {
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | DecoderAdapter.h | 35 class DecoderAdapter : public Decoder {
|
/external/webkit/Source/WebCore/platform/network/ |
D | FormData.h | 105 static PassRefPtr<FormData> decodeForBackForward(Decoder&);
|
D | FormData.cpp | 367 static bool decode(Decoder& decoder, FormDataElement& element) in decode() 442 PassRefPtr<FormData> FormData::decodeForBackForward(Decoder& decoder) in decodeForBackForward()
|
/external/libvpx/examples/ |
D | postproc.txt | 2 Postprocessing Decoder
|
D | simple_decoder.txt | 2 Simple Decoder
|
/external/webkit/Source/WebCore/history/ |
D | HistoryItem.h | 96 …rwardTree(const String& urlString, const String& title, const String& originalURLString, Decoder&);
|
D | HistoryItem.cpp | 746 …String& topURLString, const String& topTitle, const String& topOriginalURLString, Decoder& decoder) in decodeBackForwardTree()
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86Disassembler.cpp | 298 const void *Decoder) { in tryAddingPcLoadReferenceComment() argument 299 const MCDisassembler *Dis = static_cast<const MCDisassembler*>(Decoder); in tryAddingPcLoadReferenceComment()
|
/external/libvpx/ |
D | examples.mk | 60 postproc.DESCRIPTION = Decoder postprocessor control
|
/external/chromium/sdch/open-vcdiff/ |
D | ChangeLog | 99 * Issue #8: Decoder should not crash if it runs out of memory
|
/external/oprofile/events/i386/westmere/ |
D | events | 47 …s:0,1,2,3 um:ild_stall minimum:2000000 name:ILD_STALL : Any Instruction Length Decoder stall cycles
|
/external/oprofile/events/i386/p6_mobile/ |
D | events | 106 # Decoder
|