Home
last modified time | relevance | path

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

12345678910>>...62

/external/skia/bench/
Dnanobench.h36 struct Target { struct
37 explicit Target(const Config& c) : config(c) { } in Target() function
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()
59 virtual void submitFrame() { } in submitFrame()
64 virtual void submitWorkAndSyncCPU() { } in submitWorkAndSyncCPU()
[all …]
/external/cronet/tot/third_party/boringssl/src/util/build/
Dbuild.go19 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"`
/external/cronet/stable/third_party/boringssl/src/util/build/
Dbuild.go19 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"`
/external/boringssl/src/util/build/
Dbuild.go19 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"`
/external/rust/android-crates-io/crates/thiserror/src/
Ddisplay.rs9 type Target: Display; typedef
11 fn as_display(&'a self) -> Self::Target; in as_display()
18 type Target = &'a T; typedef
20 fn as_display(&'a self) -> Self::Target { in as_display()
27 type Target = path::Display<'a>; typedef
30 fn as_display(&'a self) -> Self::Target { in as_display()
37 type Target = path::Display<'a>; typedef
40 fn as_display(&'a self) -> Self::Target { in as_display()
66 type Target = Self; typedef
69 fn as_display(&'a self) -> Self::Target { in as_display()
/external/perfetto/tools/
Dgen_bazel273 def populate_python_deps(self, target: GnParser.Target, label: 'BazelLabel'):
290 def gen_python_library(self, target: GnParser.Target):
304 def gen_python_binary(self, target: GnParser.Target):
319 def gen_target(self, gn_target: GnParser.Target):
330 def gen_target_str(self, gn_target: GnParser.Target):
525 def gen_proto_label(target: GnParser.Target):
655 def gen_cc_proto_descriptor(target: GnParser.Target):
672 def gen_cc_amalgamated_sql(target: GnParser.Target):
690 def gen_sql_source_set(target: GnParser.Target):
697 def gen_cc_tp_tables(target: GnParser.Target):
[all …]
Dgen_android_bp529 class Target(object): class
764 target: GnParser.Target):
922 target: GnParser.Target):
958 target: GnParser.Target):
995 target: GnParser.Target):
1017 def create_gen_version_module(blueprint: Blueprint, target: GnParser.Target,
1071 def is_target_android_jni_lib(target: GnParser.Target):
1076 def android_jni_lib_custom_target_name(target: GnParser.Target):
1097 def create_android_app_module(self, target: GnParser.Target,
1114 def create_android_library_module(self, target: GnParser.Target,
[all …]
/external/rust/android-crates-io/crates/zip/src/
Dcp437.rs6 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/rust/android-crates-io/crates/rustix/src/mount/
Dmount_unmount.rs17 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()
/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
/external/rust/beto-rust/common/lock_adapter/src/
Dstdlib.rs82 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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TextAPI/
DInterfaceFile.cpp45 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
/external/pytorch/torch/fx/
Dinterpreter.py207 …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]) -…
/external/cronet/tot/net/reporting/
Dreporting_delivery_agent.cc95 struct Target { struct in net::__anond21231a50111::Delivery
96 Target(const IsolationInfo& isolation_info, in Target() argument
115 bool operator<(const Target& other) const { in operator <()
126 IsolationInfo isolation_info;
127 NetworkAnonymizationKey network_anonymization_key;
128 url::Origin origin;
129 GURL endpoint_url;
130 std::optional<base::UnguessableToken> reporting_source;
131 ReportingTargetType target_type;
/external/cronet/stable/net/reporting/
Dreporting_delivery_agent.cc95 struct Target { struct in net::__anon918169890111::Delivery
96 Target(const IsolationInfo& isolation_info, in Target() function
115 bool operator<(const Target& other) const { in operator <()
126 IsolationInfo isolation_info;
127 NetworkAnonymizationKey network_anonymization_key;
128 url::Origin origin;
129 GURL endpoint_url;
130 std::optional<base::UnguessableToken> reporting_source;
131 ReportingTargetType target_type;
/external/pytorch/torch/fx/experimental/
Dschema_type_annotation.py37 def call_function(self, target : Target, args : Tuple[Argument, ...], kwargs : Dict[str, Any]):
61 def call_module(self, target : Target, args : Tuple[Argument, ...], kwargs : Dict[str, Any]):
73 …def get_attr(self, target : torch.fx.node.Target, args : Tuple[Argument, ...], kwargs : Dict[str, …
92 def _extract_python_return_type(self, target : Target) -> Optional[Any]:
/external/rust/android-crates-io/crates/protobuf-parse/src/
Drel_path.rs46 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/executorch/backends/qualcomm/_passes/
Dinsert_io_qdq.py42 def _ceate_args(self, target: torch.fx.node.Target, quant_attrs: Dict):
66 target: torch.fx.node.Target,
91 target: torch.fx.node.Target,
108 target: torch.fx.node.Target,
/external/rust/android-crates-io/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/android-crates-io/crates/axum/src/extract/
Dstate.rs367 type Target = S; typedef
369 fn deref(&self) -> &Self::Target { in deref()
375 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs600 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 …]
/external/rust/android-crates-io/crates/mls-rs-core/src/identity/
Dx509.rs58 type Target = [u8]; typedef
60 fn deref(&self) -> &Self::Target { in deref()
86 type Target = Vec<DerCertificate>; typedef
88 fn deref(&self) -> &Self::Target { in deref()
94 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/external/cronet/stable/third_party/boringssl/src/util/pregenerate/
Dbuild.go34 build.Target anonMember
188 func buildVariablesTask(targets map[string]build.Target, dst, comment string, writeVariable func(b …
255 func jsonTask(targets map[string]build.Target, dst string) Task {
261 func soongTask(targets map[string]build.Target, dst string) Task {
308 func MakeBuildFiles(targets map[string]build.Target) []Task {
/external/cronet/tot/third_party/boringssl/src/util/pregenerate/
Dbuild.go34 build.Target anonMember
188 func buildVariablesTask(targets map[string]build.Target, dst, comment string, writeVariable func(b …
255 func jsonTask(targets map[string]build.Target, dst string) Task {
261 func soongTask(targets map[string]build.Target, dst string) Task {
308 func MakeBuildFiles(targets map[string]build.Target) []Task {

12345678910>>...62