Home
last modified time | relevance | path

Searched refs:system_python (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/
DWORKSPACE66 load("//bazel:system_python.bzl", "system_python")
67 system_python(
68 name = "system_python",
72 load("@system_python//:register.bzl", "register_system_python")
75 load("@system_python//:pip.bzl", "pip_parse")
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/test/distrib/bazel/python/
DWORKSPACE24 load("@upb//bazel:system_python.bzl", "system_python")
26 system_python(
27 name = "system_python",
31 load("@system_python//:pip.bzl", "pip_parse")
/aosp_15_r20/external/grpc-grpc/test/distrib/bazel/python/
H A DWORKSPACE28 load("@com_google_protobuf//bazel:system_python.bzl", "system_python")
30 system_python(
31 name = "system_python",
35 load("@system_python//:pip.bzl", "pip_parse")
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/
DWORKSPACE69 load("@upb//bazel:system_python.bzl", "system_python")
71 system_python(
72 name = "system_python",
76 load("@system_python//:pip.bzl", "pip_parse")
/aosp_15_r20/external/grpc-grpc/
H A DWORKSPACE88 load("@com_google_protobuf//bazel:system_python.bzl", "system_python")
90 system_python(
91 name = "system_python",
95 load("@system_python//:pip.bzl", system_pip_parse = "pip_parse")
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/bazel/
Dsystem_python.bzl226 # @system_python//:exists or @system_python//:supported constraints.
251 # The system_python() repository rule exposes information from the version of python installed in t…
254 # system_python(
265 # load("@system_python//:pip.bzl", "pip_install")
287 system_python = repository_rule(
/aosp_15_r20/external/bazelbuild-rules_python/tests/bootstrap_impls/
H A DBUILD.bazel68 bootstrap_impl = "system_python",
69 env = {"BOOTSTRAP": "system_python"},
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
DBUILD182 "@system_python//:none": ["@platforms//:incompatible"],
183 "@system_python//:unsupported": ["@platforms//:incompatible"],
Dpy_extension.bzl39 "//conditions:default": ["@system_python//:python_headers"],
/aosp_15_r20/external/bazelbuild-rules_python/docs/api/rules_python/python/config_settings/
H A Dindex.md180 * `system_python`: Use a bootstrap that requires a system Python available
191 script bootstrap. If not available, the `system_python` bootstrap will be used
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/pb_unit_tests/
Dpyproto_test_wrapper.bzl19 "@system_python//:supported": [],
DBUILD62 "@system_python//:supported": [],
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/cmake/
Dmake_cmakelists.py259 def system_python(self, **kwargs): member in WorkspaceFileFunctions
/aosp_15_r20/external/bazelbuild-rules_python/python/private/
H A Dflags.bzl29 SYSTEM_PYTHON = "system_python",
/aosp_15_r20/external/bazelbuild-rules_python/python/private/common/
H A Dproviders.bzl167 * `--bootstrap_impl=system_python` substitutions: `%is_zipfile%`, `%python_binary%`,