Home
last modified time | relevance | path

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

/third_party/boost/tools/build/src/engine/
Ddebugger.cpp76 static FILE * command_output; variable
446 fputc( DEBUG_MSG_BREAKPOINT, command_output ); in debug_on_breakpoint()
447 debug_int_write( command_output, id ); in debug_on_breakpoint()
448 fflush( command_output ); in debug_on_breakpoint()
454 fputc( DEBUG_MSG_END_STEPPING, command_output ); in debug_end_stepping()
455 fflush( command_output ); in debug_end_stepping()
705 debug_list_write( command_output, debug_print_result ); in debug_child_print()
706 fflush( command_output ); in debug_child_print()
733 debug_list_write( command_output, locals ); in debug_child_info()
734 fflush( command_output ); in debug_child_info()
[all …]
Dmake1.cpp792 char const * command_output in call_action_rule() argument
833 if ( command_output ) in call_action_rule()
835 OBJECT * command_output_obj = object_new( command_output ); in call_action_rule()
/third_party/glslang/
Dupdate_glslang_sources.py41 def command_output(cmd, directory, fail_ok=False): function
98 remotes = command_output(['git', 'remote'], self.subdir).splitlines()
100 command_output(['git', 'remote', 'add', 'known-good', self.GetUrl()], self.subdir)
110 command_output(['git', 'clone', self.GetUrl(), '.'], self.subdir)
113 command_output(['git', 'fetch', 'known-good'], self.subdir)
121 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(
/third_party/spirv-tools/utils/
Dupdate_build_version.py59 def command_output(cmd, directory): function
109 return command_output(['git', 'describe'], directory).rstrip().decode()
112 return command_output(
Dcheck_symbol_exports.py26 def command_output(cmd, directory): function
66 for line in command_output(['objdump', '-t', library], '.').split('\n'):
/third_party/skia/third_party/externals/spirv-tools/utils/
Dupdate_build_version.py59 def command_output(cmd, directory): function
109 return command_output(['git', 'describe'], directory).rstrip().decode()
112 return command_output(
Dcheck_symbol_exports.py32 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/
Dupdate_build_version.py59 def command_output(cmd, directory): function
109 return command_output(['git', 'describe'], directory).rstrip().decode()
112 return command_output(
Dcheck_symbol_exports.py32 def command_output(cmd, directory): function
82 for line in command_output(['objdump', '-t', library], '.').split('\n'):
/third_party/flutter/skia/third_party/externals/spirv-tools/utils/
Dupdate_build_version.py61 def command_output(cmd, directory): function
111 return command_output(['git', 'describe'], directory).rstrip().decode()
114 return command_output(