| /external/skia/bench/ |
| D | nanobench.h | 34 struct Target { struct 35 explicit Target(const Config& c) : config(c) { } in Target() function 36 virtual ~Target() { } in ~Target() argument 38 const Config config; 39 sk_sp<SkSurface> surface; 42 virtual void setup() { } in setup() 47 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming() 51 virtual void endTiming() { } in endTiming() 56 virtual void syncCPU() { } in syncCPU() 61 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/perfetto/tools/ |
| D | gen_bazel | 199 def populate_python_deps(self, target: GnParser.Target, label: 'BazelLabel'): 216 def gen_python_library(self, target: GnParser.Target): 228 def gen_python_binary(self, target: GnParser.Target): 243 def gen_target(self, gn_target: GnParser.Target): 254 def gen_target_str(self, gn_target: GnParser.Target): 419 def gen_proto_label(target: GnParser.Target): 546 def gen_cc_proto_descriptor(target: GnParser.Target): 563 def gen_cc_amalgamated_sql(target: GnParser.Target): 581 def gen_sql_source_set(target: GnParser.Target): 588 def gen_cc_tp_tables(target: GnParser.Target): [all …]
|
| D | gen_android_bp | 451 class Target(object): class 671 target: GnParser.Target): 800 target: GnParser.Target): 836 target: GnParser.Target): 867 target: GnParser.Target): 889 def create_gen_version_module(blueprint: Blueprint, target: GnParser.Target, 925 def _get_cflags(target: GnParser.Target):
|
| /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/cronet/net/reporting/ |
| D | reporting_delivery_agent.cc | 93 struct Target { struct in net::__anoncc6bfece0111::Delivery 94 Target(const IsolationInfo& isolation_info, in Target() function 111 bool operator<(const Target& other) const { in operator <() 121 IsolationInfo isolation_info; 122 NetworkAnonymizationKey network_anonymization_key; 123 url::Origin origin; 124 GURL endpoint_url; 125 absl::optional<base::UnguessableToken> reporting_source;
|
| /external/rust/crates/protobuf-parse/src/ |
| D | rel_path.rs | 46 type Target = Path; typedef 48 fn deref(&self) -> &Self::Target { in deref() 54 type Target = RelPath; typedef 56 fn deref(&self) -> &Self::Target { in deref()
|
| /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/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/gdbstub/src/stub/ |
| D | mod.rs | 41 type Target: Target; typedef 61 target: &mut Self::Target, in wait_for_stop_reason() 86 target: &mut Self::Target, in on_interrupt() 103 Target(T), enumerator 163 E: run_blocking::BlockingEventLoop<Target = T, Connection = C>, in run_blocking()
|
| /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/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/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/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()
|
| /external/rust/crates/ring/ |
| D | build.rs | 375 struct Target { struct 385 fn build_c_code(target: &Target, pregenerated: PathBuf, out_dir: &Path, ring_core_prefix: &str) { in build_c_code() 470 target: &Target, in build_library() 521 fn compile(p: &Path, target: &Target, warnings_are_errors: bool, out_dir: &Path) -> String { in compile() 548 target: &Target, in cc()
|
| /external/rust/crates/tokio/src/loom/std/ |
| 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/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/crosvm/win_util/src/ |
| D | large_integer.rs | 28 type Target = LARGE_INTEGER; typedef 30 fn deref(&self) -> &Self::Target { in deref()
|
| /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/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()
|