Home
last modified time | relevance | path

Searched defs:format_command (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/command/
Dbdist.py67 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/command/
Dbdist.py67 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/aosp_15_r20/external/python/cpython3/Lib/distutils/command/
Dbdist.py67 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/command/
Dbdist.py67 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/command/
Dbdist.py67 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/command/
Dbdist.py68 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/command/
H A Dbdist.py67 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/aosp_15_r20/external/python/cpython2/Lib/distutils/command/
Dbdist.py72 format_command = {'rpm': ('bdist_rpm', "RPM distribution"), variable in bdist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist.py93 format_command = format_commands variable in bdist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist.py93 format_command = format_commands variable in bdist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist.py93 format_command = format_commands variable in bdist
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbdist.py93 format_command = format_commands variable in bdist
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/ssh/
Dformatter.py189 def format_command(self, member in SshFormatter
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dtools.py155 def format_command(args: Sequence, kwargs: dict) -> tuple[str, str]: function
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/
Dbuild.rs17 fn format_command<C, A, S>(command: C, args: A) -> String in format_command() function