Home
last modified time | relevance | path

Searched defs:print_output (Results 1 – 7 of 7) sorted by relevance

/third_party/gn/src/gn/
Dtest_with_scope.h44 std::string& print_output() { return print_output_; } in print_output() function
/third_party/python/Lib/lib2to3/
Dmain.py108 def print_output(self, old, new, filename, equal): member in StdoutRefactoringTool
Drefactor.py274 def print_output(self, old_text, new_text, filename, equal): member in RefactoringTool
/third_party/lz4/tests/
Dtest-lz4-list.py212 def execute(command, print_command=True, print_output=False, print_error=True): argument
Dtest-lz4-speed.py48 def execute(command, print_command=True, print_output=False, print_error=True, param_shell=True): argument
/third_party/googletest/googletest/scripts/
Dupload.py556 def RunShellWithReturnCode(command, print_output=False, argument
593 print_output=False): argument
/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py168 def print_output(self, old_text, new_text, filename, equal): member in TestRefactoringTool.test_refactor_stdin.MyRT