Home
last modified time | relevance | path

Searched refs:create_command (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/commands/
Dhelp.py19 create_command,
38 command = create_command(cmd_name)
D__init__.py109 def create_command(name: str, **kwargs: Any) -> Command: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/commands/
Dhelp.py19 create_command,
38 command = create_command(cmd_name)
D__init__.py109 def create_command(name: str, **kwargs: Any) -> Command: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/commands/
Dhelp.py19 create_command,
38 command = create_command(cmd_name)
D__init__.py109 def create_command(name: str, **kwargs: Any) -> Command: function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/commands/
Dhelp.py19 create_command,
38 command = create_command(cmd_name)
D__init__.py109 def create_command(name: str, **kwargs: Any) -> Command: function
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/benches/benchmarks/
Dexternal_process.rs9 fn create_command() -> Command { in create_command() function
26 let process = create_command() in python_fibonacci()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/cli/
Dmain.py12 from pip._internal.commands import create_command
77 command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
Dautocompletion.py11 from pip._internal.commands import commands_dict, create_command
70 subcommand = create_command(subcommand_name)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/cli/
Dmain.py12 from pip._internal.commands import create_command
77 command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
Dautocompletion.py11 from pip._internal.commands import commands_dict, create_command
70 subcommand = create_command(subcommand_name)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/cli/
Dmain.py12 from pip._internal.commands import create_command
77 command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
Dautocompletion.py11 from pip._internal.commands import commands_dict, create_command
70 subcommand = create_command(subcommand_name)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/cli/
Dmain.py12 from pip._internal.commands import create_command
77 command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
Dautocompletion.py11 from pip._internal.commands import commands_dict, create_command
70 subcommand = create_command(subcommand_name)