/third_party/glslang/ |
H A D | update_glslang_sources.py | 38 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 D | build_info.py | 69 def command_output(cmd, directory): function 129 return command_output(['git', 'describe'], directory).rstrip().decode() 132 return command_output(
|
/third_party/vulkan-loader/scripts/ |
H A D | update_deps.py | 277 def command_output(cmd, directory): function 378 command_output(['git', 'clone', self.url, '.'], self.repo_dir) 399 command_output(['git', 'fetch', 'origin'], self.repo_dir) 425 command_output(['git', 'checkout', self._args.ref], self.repo_dir) 427 command_output(['git', 'checkout', self.commit], self.repo_dir) 430 print(command_output(['git', 'status'], self.repo_dir)) 438 command_output(shlex.split(p), self.repo_dir) 441 command_output(shlex.split(p), self.repo_dir) 444 command_output(shlex.split(p), self.repo_dir) 456 command_output(shle [all...] |
/third_party/spirv-tools/utils/ |
H A D | update_build_version.py | 62 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 D | check_symbol_exports.py | 32 def command_output(cmd, directory): function 82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | update_build_version.py | 59 def command_output(cmd, directory): function 109 return command_output(['git', 'describe'], directory).rstrip().decode() 112 return command_output(
|
H A D | check_symbol_exports.py | 32 def command_output(cmd, directory): function 82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | update_build_version.py | 59 def command_output(cmd, directory): function 109 return command_output(['git', 'describe'], directory).rstrip().decode() 112 return command_output(
|
H A D | check_symbol_exports.py | 32 def command_output(cmd, directory): function 82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | update_build_version.py | 33 def command_output(cmd, directory): function 47 return command_output(
|
/third_party/gn/src/gn/ |
H A D | ninja_action_target_writer.cc | 172 PathOutput command_output(path_output_.current_dir(), in WriteRuleDefinition() 177 command_output.WriteFile(out_, settings_->build_settings()->python_path()); in WriteRuleDefinition() 179 command_output.WriteFile(out_, target_->action_values().script()); in WriteRuleDefinition()
|