Home
last modified time | relevance | path

Searched refs:command_output (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/operations/build/
Dwheel_legacy.py14 command_output: str,
20 if not command_output:
25 if not command_output.endswith("\n"):
26 command_output += "\n"
37 command_output: str,
44 msg += format_command_result(command_args, command_output)
53 msg += format_command_result(command_args, command_output)
100 command_output=output,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/operations/build/
Dwheel_legacy.py14 command_output: str,
20 if not command_output:
25 if not command_output.endswith("\n"):
26 command_output += "\n"
37 command_output: str,
44 msg += format_command_result(command_args, command_output)
53 msg += format_command_result(command_args, command_output)
100 command_output=output,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/operations/build/
Dwheel_legacy.py14 command_output: str,
20 if not command_output:
25 if not command_output.endswith("\n"):
26 command_output += "\n"
37 command_output: str,
44 msg += format_command_result(command_args, command_output)
53 msg += format_command_result(command_args, command_output)
100 command_output=output,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/operations/build/
Dwheel_legacy.py14 command_output: str,
20 if not command_output:
25 if not command_output.endswith("\n"):
26 command_output += "\n"
37 command_output: str,
44 msg += format_command_result(command_args, command_output)
53 msg += format_command_result(command_args, command_output)
100 command_output=output,
/aosp_15_r20/system/extras/torq/
H A Ddevice.py46 command_output = subprocess.run(["adb", "devices"], capture_output=True)
47 output_lines = command_output.stdout.decode("utf-8").split("\n")
124 command_output = subprocess.run(["adb", "-s", self.serial, "shell", "pm",
126 output_lines = command_output.stdout.decode("utf-8").split("\n")[1:-1]
141 command_output = subprocess.run(["adb", "-s", self.serial, "shell", "am",
143 return int(command_output.stdout.decode("utf-8").split()[0])
169 command_output = subprocess.run(["adb", "-s", self.serial, "shell",
172 return command_output.stdout.decode("utf-8").strip() == "1"
/aosp_15_r20/external/vulkan-validation-layers/scripts/
H A Dupdate_deps.py268 def command_output(cmd, directory, fail_ok=False): function
338 command_output(['git', 'clone', self.url, '.'], self.repo_dir)
341 command_output(['git', 'fetch', 'origin'], self.repo_dir)
351 command_output(['git', 'checkout', self._args.ref], self.repo_dir)
353 command_output(['git', 'checkout', self.commit], self.repo_dir)
354 print(command_output(['git', 'status'], self.repo_dir))
362 command_output(shlex.split(p), self.repo_dir)
365 command_output(shlex.split(p), self.repo_dir)
368 command_output(shlex.split(p), self.repo_dir)
374 command_output(shlex.split(cmd), self.repo_dir)
/aosp_15_r20/device/google/cuttlefish/host/libs/control_env/
Dgrpc_service_handler.cc187 std::string command_output; in HandleLsCmd() local
191 command_output += CF_EXPECT(RunGrpcCommand(grpc_arguments)); in HandleLsCmd()
196 for (auto& full_service_name : Split(Trim(command_output), "\n")) { in HandleLsCmd()
218 std::string command_output = CF_EXPECT(RunGrpcCommand(grpc_arguments)); in HandleLsCmd() local
222 for (auto& method_name : Split(Trim(command_output), "\n")) { in HandleLsCmd()
241 std::string command_output = in HandleLsCmd() local
248 Split(Trim(command_output), "()"); in HandleLsCmd()
329 auto command_output = CF_EXPECT(command_map[cmd](server_address_list, args)); in HandleCmds() local
330 return command_output; in HandleCmds()
/aosp_15_r20/external/angle/third_party/glslang/src/
H A Dupdate_glslang_sources.py38 def command_output(cmd, directory, fail_ok=False): function
95 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
97 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
107 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
110 command_output(['git', 'fetch', 'known-good'], self.subdir)
118 command_output(['git', 'checkout', self.commit], self.subdir)
H A Dbuild_info.py87 def command_output(cmd, directory): function
147 return command_output(['git', 'describe'], directory).rstrip().decode()
150 return command_output(
/aosp_15_r20/external/deqp-deps/glslang/
Dupdate_glslang_sources.py38 def command_output(cmd, directory, fail_ok=False): function
95 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
97 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
107 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
110 command_output(['git', 'fetch', 'known-good'], self.subdir)
118 command_output(['git', 'checkout', self.commit], self.subdir)
Dbuild_info.py69 def command_output(cmd, directory): function
129 return command_output(['git', 'describe'], directory).rstrip().decode()
132 return command_output(
/aosp_15_r20/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dts_proxy_server.py141 command_output = []
146 command_output.append(self._ReadLineTsProxyStdout(timeout))
147 return command_output[-1] == 'OK' or command_output[-1] == 'ERROR'
151 success = 'OK' in command_output
153 'TsProxy output:\n%s', '\n'.join(command_output))
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/
H A Dupdate_build_version.py62 def command_output(cmd, directory): function
112 success, output = command_output(["git", "rev-parse", "--show-toplevel"], repo_path)
114 … success, output = command_output(["git", "describe", "--tags", "--match=v*", "--long"], repo_path)
116 success, output = command_output(["git", "rev-parse", "HEAD"], repo_path)
H A Dcheck_symbol_exports.py32 def command_output(cmd, directory): function
82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/
H A Dupdate_build_version.py63 def command_output(cmd, directory): function
113 success, output = command_output(["git", "rev-parse", "--show-toplevel"], repo_path)
115 … success, output = command_output(["git", "describe", "--tags", "--match=v*", "--long"], repo_path)
117 success, output = command_output(["git", "rev-parse", "HEAD"], repo_path)
H A Dcheck_symbol_exports.py32 def command_output(cmd, directory): function
82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/
Dupdate_build_version.py62 def command_output(cmd, directory): function
112 success, output = command_output(["git", "rev-parse", "--show-toplevel"], repo_path)
114 … success, output = command_output(["git", "describe", "--tags", "--match=v*", "--long"], repo_path)
116 success, output = command_output(["git", "rev-parse", "HEAD"], repo_path)
Dcheck_symbol_exports.py32 def command_output(cmd, directory): function
82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Host/
DHost.h188 int *signo_ptr, std::string *command_output,
204 int *signo_ptr, std::string *command_output,
218 std::string *command_output,
234 int *signo_ptr, std::string *command_output,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Host/
DHost.h188 int *signo_ptr, std::string *command_output,
204 int *signo_ptr, std::string *command_output,
218 std::string *command_output,
234 int *signo_ptr, std::string *command_output,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Host/
DHost.h188 int *signo_ptr, std::string *command_output,
204 int *signo_ptr, std::string *command_output,
218 std::string *command_output,
234 int *signo_ptr, std::string *command_output,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Host/
DHost.h188 int *signo_ptr, std::string *command_output,
204 int *signo_ptr, std::string *command_output,
218 std::string *command_output,
234 int *signo_ptr, std::string *command_output,
/aosp_15_r20/external/deqp-deps/amber/tools/
Dupdate_build_version.py33 def command_output(cmd, directory): function
47 return command_output(
/aosp_15_r20/device/google/cuttlefish/host/commands/cvd_env/
Dmain.cc110 auto command_output = in CvdEnvMain() local
113 std::cout << command_output; in CvdEnvMain()
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/
Dlib.rs991 let command_output = Command::new("gnuplot") in version() localVariable
995 if !command_output.status.success() { in version()
997 String::from_utf8(command_output.stderr).map_err(|_| VersionError::OutputError)?; in version()
1001 let output = String::from_utf8(command_output.stdout).map_err(|_| VersionError::OutputError)?; in version()

12