Home
last modified time | relevance | path

Searched refs:sub_commands (Results 1 – 25 of 82) sorted by relevance

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild.py21 sub_commands = _build.sub_commands[:] variable in build
24 subcommands = {cmd[0] for cmd in _build.sub_commands}
32 self.sub_commands = _build.sub_commands
Dinstall.py136 install.sub_commands = (
137 [cmd for cmd in orig.install.sub_commands if cmd[0] not in install._nc] +
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild.py21 sub_commands = _build.sub_commands[:] variable in build
24 subcommands = {cmd[0] for cmd in _build.sub_commands}
32 self.sub_commands = _build.sub_commands
Dinstall.py136 install.sub_commands = (
137 [cmd for cmd in orig.install.sub_commands if cmd[0] not in install._nc] +
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild.py21 sub_commands = _build.sub_commands[:] variable in build
24 subcommands = {cmd[0] for cmd in _build.sub_commands}
32 self.sub_commands = _build.sub_commands
Dinstall.py136 install.sub_commands = (
137 [cmd for cmd in orig.install.sub_commands if cmd[0] not in install._nc] +
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Dbuild.py21 sub_commands = _build.sub_commands[:] variable in build
24 subcommands = {cmd[0] for cmd in _build.sub_commands}
32 self.sub_commands = _build.sub_commands
Dinstall.py136 install.sub_commands = (
137 [cmd for cmd in orig.install.sub_commands if cmd[0] not in install._nc] +
/aosp_15_r20/external/coreboot/util/smmstoretool/
H A Dmain.c39 static const struct subcommand_t sub_commands[] = { variable
78 static const int sub_command_count = ARRAY_SIZE(sub_commands);
98 const struct subcommand_t *cmd = &sub_commands[i]; in print_sub_command_usage()
116 const struct subcommand_t *cmd = &sub_commands[i]; in print_help()
365 const struct subcommand_t *cmd = &sub_commands[i]; in process_help()
478 const struct subcommand_t *cmd = &sub_commands[i]; in main()
/aosp_15_r20/external/python/setuptools/setuptools/command/
Dinstall.py129 install.sub_commands = (
130 [cmd for cmd in orig.install.sub_commands if cmd[0] not in install._nc] +
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dcmd.py42 sub_commands = [] variable in Command
323 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dcmd.py42 sub_commands = [] variable in Command
323 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py45 sub_commands = [] variable in Command
329 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dcmd.py42 sub_commands = [] variable in Command
323 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py45 sub_commands = [] variable in Command
329 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py45 sub_commands = [] variable in Command
329 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dcmd.py42 sub_commands = [] variable in Command
323 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dcmd.py45 sub_commands = [] variable in Command
329 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dcmd.py42 sub_commands = [] variable in Command
323 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dcmd.py42 sub_commands = [] variable in Command
323 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dcmd.py42 sub_commands = [] variable in Command
323 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dcmd.py44 sub_commands = [] variable in Command
336 for (cmd_name, method) in self.sub_commands:
/aosp_15_r20/external/python/cpython2/Lib/distutils/command/
Dbuild.py143 sub_commands = [('build_py', has_pure_modules), variable in build
/aosp_15_r20/external/python/cpython3/Lib/distutils/command/
Dbuild.py153 sub_commands = [('build_py', has_pure_modules), variable in build
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dbuild.py148 sub_commands = [ variable in build

1234