/aosp_15_r20/device/generic/goldfish/tools/ |
D | mk_combined_img.py | 22 def shell_command(comm_list): function 75 shell_command(dd_comm) 83 shell_command([simg2img, partition["path"], temp_file]) 90 shell_command([sgdisk, '--clear', filename]) 103 shell_command([sgdisk, new_comm, type_comm, name_comm, output_file]) 121 shell_command(['rm', '-rf', output_filename + ".qcow2"]) 135 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename, 137 shell_command(['dd', "if=" + partitions[1]["path"], "of=" + output_filename, 146 shell_command(['dd', "if=" + gpt_head, "of=" + output_filename, "bs=1024k", 148 shell_command(['dd', "if=" + partitions[0]["path"], "of=" + output_filename, [all …]
|
/aosp_15_r20/platform_testing/tests/automotive/mobly_tests/utilities/ |
H A D | media_utils.py | 31 def execute_shell_on_device(self, shell_command): argument 34 shell_command, 37 return self.target.adb.shell(shell_command) 40 def execute_shell_on_hu_device(self, shell_command): argument 43 shell_command, 46 return self.discoverer.adb.shell(shell_command)
|
H A D | spectatio_utils.py | 58 def execute_shell_on_device(self, device_target, shell_command): argument 62 shell_command, 65 return device_target.adb.shell(shell_command)
|
/aosp_15_r20/external/python/watchdog/src/watchdog/tricks/ |
D | __init__.py | 78 shell_command: str, 91 self.shell_command = shell_command 116 if self.shell_command is None: 125 command = self.shell_command
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/API/ |
D | SBPlatform.h | 58 SBPlatformShellCommand(const char *shell, const char *shell_command); 59 SBPlatformShellCommand(const char *shell_command); 75 void SetCommand(const char *shell_command); 152 SBError Run(SBPlatformShellCommand &shell_command);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/API/ |
D | SBPlatform.h | 58 SBPlatformShellCommand(const char *shell, const char *shell_command); 59 SBPlatformShellCommand(const char *shell_command); 75 void SetCommand(const char *shell_command); 152 SBError Run(SBPlatformShellCommand &shell_command);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/API/ |
D | SBPlatform.h | 58 SBPlatformShellCommand(const char *shell, const char *shell_command); 59 SBPlatformShellCommand(const char *shell_command); 75 void SetCommand(const char *shell_command); 152 SBError Run(SBPlatformShellCommand &shell_command);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/API/ |
D | SBPlatform.h | 58 SBPlatformShellCommand(const char *shell, const char *shell_command); 59 SBPlatformShellCommand(const char *shell_command); 75 void SetCommand(const char *shell_command); 152 SBError Run(SBPlatformShellCommand &shell_command);
|
/aosp_15_r20/frameworks/base/services/tests/ |
H A D | runtests.py | 31 def run(shell_command, echo=True): argument 35 echo if isinstance(echo, str) else shell_command, 37 return subprocess.check_call(shell_command, shell=True)
|
/aosp_15_r20/trusty/device/arm/generic-arm64/project/qemu/ |
D | run.py | 63 elif args.shell_command: 83 if args.shell_command: 84 return runner.androidtest_run(args.shell_command, timeout) 149 results = runner.run(args.boot_test, args.shell_command, args.timeout)
|
/aosp_15_r20/system/connectivity/wificond/tests/ |
D | shell_utils.cpp | 59 int RunShellCommand(const std::string& shell_command, std::string* output) { in RunShellCommand() argument 70 LOG(FATAL) << "Failed to fork child for shell command: " << shell_command; in RunShellCommand() 79 execl(kShellPath, "sh", "-c", shell_command.c_str(), nullptr); in RunShellCommand()
|
D | shell_utils.h | 30 int RunShellCommand(const std::string& shell_command,
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 107 std::optional<std::string> shell_command; member 357 const std::string& icon_name, const std::string& shell_command) { in AddCustomControlPanelButtonWithShellCommand() argument 360 button.shell_command = shell_command; in AddCustomControlPanelButtonWithShellCommand() 466 if (button.shell_command) { in OnOpen() 467 button_entry[kControlPanelButtonShellCommand] = *(button.shell_command); in OnOpen()
|
/aosp_15_r20/external/mbedtls/tests/scripts/ |
H A D | analyze_outcomes.py | 67 shell_command = "tests/scripts/all.sh --outcome-file " + outcome_file + \ 69 Results.log("Running: " + shell_command) 70 ret_val = subprocess.run(shell_command.split(), check=False).returncode
|
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/ |
H A D | install_commands.py | 47 shell_command = _SHELL_COMMAND_FORMAT % (file_system.TEST_EXECUTABLE_DIR, 50 device.WriteFile(shell_file, shell_command)
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/scripts/ |
H A D | analyze_outcomes.py | 77 shell_command = "tests/scripts/all.sh --outcome-file " + outcome_file + \ 79 results.info("Running: {}", shell_command) 80 ret_val = subprocess.run(shell_command.split(), check=False).returncode
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
D | package_targets.py | 26 shell_command, argument 39 'DOCKER_RUN_SCRIPT_COMMAND': shell_command,
|
D | distribtest_targets.py | 26 shell_command, argument 44 'DOCKER_RUN_SCRIPT_COMMAND': shell_command,
|
D | artifact_targets.py | 30 shell_command, argument 47 'DOCKER_RUN_SCRIPT_COMMAND': shell_command,
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/artifacts/ |
H A D | package_targets.py | 27 shell_command, argument 41 "DOCKER_RUN_SCRIPT_COMMAND": shell_command,
|
H A D | distribtest_targets.py | 27 shell_command, argument 46 "DOCKER_RUN_SCRIPT_COMMAND": shell_command,
|
H A D | artifact_targets.py | 31 shell_command, argument 49 "DOCKER_RUN_SCRIPT_COMMAND": shell_command,
|
/aosp_15_r20/build/bazel/rules/ |
H A D | gensrcs.bzl | 52 shell_command = command \ 59 command = shell_command,
|
/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | app.js | 307 if (button.shell_command) { 311 e => this.#onCustomShellButton(button.shell_command, e), 1129 #onCustomShellButton(shell_command, e) { argument 1134 adbShell(shell_command);
|
/aosp_15_r20/device/google/cuttlefish/host/libs/config/ |
D | custom_actions.cpp | 64 config.shell_command = dictionary[kCustomActionShellCommand].asString(); in GetCustomShellActionConfigFromJson() 118 json[kCustomActionShellCommand] = custom_action.shell_command; in ToJson()
|