Home
last modified time | relevance | path

Searched refs:rust_binary (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/bazelbuild-rules_rust/examples/nix_cross_compiling/rust_binary/
H A DBUILD.bazel1 load("@rules_rust//rust:defs.bzl", "rust_binary")
5 # rust_binary(
7 # srcs = ["rust_binary.rs"],
17 # rust_binary(
19 # srcs = ["rust_binary.rs"],
29 rust_binary(
31 srcs = ["rust_binary.rs"],
41 rust_binary(
43 srcs = ["rust_binary.rs"],
53 rust_binary(
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/examples/nix_cross_compiling/
H A DBUILD.bazel20 # "//rust_binary:rust_binary_aarch64-apple-darwin",
21 # "//rust_binary:rust_binary_aarch64-apple-ios",
22 "//rust_binary:rust_binary_aarch64-linux-android",
23 "//rust_binary:rust_binary_aarch64-unknown-linux-gnu",
24 "//rust_binary:rust_binary_wasm32-unknown-unknown",
25 "//rust_binary:rust_binary_wasm32-wasi",
26 # "//rust_binary:rust_binary_x86_64-apple-darwin",
27 # "//rust_binary:rust_binary_x86_64-pc-windows-msvc",
28 "//rust_binary:rust_binary_x86_64-unknown-linux-gnu",
29 "//rust_binary:rust_binary_x86_64-unknown-nixos-gnu",
/aosp_15_r20/build/soong/rust/
H A Dcompiler_test.go169 rust_binary {
197 rust_binary {
277 rust_binary {
305 rust_binary {
314 rust_binary {
323 rust_binary {
332 rust_binary {
341 rust_binary {
352 rust_binary {
361 rust_binary {
H A Dbinary_test.go48 rust_binary {
54 rust_binary {
89 rust_binary {
147 rust_binary {
163 rust_binary {
194 rust_binary {
213 rust_binary {
217 rust_binary {
H A Dimage_test.go203 rust_binary {
208 rust_binary {
214 rust_binary {
220 rust_binary {
226 rust_binary {
232 rust_binary {
H A Dcoverage_test.go32 rust_binary {
36 rust_binary {
101 rust_binary {
H A Dsanitize_test.go92 rust_binary {
97 rust_binary {
103 rust_binary {
109 rust_binary {
115 rust_binary {
121 rust_binary {
/aosp_15_r20/external/bazelbuild-rules_rust/examples/ambiguous_deps/
H A DBUILD.bazel2 load("@rules_rust//rust:defs.bzl", "rust_binary")
4 # A rust_binary that depends on two native libs with the same name.
6 rust_binary(
15 # A rust_binary that depends on a native library with a name that doesn't
17 rust_binary(
/aosp_15_r20/external/crosvm/patches/
H A DAndroid.bp.patch5 @@ -36,6 +36,7 @@ rust_binary {
13 @@ -53,7 +54,6 @@ rust_binary {
21 @@ -134,6 +134,10 @@ rust_binary {
32 @@ -142,6 +146,18 @@ rust_binary {
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/cross_compile/
H A DBUILD.bazel1 load("@rules_rust//rust:defs.bzl", "rust_binary")
14 rust_binary(
20 rust_binary(
27 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/cargo/private/
H A Dcargo_build_script_wrapper.bzl9 load("//rust:defs.bzl", "rust_binary")
38 This rules take the same arguments as rust_binary.
59 load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_library")
126 … **kwargs: Forwards to the underlying `rust_binary` rule. An exception is the `compatible_with`
127 … attribute, which shouldn't be forwarded to the `rust_binary`, as the `rust_binary` is only
149 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/docs/
H A Dflatten.md21 * [rust_binary](#rust_binary)
197 <a id="rust_binary"></a>
199 ## rust_binary section in Rust rules
202 rust_binary(<a href="#rust_binary-name">name</a>, <a href="#rust_binary-deps">deps</a>, <a href="#r…
203rust_binary-crate_root">crate_root</a>, <a href="#rust_binary-crate_type">crate_type</a>, <a href=…
204rust_binary-malloc">malloc</a>, <a href="#rust_binary-out_binary">out_binary</a>, <a href="#rust_b…
205 <a href="#rust_binary-stamp">stamp</a>, <a href="#rust_binary-version">version</a>)
270 load("@rules_rust//rust:defs.bzl", "rust_binary")
272 rust_binary(
300 | <a id="rust_binary-name"></a>name | A unique name for this target. | <a href="https://bazel.bu…
[all …]
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto/grpc_client/
H A DBUILD.bazel1 load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_doc", "rust_doc_test")
4 # https://bazelbuild.github.io/rules_rust/defs.html#rust_binary
5 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/tests/services/helloworld/
H A DBUILD.bazel3 load("//rust:defs.bzl", "rust_binary")
19 rust_binary(
31 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto_with_toolchain/grpc_client/
H A DBUILD.bazel1 load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_doc", "rust_doc_test")
4 # https://bazelbuild.github.io/rules_rust/defs.html#rust_binary
5 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/hello_world/
H A DBUILD.bazel2 load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_doc")
6 rust_binary(
14 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/examples/musl_cross_compiling/
H A DBUILD.bazel3 load("@rules_rust//rust:defs.bzl", "rust_binary")
5 rust_binary(
43 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/proto/prost/private/tests/services/echo/
H A DBUILD.bazel3 load("//rust:defs.bzl", "rust_binary")
19 rust_binary(
33 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto_with_toolchain/grpc_server/
H A DBUILD.bazel1 load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_doc", "rust_doc_test", "rust_test_suite")
4 # https://bazelbuild.github.io/rules_rust/defs.html#rust_binary
5 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto/grpc_server/
H A DBUILD.bazel1 load("@rules_rust//rust:defs.bzl", "rust_binary", "rust_doc", "rust_doc_test", "rust_test_suite")
4 # https://bazelbuild.github.io/rules_rust/defs.html#rust_binary
5 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/test/unit/linkstamps/
H A Dlinkstamps_test.bzl5 load("//rust:defs.bzl", "rust_binary", "rust_common", "rust_library", "rust_test")
73 rust_binary(
92 rust_binary(
109 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/test/unit/rustdoc/
H A Drustdoc_unit_test.bzl6 load("//rust:defs.bzl", "rust_binary", "rust_doc", "rust_doc_test", "rust_library", "rust_proc_macr…
188 rust_binary,
194 rust_binary,
202 rust_binary,
246 rust_binary,
/aosp_15_r20/external/bazelbuild-rules_rust/tools/rustfmt/
H A DBUILD.bazel1 load("//rust:defs.bzl", "rust_binary", "rust_clippy", "rust_library")
45 rust_binary(
66 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/test/clippy/
H A DBUILD.bazel3 "rust_binary",
16 rust_binary(
87 rust_binary(
/aosp_15_r20/external/bazelbuild-rules_rust/test/rustfmt/
H A Drustfmt_integration_test_suite.bzl5 "rust_binary",
13 "rust_binary": rust_binary,

12345678910>>...13