Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/external/skia/bench/
Dnanobench.h33 struct Target { struct
34 explicit Target(const Config& c) : config(c) { } in Target() argument
35 virtual ~Target() { } in ~Target() argument
37 const Config config;
38 sk_sp<SkSurface> surface;
41 virtual void setup() { } in setup()
46 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming()
50 virtual void endTiming() { } in endTiming()
55 virtual void fence() { } in fence()
60 virtual bool needsFrameTiming(int* frameLag) const { return false; } in needsFrameTiming()
[all …]
/external/skqp/bench/
Dnanobench.h33 struct Target { struct
34 explicit Target(const Config& c) : config(c) { } in Target() function
35 virtual ~Target() { } in ~Target() argument
37 const Config config;
38 sk_sp<SkSurface> surface;
41 virtual void setup() { } in setup()
46 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming()
50 virtual void endTiming() { } in endTiming()
55 virtual void fence() { } in fence()
60 virtual bool needsFrameTiming(int* frameLag) const { return false; } in needsFrameTiming()
[all …]
/external/rust/crates/zip/src/
Dcp437.rs6 type Target; typedef
10 fn from_cp437(self) -> Self::Target; in from_cp437()
14 type Target = ::std::borrow::Cow<'a, str>; typedef
16 fn from_cp437(self) -> Self::Target { in from_cp437()
26 type Target = String; typedef
28 fn from_cp437(self) -> Self::Target { in from_cp437()
/external/llvm-project/llvm/lib/TextAPI/MachO/
DInterfaceFile.cpp45 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
50 const Target &Target) { in addAllowableClient()
56 const Target &Target) { in addReexportedLibrary()
77 [](const std::pair<Target, std::string> &LHS, in addUUID()
78 Target RHS) { return LHS.first < RHS; }); in addUUID()
89 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { in addUUID()
100 void InterfaceFile::addTarget(const Target &Target) { in addTarget()
119 for (const auto &Target : Targets) in addSymbol() local
DTarget.cpp56 raw_ostream &operator<<(raw_ostream &OS, const Target &Target) { in operator <<()
63 for (const auto &Target : Targets) in mapToPlatformSet() local
70 for (const auto &Target : Targets) in mapToArchitectureSet() local
DPlatform.cpp34 PlatformKind mapToPlatformKind(const Triple &Target) { in mapToPlatformKind()
59 for (const auto &Target : Targets) in mapToPlatformSet() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DInterfaceFile.cpp44 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget()
49 const Target &Target) { in addAllowableClient()
55 const Target &Target) { in addReexportedLibrary()
76 [](const std::pair<Target, std::string> &LHS, in addUUID()
77 Target RHS) { return LHS.first < RHS; }); in addUUID()
88 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { in addUUID()
99 void InterfaceFile::addTarget(const Target &Target) { in addTarget()
118 for (const auto &Target : Targets) in addSymbol() local
DTarget.cpp55 raw_ostream &operator<<(raw_ostream &OS, const Target &Target) { in operator <<()
62 for (const auto &Target : Targets) in mapToPlatformSet() local
69 for (const auto &Target : Targets) in mapToArchitectureSet() local
DPlatform.cpp34 PlatformKind mapToPlatformKind(const Triple &Target) { in mapToPlatformKind()
59 for (const auto &Target : Targets) in mapToPlatformSet() local
/external/rust/crates/mio/src/sys/windows/
Dio_status_block.rs24 type Target = IO_STATUS_BLOCK; typedef
25 fn deref(&self) -> &Self::Target { in deref()
31 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/external/rust/crates/tokio/src/loom/std/
Datomic_ptr.rs17 type Target = std::sync::atomic::AtomicPtr<T>; typedef
19 fn deref(&self) -> &Self::Target { in deref()
25 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
Datomic_usize.rs36 type Target = std::sync::atomic::AtomicUsize; typedef
38 fn deref(&self) -> &Self::Target { in deref()
46 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/external/rust/crates/managed/src/
Dslice.rs81 type Target = [T]; typedef
83 fn deref(&self) -> &Self::Target { in deref()
93 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
Dobject.rs71 type Target = T; typedef
73 fn deref(&self) -> &Self::Target { in deref()
83 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/
DTarget.h27 Target(Architecture Arch, PlatformKind Platform) in Target() function
29 explicit Target(const llvm::Triple &Triple) in Target() function
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/
DTarget.h27 Target(Architecture Arch, PlatformKind Platform) in Target() function
29 explicit Target(const llvm::Triple &Triple) in Target() function
/external/swiftshader/third_party/subzero/src/
DIceInstX8664.cpp87 int32_t getRematerializableOffset(Variable *Var, in getRematerializableOffset()
103 const auto *Target = in emit() local
192 const auto *Target = in dump() local
249 const auto *Target = in toAsmAddress() local
316 const ::Ice::TargetLowering *Target = Func->getTarget(); in toAsmAddress() local
328 const ::Ice::TargetLowering *Target = Func->getTarget(); in emit() local
DIceInstX8632.cpp98 const Ice::X8632::TargetX8632 *Target) { in getRematerializableOffset()
131 const auto *Target = in emit() local
194 const auto *Target = in dump() local
259 const auto *Target = in toAsmAddress() local
307 const ::Ice::TargetLowering *Target = Func->getTarget(); in toAsmAddress() local
319 const ::Ice::TargetLowering *Target = Func->getTarget(); in emit() local
/external/llvm-project/llvm/bindings/go/llvm/
Dtarget.go29 Target struct { struct
30 C C.LLVMTargetRef
212 func (t Target) NextTarget() Target {
237 // llvm.TargetMachine
241 func (t Target) CreateTargetMachine(Triple string, CPU string, Features string,
/external/llvm/bindings/go/llvm/
Dtarget.go30 Target struct { struct
31 C C.LLVMTargetRef
212 func (t Target) NextTarget() Target {
237 // llvm.TargetMachine
241 func (t Target) CreateTargetMachine(Triple string, CPU string, Features string,
/external/rust/crates/ring/
Dbuild.rs332 struct Target { struct
342 fn build_c_code(target: &Target, pregenerated: PathBuf, out_dir: &Path) { in build_c_code()
451 target: &Target, in build_library()
511 target: &Target, in compile()
544 target: &Target, in cc()
/external/llvm-project/llvm/bindings/ocaml/target/
Dtarget_ocaml.c147 static value llvm_target_option(LLVMTargetRef Target) { in llvm_target_option()
172 CAMLprim value llvm_target_succ(LLVMTargetRef Target) { in llvm_target_succ()
193 CAMLprim value llvm_target_name(LLVMTargetRef Target) { in llvm_target_name()
198 CAMLprim value llvm_target_description(LLVMTargetRef Target) { in llvm_target_description()
203 CAMLprim value llvm_target_has_jit(LLVMTargetRef Target) { in llvm_target_has_jit()
208 CAMLprim value llvm_target_has_target_machine(LLVMTargetRef Target) { in llvm_target_has_target_machine()
213 CAMLprim value llvm_target_has_asm_backend(LLVMTargetRef Target) { in llvm_target_has_asm_backend()
247 value CodeModel, LLVMTargetRef Target) { in llvm_create_targetmachine_native()
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c147 static value llvm_target_option(LLVMTargetRef Target) { in llvm_target_option()
172 CAMLprim value llvm_target_succ(LLVMTargetRef Target) { in llvm_target_succ()
193 CAMLprim value llvm_target_name(LLVMTargetRef Target) { in llvm_target_name()
198 CAMLprim value llvm_target_description(LLVMTargetRef Target) { in llvm_target_description()
203 CAMLprim value llvm_target_has_jit(LLVMTargetRef Target) { in llvm_target_has_jit()
208 CAMLprim value llvm_target_has_target_machine(LLVMTargetRef Target) { in llvm_target_has_target_machine()
213 CAMLprim value llvm_target_has_asm_backend(LLVMTargetRef Target) { in llvm_target_has_asm_backend()
247 value CodeModel, LLVMTargetRef Target) { in llvm_create_targetmachine_native()
/external/rust/crates/gdbstub/src/target/
Dmod.rs184 pub trait Target { trait
254 impl<A, E> Target for $type impl
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DBasicGOTAndStubsBuilder.h39 Symbol &getGOTEntrySymbol(Symbol &Target) { in getGOTEntrySymbol()
55 Symbol &getStubSymbol(Symbol &Target) { in getStubSymbol()

12345678910>>...38