| /external/skia/bench/ |
| D | nanobench.h | 41 struct Target { struct 42 explicit Target(const Config& c) : config(c) { } in Target() argument 43 virtual ~Target() { } in ~Target() argument 45 const Config config; 46 SkAutoTDelete<SkSurface> surface; 49 virtual void setup() { } in setup() 54 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming() 58 virtual void endTiming() { } in endTiming() 63 virtual void fence() { } in fence() 68 virtual bool needsFrameTiming(int* frameLag) const { return false; } in needsFrameTiming() [all …]
|
| /external/v8/test/mjsunit/es6/ |
| D | proxies-construct.js | 33 function Target() { class 37 Target.prototype = {}; class 55 function Target(a, b) { class 68 function Target(arg1, arg2) { class
|
| /external/llvm/bindings/go/llvm/ |
| D | target.go | 30 Target struct { struct 31 C C.LLVMTargetRef 219 func (t Target) NextTarget() Target { 244 // llvm.TargetMachine 248 func (t Target) CreateTargetMachine(Triple string, CPU string, Features string,
|
| /external/llvm/bindings/ocaml/target/ |
| D | target_ocaml.c | 153 static value llvm_target_option(LLVMTargetRef Target) { in llvm_target_option() 178 CAMLprim value llvm_target_succ(LLVMTargetRef Target) { in llvm_target_succ() 199 CAMLprim value llvm_target_name(LLVMTargetRef Target) { in llvm_target_name() 204 CAMLprim value llvm_target_description(LLVMTargetRef Target) { in llvm_target_description() 209 CAMLprim value llvm_target_has_jit(LLVMTargetRef Target) { in llvm_target_has_jit() 214 CAMLprim value llvm_target_has_target_machine(LLVMTargetRef Target) { in llvm_target_has_target_machine() 219 CAMLprim value llvm_target_has_asm_backend(LLVMTargetRef Target) { in llvm_target_has_asm_backend() 253 value CodeModel, LLVMTargetRef Target) { in llvm_create_targetmachine_native()
|
| /external/clang/test/CodeGen/ |
| D | ms-intrinsics.c | 17 void *test_InterlockedExchangePointer(void * volatile *Target, void *Value) { in test_InterlockedExchangePointer() 44 long test_InterlockedExchange(long *Target, long Value) { in test_InterlockedExchange()
|
| /external/llvm/utils/TableGen/ |
| D | InstrInfoEmitter.cpp | 179 const CodeGenTarget &Target = CDP.getTargetInfo(); in EmitOperandInfo() local 236 const CodeGenTarget &Target, in emitOperandNameMappings() 310 const CodeGenTarget &Target) { in emitOperandTypesEnum() 352 CodeGenTarget &Target = CDP.getTargetInfo(); in run() local 548 CodeGenTarget &Target = CDP.getTargetInfo(); in emitRecord() local 572 CodeGenTarget Target(Records); in emitEnums() local
|
| D | CodeEmitterGen.cpp | 66 std::string &Case, CodeGenTarget &Target) { in AddCodeToMergeInOperand() 179 CodeGenTarget &Target) { in getInstructionCase() 224 CodeGenTarget Target(Records); in run() local
|
| D | DisassemblerEmitter.cpp | 107 CodeGenTarget Target(Records); in EmitDisassembler() local
|
| /external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCELFObjectWriter.cpp | 41 static MCSymbolRefExpr::VariantKind getAccessVariant(const MCValue &Target, in getAccessVariant() 69 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType()
|
| D | PPCMachObjectWriter.cpp | 45 const MCFixup &Fixup, MCValue Target, in recordRelocation() 83 static unsigned getRelocType(const MCValue &Target, in getRelocType() 193 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation() 303 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMELFObjectWriter.cpp | 70 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target, in GetRelocType() 76 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, in GetRelocTypeInner()
|
| /external/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MachObjectWriter.cpp | 62 const MCFixup &Fixup, MCValue Target, in recordRelocation() 99 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation() 365 MCValue Target, in recordScatteredRelocation() 465 MCValue Target, in recordTLVPRelocation() 507 MCValue Target, in RecordX86Relocation()
|
| /external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
| D | NVPTXMCAsmInfo.h | 20 class Target; variable
|
| D | NVPTXMCTargetDesc.h | 20 class Target; variable
|
| /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/ |
| D | AMDGPUMCAsmInfo.h | 19 class Target; variable
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SymbolRewriter.cpp | 83 const std::string &Target) { in rewriteComdat() 101 const std::string Target; member in __anona72d05fb0111::ExplicitRewriteDescriptor 310 std::string Target; in parseRewriteFunctionDescriptor() local 377 std::string Target; in parseRewriteGlobalVariableDescriptor() local 439 std::string Target; in parseRewriteGlobalAliasDescriptor() local
|
| /external/llvm/lib/Target/XCore/MCTargetDesc/ |
| D | XCoreMCTargetDesc.h | 20 class Target; variable
|
| /external/llvm/lib/Target/MSP430/MCTargetDesc/ |
| D | MSP430MCTargetDesc.h | 20 class Target; variable
|
| /external/llvm/lib/Target/BPF/MCTargetDesc/ |
| D | BPFMCAsmInfo.h | 22 class Target; variable
|
| /external/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64MCAsmInfo.h | 22 class Target; variable
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fSampleShadingTests.cpp | 470 static const struct Target in init() struct 472 SampleShadingRenderingCase::RenderTarget target; in init() 473 int numSamples; in init() 474 const char* name; in init()
|
| /external/llvm/tools/llvm-mc/ |
| D | Disassembler.h | 23 class Target; variable
|
| /external/clang/lib/Basic/ |
| D | Attributes.cpp | 7 const IdentifierInfo *Attr, const TargetInfo &Target, in hasAttribute()
|
| /external/deqp/modules/gles2/functional/ |
| D | es2fDefaultVertexAttributeTests.cpp | 487 struct Target in init() struct 489 const char* name; in init() 490 glu::DataType dataType; in init() 491 bool reducedTestSets; // !< use reduced coverage in init()
|
| /external/lldb/include/lldb/Breakpoint/ |
| D | WatchpointList.h | 38 friend class Target; variable
|