/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | target.go | 14 type Target struct { struct 15 Arch *sys.Arch 17 HeadType objabi.HeadType 19 LinkMode LinkMode 20 BuildMode BuildMode 22 linkShared bool 23 canUsePlugins bool 24 IsELF bool 31 func (t *Target) IsExe() bool { 35 func (t *Target) IsShared() bool { [all …]
|
/aosp_15_r20/external/skia/bench/ |
H A D | nanobench.h | 36 struct Target { struct 37 explicit Target(const Config& c) : config(c) { } in Target() argument 38 virtual ~Target() { } in ~Target() argument 40 const Config config; 41 sk_sp<SkSurface> surface; 44 void setup() { in setup() 49 virtual void onSetup() { } in onSetup() 54 virtual SkCanvas* beginTiming(SkCanvas* canvas) { return canvas; } in beginTiming() 58 virtual void endTiming() { } in endTiming() 63 virtual void submitWorkAndSyncCPU() { } in submitWorkAndSyncCPU() [all …]
|
/aosp_15_r20/external/perfetto/tools/ |
H A D | gen_bazel | 243 def populate_python_deps(self, target: GnParser.Target, label: 'BazelLabel'): 260 def gen_python_library(self, target: GnParser.Target): 274 def gen_python_binary(self, target: GnParser.Target): 289 def gen_target(self, gn_target: GnParser.Target): 300 def gen_target_str(self, gn_target: GnParser.Target): 485 def gen_proto_label(target: GnParser.Target): 615 def gen_cc_proto_descriptor(target: GnParser.Target): 632 def gen_cc_amalgamated_sql(target: GnParser.Target): 650 def gen_sql_source_set(target: GnParser.Target): 657 def gen_cc_tp_tables(target: GnParser.Target): [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 600 type Target = Offset2D; typedef 601 fn deref(&self) -> &Self::Target { in deref() 606 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 651 type Target = Offset3D; typedef 652 fn deref(&self) -> &Self::Target { in deref() 657 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 706 type Target = Extent2D; typedef 707 fn deref(&self) -> &Self::Target { in deref() 712 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 757 type Target = Extent3D; typedef [all …]
|
/aosp_15_r20/build/soong/android/ |
H A D | arch.go | 345 type Target struct { struct 347 Os OsType 349 Arch Arch 352 NativeBridge NativeBridgeSupport 355 NativeBridgeHostArchName string 358 NativeBridgeRelativePath string 363 HostCross bool 375 func (target Target) String() string { 380 func (target Target) OsVariation() string { 385 func (target Target) ArchVariation() string { [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/thiserror/src/ |
D | display.rs | 8 type Target: Display; typedef 10 fn as_display(&'a self) -> Self::Target; in as_display() 17 type Target = &'a T; typedef 19 fn as_display(&'a self) -> Self::Target { in as_display() 25 type Target = path::Display<'a>; typedef 28 fn as_display(&'a self) -> Self::Target { in as_display() 34 type Target = path::Display<'a>; typedef 37 fn as_display(&'a self) -> Self::Target { in as_display()
|
/aosp_15_r20/external/rust/beto-rust/common/lock_adapter/src/ |
D | stdlib.rs | 82 type Target = T; typedef 84 fn deref(&self) -> &Self::Target { in deref() 102 type Target = U; typedef 104 fn deref(&self) -> &Self::Target { in deref() 123 type Target = T; typedef 125 fn deref(&self) -> &Self::Target { in deref() 131 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 149 type Target = T; typedef 151 fn deref(&self) -> &Self::Target { in deref() 160 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/aosp_15_r20/external/boringssl/src/util/build/ |
H A D | build.go | 19 type Target struct { struct 22 Srcs []string `json:"srcs,omitempty"` 25 Hdrs []string `json:"hdrs,omitempty"` 28 InternalHdrs []string `json:"internal_hdrs,omitempty"` 31 Asm []string `json:"asm,omitempty"` 34 Nasm []string `json:"nasm,omitempty"` 37 Data []string `json:"data,omitempty"`
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/build/ |
H A D | build.go | 19 type Target struct { struct 22 Srcs []string `json:"srcs,omitempty"` 25 Hdrs []string `json:"hdrs,omitempty"` 28 InternalHdrs []string `json:"internal_hdrs,omitempty"` 31 Asm []string `json:"asm,omitempty"` 34 Nasm []string `json:"nasm,omitempty"` 37 Data []string `json:"data,omitempty"`
|
/aosp_15_r20/external/pytorch/torch/fx/ |
H A D | interpreter.py | 207 …def placeholder(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -> … 239 …def get_attr(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -> Any: 258 …def call_function(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -… 278 …def call_method(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -> … 300 …def call_module(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -> … 323 … def output(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -> Any: 455 …def placeholder(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -> … 473 …def get_attr(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -> Pro… 490 …def call_module(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -> … 497 …def call_function(self, target : 'Target', args : Tuple[Argument, ...], kwargs : Dict[str, Any]) -…
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/mount/ |
D | mount_unmount.rs | 17 target: Target, in mount() 48 pub fn mount_remount<Target: path::Arg, Data: path::Arg>( in mount_remount() 77 target: Target, in mount_bind() 103 target: Target, in mount_recursive_bind() 126 pub fn mount_change<Target: path::Arg>( in mount_change() 150 target: Target, in mount_move() 173 pub fn unmount<Target: path::Arg>(target: Target, flags: UnmountFlags) -> io::Result<()> { in unmount()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/ |
H A D | InterfaceFile.cpp | 45 void InterfaceFileRef::addTarget(const Target &Target) { in addTarget() 50 const Target &Target) { in addAllowableClient() 56 const Target &Target) { in addReexportedLibrary() 76 [](const std::pair<Target, std::string> &LHS, in addUUID() 77 Target RHS) { return LHS.first < RHS; }); in addUUID() 87 void InterfaceFile::addUUID(const Target &Target, uint8_t UUID[16]) { in addUUID() 98 void InterfaceFile::addTarget(const Target &Target) { in addTarget() 117 for (const auto &Target : Targets) in addSymbol() local
|
/aosp_15_r20/external/cronet/net/reporting/ |
H A D | reporting_delivery_agent.cc | 94 struct Target { struct in net::__anon4ff9649f0111::Delivery 95 Target(const IsolationInfo& isolation_info, in Target() function 112 bool operator<(const Target& other) const { in operator <() 122 IsolationInfo isolation_info; 123 NetworkAnonymizationKey network_anonymization_key; 124 url::Origin origin; 125 GURL endpoint_url; 126 std::optional<base::UnguessableToken> reporting_source;
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/ |
D | asm.go | 554 func rewritetoinsn(target *ld.Target, ldr *loader.Loader, su *loader.SymbolBuilder, offset int64, m… 565 func rewritetonop(target *ld.Target, ldr *loader.Loader, su *loader.SymbolBuilder, offset int64, ma… 569 func adddynrel(target *ld.Target, ldr *loader.Loader, syms *ld.ArchSyms, s loader.Sym, r loader.Rel… 578 func addelfdynrel(target *ld.Target, ldr *loader.Loader, syms *ld.ArchSyms, s loader.Sym, r loader.… 1032 func archreloctoc(ldr *loader.Loader, target *ld.Target, syms *ld.ArchSyms, r loader.Reloc, s loade… 1102 func archrelocaddr(ldr *loader.Loader, target *ld.Target, syms *ld.ArchSyms, r loader.Reloc, s load… 1325 func unpackInstPair(target *ld.Target, r int64) (uint32, uint32) { 1334 func packInstPair(target *ld.Target, o1, o2 uint32) int64 { 1360 func computeTLSLEReloc(target *ld.Target, ldr *loader.Loader, rs, s loader.Sym) int64 { 1378 func archreloc(target *ld.Target, ldr *loader.Loader, syms *ld.ArchSyms, r loader.Reloc, s loader.S… [all …]
|
/aosp_15_r20/frameworks/base/tools/bit/ |
H A D | main.cpp | 42 struct Target { struct 58 Target(bool b, bool i, bool t, const string& p); argument 61 Target::Target(bool b, bool i, bool t, const string& p) in Target() function in Target
|
/aosp_15_r20/external/rust/android-crates-io/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()
|
/aosp_15_r20/bootable/libbootloader/gbl/smoltcp/ |
H A D | heapless.rs | 57 type Target = AllocVec<T>; typedef 59 fn deref(&self) -> &Self::Target { in deref() 65 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 101 type Target = BTreeMap<K, V>; typedef 103 fn deref(&self) -> &Self::Target { in deref() 109 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/ |
D | build.rs | 402 struct Target { struct 419 target: &Target, in build_c_code() 504 fn new_build(target: &Target, include_dir: &Path) -> cc::Build { in new_build() 511 target: &Target, in build_library() 551 target: &Target, in compile() 580 fn configure_cc(c: &mut cc::Build, target: &Target, include_dir: &Path) { in configure_cc()
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceInstX8632.cpp | 155 InstX86Label::InstX86Label(Cfg *Func, TargetLowering *Target) in InstX86Label() 224 InstX86Jmp::InstX86Jmp(Cfg *Func, Operand *Target) in InstX86Jmp() 543 Operand *Target = getJmpTarget(); in emitIAS() local 586 auto *Target = InstX86Base::getTarget(Func); in emit() local 602 auto *Target = InstX86Base::getTarget(Func); in emitIAS() local 656 auto *Target = InstX86Base::getTarget(Func); in emitIASOpTyGPR() local 678 auto *Target = InstX86Base::getTarget(Func); in emitIASRegOpTyGPR() local 742 auto *Target = InstX86Base::getTarget(Func); in emitIASAsAddrOpTyGPR() local 802 auto *Target = InstX86Base::getTarget(Func); in emitIASXmmShift() local 826 auto *Target = InstX86Base::getTarget(Func); in emitIASRegOpTyXMM() local [all …]
|
/aosp_15_r20/external/skia/bazel/exporter/build_proto/analysis_v2/ |
H A D | analysis_v2.pb.go | 423 type Target struct { struct 424 state protoimpl.MessageState 425 sizeCache protoimpl.SizeCache 426 unknownFields protoimpl.UnknownFields 430 Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` 432 Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` 434 …`protobuf:"varint,3,opt,name=rule_class_id,json=ruleClassId,proto3" json:"rule_class_id,omitempty"` 437 func (x *Target) Reset() { 446 func (x *Target) String() string { 450 func (*Target) ProtoMessage() {} [all …]
|
/aosp_15_r20/prebuilts/bazel/common/proto/analysis_v2/ |
D | analysis_v2.pb.go | 443 type Target struct { struct 444 state protoimpl.MessageState 445 sizeCache protoimpl.SizeCache 446 unknownFields protoimpl.UnknownFields 450 Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` 452 Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` 454 …`protobuf:"varint,3,opt,name=rule_class_id,json=ruleClassId,proto3" json:"rule_class_id,omitempty"` 457 func (x *Target) Reset() { 466 func (x *Target) String() string { 470 func (*Target) ProtoMessage() {} [all …]
|
/aosp_15_r20/external/llvm/bindings/ocaml/target/ |
H A 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()
|
/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/ |
D | pool.rs | 901 type Target = T; typedef 903 fn deref(&self) -> &Self::Target { in deref() 1022 type Target = T; typedef 1024 fn deref(&self) -> &Self::Target { in deref() 1034 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 1111 type Target = T; typedef 1113 fn deref(&self) -> &Self::Target { in deref() 1260 type Target = T; typedef 1262 fn deref(&self) -> &Self::Target { in deref() 1272 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/ |
D | mutex.rs | 978 type Target = T; typedef 979 fn deref(&self) -> &Self::Target { in deref() 985 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 1160 type Target = T; typedef 1161 fn deref(&self) -> &Self::Target { in deref() 1167 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 1265 type Target = T; typedef 1266 fn deref(&self) -> &Self::Target { in deref() 1272 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut() 1373 type Target = U; typedef [all …]
|