/third_party/skia/bench/ |
D | nanobench.h | 33 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 …]
|
/third_party/rust/crates/rustix/src/fs/ |
D | mount.rs | 17 target: Target, in mount() 46 pub fn remount<Target: path::Arg, Data: path::Arg>( in remount() 73 target: Target, in bind_mount() 97 target: Target, in recursive_bind_mount() 119 pub fn change_mount<Target: path::Arg>( in change_mount() 137 target: Target, in move_mount()
|
/third_party/skia/third_party/externals/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
|
/third_party/rust/crates/rustix/src/io/ |
D | context.rs | 33 type Target = T; typedef 55 type Target: AsFd; typedef 58 fn acquire<'call>(&self, data: Self::Data) -> Ref<'call, Self::Target>; in acquire() 70 unsafe fn decode<'call>(&self, raw: u64) -> Ref<'call, Self::Target>; in decode() 83 type Target = BorrowedFd<'a>; typedef 86 fn acquire<'call>(&self, data: Self::Data) -> Ref<'call, Self::Target> { in acquire() 96 unsafe fn decode<'call>(&self, raw: u64) -> Ref<'call, Self::Target> { in decode() 131 type Target = BorrowedFd<'context>; typedef 134 fn acquire<'call>(&self, data: Self::Data) -> Ref<'call, Self::Target> { in acquire() 151 unsafe fn decode<'call>(&self, raw: u64) -> Ref<'call, Self::Target> { in decode()
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | call_expression.h | 66 struct Target { struct 75 const Target target; argument
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | issue-1488-options.rs | 16 type Target = *mut ::std::os::raw::c_void; typedef 18 fn deref(&self) -> &Self::Target { in deref() 24 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
D | objc_pointer_return_types.rs | 16 type Target = objc::runtime::Object; typedef 17 fn deref(&self) -> &Self::Target { in deref() 33 type Target = objc::runtime::Object; typedef 34 fn deref(&self) -> &Self::Target { in deref()
|
D | objc_protocol_inheritance.rs | 17 type Target = objc::runtime::Object; typedef 18 fn deref(&self) -> &Self::Target { in deref() 35 type Target = objc::runtime::Object; typedef 36 fn deref(&self) -> &Self::Target { in deref()
|
D | issue-1488-enum-new-type.rs | 38 type Target = Baz; typedef 40 fn deref(&self) -> &Self::Target { in deref() 46 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
D | objc_interface.rs | 16 type Target = objc::runtime::Object; typedef 17 fn deref(&self) -> &Self::Target { in deref()
|
D | objc_method_clash.rs | 16 type Target = objc::runtime::Object; typedef 17 fn deref(&self) -> &Self::Target { in deref()
|
D | wrap_unsafe_ops_objc_class.rs | 19 type Target = objc::runtime::Object; typedef 20 fn deref(&self) -> &Self::Target { in deref()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
D | fuzzer.cc | 96 struct Target { in LLVMFuzzerTestOneInput() struct 97 FuzzingTarget fuzzing_target; in LLVMFuzzerTestOneInput() 98 OutputFormat output_format; in LLVMFuzzerTestOneInput() 99 const char* name; in LLVMFuzzerTestOneInput()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
D | objc_template.rs | 16 type Target = objc::runtime::Object; typedef 17 fn deref(&self) -> &Self::Target { in deref() 40 type Target = objc::runtime::Object; typedef 41 fn deref(&self) -> &Self::Target { in deref()
|
D | objc_inheritance.rs | 16 type Target = objc::runtime::Object; typedef 17 fn deref(&self) -> &Self::Target { in deref() 33 type Target = objc::runtime::Object; typedef 34 fn deref(&self) -> &Self::Target { in deref() 68 type Target = objc::runtime::Object; typedef 69 fn deref(&self) -> &Self::Target { in deref()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
D | objc_template.rs | 16 type Target = objc::runtime::Object; typedef 17 fn deref(&self) -> &Self::Target { in deref() 40 type Target = objc::runtime::Object; typedef 41 fn deref(&self) -> &Self::Target { in deref()
|
D | objc_inheritance.rs | 16 type Target = objc::runtime::Object; typedef 17 fn deref(&self) -> &Self::Target { in deref() 33 type Target = objc::runtime::Object; typedef 34 fn deref(&self) -> &Self::Target { in deref() 68 type Target = objc::runtime::Object; typedef 69 fn deref(&self) -> &Self::Target { in deref()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
D | fuzzer.cc | 124 struct Target { in LLVMFuzzerTestOneInput() struct 125 FuzzingTarget fuzzing_target; in LLVMFuzzerTestOneInput() 126 OutputFormat output_format; in LLVMFuzzerTestOneInput() 127 const char* name; in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/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
|
/third_party/rust/crates/syn/src/ |
D | drops.rs | 20 type Target = T; typedef 21 fn deref(&self) -> &Self::Target { in deref() 27 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/third_party/rust/crates/io-lifetimes/src/ |
D | portability.rs | 106 fn as_filelike_view<Target: FilelikeViewType>(&self) -> FilelikeView<'_, Target>; in as_filelike_view() argument 117 fn as_filelike_view<Target: FilelikeViewType>(&self) -> FilelikeView<'_, Target> { in as_filelike_view() argument 159 fn as_filelike_view<Target: FilelikeViewType>(&self) -> FilelikeView<'_, Target>; in as_filelike_view() argument 170 fn as_filelike_view<Target: FilelikeViewType>(&self) -> FilelikeView<'_, Target> { in as_filelike_view() argument 201 fn as_socketlike_view<Target: SocketlikeViewType>(&self) -> SocketlikeView<'_, Target>; in as_socketlike_view() argument 212 fn as_socketlike_view<Target: SocketlikeViewType>(&self) -> SocketlikeView<'_, Target> { in as_socketlike_view() argument 241 fn as_socketlike_view<Target: SocketlikeViewType>(&self) -> SocketlikeView<'_, Target>; in as_socketlike_view() argument 252 fn as_socketlike_view<Target: SocketlikeViewType>(&self) -> SocketlikeView<'_, Target> { in as_socketlike_view() argument
|
/third_party/skia/third_party/externals/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()
|
/third_party/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()
|