| /external/skia/bench/ |
| D | nanobench.h | 33 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/rust/crates/zip/src/ |
| D | cp437.rs | 6 type Target; typedef 11 fn from_cp437(self) -> Self::Target; in from_cp437() 15 type Target = ::std::borrow::Cow<'a, str>; typedef 17 fn from_cp437(self) -> Self::Target { in from_cp437() 27 type Target = String; typedef 29 fn from_cp437(self) -> Self::Target { in from_cp437()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
| D | InterfaceFile.cpp | 44 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
|
| D | Target.cpp | 55 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
|
| D | Platform.cpp | 34 PlatformKind mapToPlatformKind(const Triple &Target) { in mapToPlatformKind() 59 for (const auto &Target : Targets) in mapToPlatformSet() local
|
| /external/rust/crates/ash/src/vk/ |
| D | definitions.rs | 580 type Target = Offset2D; typedef 581 fn deref(&self) -> &Self::Target { in deref() 586 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 628 type Target = Offset3D; typedef 629 fn deref(&self) -> &Self::Target { in deref() 634 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 679 type Target = Extent2D; typedef 680 fn deref(&self) -> &Self::Target { in deref() 685 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 727 type Target = Extent3D; typedef [all …]
|
| /external/rust/crates/mio/src/sys/windows/ |
| D | io_status_block.rs | 24 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/ |
| D | atomic_ptr.rs | 17 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()
|
| D | atomic_usize.rs | 36 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/llvm/bindings/go/llvm/ |
| D | target.go | 30 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/ |
| D | build.rs | 315 struct Target { struct 325 fn build_c_code(target: &Target, pregenerated: PathBuf, out_dir: &Path) { in build_c_code() 434 target: &Target, in build_library() 494 target: &Target, in compile() 527 target: &Target, in cc()
|
| /external/rust/crates/managed/src/ |
| D | slice.rs | 81 type Target = [T]; typedef 83 fn deref(&self) -> &Self::Target { in deref() 93 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
| D | object.rs | 71 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/llvm/bindings/ocaml/target/ |
| D | target_ocaml.c | 147 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/jni/src/wrapper/strings/ |
| D | ffi_str.rs | 26 type Target = JNIStr; typedef 28 fn deref(&self) -> &Self::Target { in deref() 34 type Target = ffi::CStr; typedef 36 fn deref(&self) -> &Self::Target { in deref()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
| D | Target.h | 27 Target(Architecture Arch, PlatformKind Platform) in Target() function 29 explicit Target(const llvm::Triple &Triple) in Target() function
|
| /external/rust/crates/semver/src/ |
| D | impls.rs | 24 type Target = str; typedef 26 fn deref(&self) -> &Self::Target { in deref() 32 type Target = str; typedef 34 fn deref(&self) -> &Self::Target { in deref()
|
| /external/rust/crates/gdbstub/src/target/ |
| D | mod.rs | 286 pub trait Target { trait 351 impl<A, E> Target for $type impl
|
| /external/rust/crates/anyhow/src/ |
| D | ptr.rs | 38 pub fn cast<U: CastTo>(self) -> Own<U::Target> { in cast() 102 pub fn cast<U: CastTo>(self) -> Ref<'a, U::Target> { in cast() 159 pub fn cast<U: CastTo>(self) -> Mut<'a, U::Target> { in cast() 194 type Target; typedef 198 type Target = T; typedef
|
| /external/crosvm/win_util/src/ |
| D | large_integer.rs | 27 type Target = LARGE_INTEGER; typedef 29 fn deref(&self) -> &Self::Target { in deref()
|
| /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() 350 CodeGenTarget &Target = CDP.getTargetInfo(); in run() local 546 CodeGenTarget &Target = CDP.getTargetInfo(); in emitRecord() local 570 CodeGenTarget Target(Records); in emitEnums() local
|
| /external/skia/tests/ |
| D | TextureBindingsResetTest.cpp | 25 struct Target { in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() struct 26 GrGLenum fName; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() 27 GrGLenum fQuery; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
| D | BasicGOTAndStubsBuilder.h | 39 Symbol &getGOTEntrySymbol(Symbol &Target) { in getGOTEntrySymbol() 55 Symbol &getStubSymbol(Symbol &Target) { in getStubSymbol()
|
| /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/rust/crates/tokio/src/sync/ |
| D | mutex.rs | 645 type Target = T; typedef 646 fn deref(&self) -> &Self::Target { in deref() 652 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 707 type Target = T; typedef 708 fn deref(&self) -> &Self::Target { in deref() 714 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 792 type Target = T; typedef 793 fn deref(&self) -> &Self::Target { in deref() 799 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|