/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 2914 fflush(stdout); in PrintTestPartResult() 2921 // to stdout is done by OutputDebugString() there already - we don't in PrintTestPartResult() 3026 // Helpers for printing colored strings to stdout. Note that on Windows, we 3039 ShouldUseColor(posix::IsATTY(posix::FileNo(stdout)) != 0); in ColoredPrintf() 3062 fflush(stdout); in ColoredPrintf() 3067 fflush(stdout); in ColoredPrintf() 3173 fflush(stdout); in OnTestIterationStart() 3180 fflush(stdout); in OnEnvironmentsSetUpStart() 3194 fflush(stdout); in OnTestCaseStart() 3208 fflush(stdout); in OnTestSuiteStart() 5334 fflush(stdout); RunAllTests() variable [all...] |
/third_party/python/Lib/ |
H A D | pydoc.py | 1562 if not hasattr(sys.stdout, "isatty"): 1564 if not sys.stdin.isatty() or not sys.stdout.isatty(): 1636 encoding = getattr(sys.stdout, 'encoding', None) or 'utf-8' 1660 sys.stdout.write('\n'.join(lines[:inc]) + '\n') 1662 sys.stdout.write('-- more --') 1663 sys.stdout.flush() 1667 sys.stdout.write('\r \r') 1670 sys.stdout.write('\r \r' + lines[r] + '\n') 1676 sys.stdout.write('\n' + '\n'.join(lines[r:r+inc]) + '\n') 1685 sys.stdout [all...] |
H A D | gzip.py | 643 g = sys.stdout.buffer 652 g = GzipFile(filename="", mode="wb", fileobj=sys.stdout.buffer, 662 if g is not sys.stdout.buffer:
|
/third_party/python/Lib/http/ |
H A D | server.py | 1215 stdout=subprocess.PIPE, 1227 stdout, stderr = p.communicate(data) 1228 self.wfile.write(stdout) 1232 p.stdout.close()
|
/third_party/python/Lib/test/ |
H A D | test_asyncore.py | 277 # capture output of dispatcher.log_info() (to stdout via print) 281 with support.captured_stdout() as stdout: 286 lines = stdout.getvalue().splitlines() 294 # capture output of dispatcher.log_info() (to stdout via print) 295 with support.captured_stdout() as stdout: 301 lines = stdout.getvalue().splitlines()
|
H A D | test_smtpd.py | 103 stdout = s.getvalue() 104 self.assertEqual(stdout, textwrap.dedent("""\ 119 stdout = s.getvalue() 120 self.assertEqual(stdout, textwrap.dedent("""\ 136 stdout = s.getvalue() 137 self.assertEqual(stdout, textwrap.dedent("""\ 154 stdout = s.getvalue() 155 self.assertEqual(stdout, textwrap.dedent("""\
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | generator.py | 26 file = kwargs.pop('file', sys.stdout) 176 - filename - basename of file to generate, or None to write to stdout. 229 "basename of file to generate, or None to write to stdout." 344 def __init__(self, errFile=sys.stderr, warnFile=sys.stderr, diagFile=sys.stdout): 902 self.outFile = sys.stdout 913 if self.outFile != sys.stdout and self.outFile != sys.stderr:
|
/third_party/selinux/checkpolicy/test/ |
H A D | dismod.c | 868 FILE *out_fp = stdout; in main() 995 out_fp = stdout; in main() 999 out_fp = stdout; in main() 1001 if (out_fp != stdout) in main()
|
/third_party/vulkan-headers/registry/ |
H A D | generator.py | 26 file = kwargs.pop('file', sys.stdout) 176 - filename - basename of file to generate, or None to write to stdout. 229 "basename of file to generate, or None to write to stdout." 344 def __init__(self, errFile=sys.stderr, warnFile=sys.stderr, diagFile=sys.stdout): 902 self.outFile = sys.stdout 913 if self.outFile != sys.stdout and self.outFile != sys.stderr:
|
/third_party/elfutils/src/ |
H A D | addr2line.c | 155 (void) __fsetlocking (stdout, FSETLOCKING_BYCALLER); in main() 192 fflush (stdout); in main() 614 fputs (note, stdout); in show_note()
|
/third_party/alsa-lib/test/ |
H A D | latency.c | 317 fflush(stdout); in setparams() 385 fflush(stdout); in setscheduler() 678 err = snd_output_stdio_attach(&output, stdout, 0); in main()
|
/third_party/mbedtls/tests/scripts/ |
H A D | check_names.py | 701 stdout=subprocess.PIPE, 754 stdout=subprocess.PIPE, 757 ).stdout
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 72 " -so : write data to stdout\n";
187 fputs(s, stdout);
in Print() 446 HRESULT res = BenchCon(props2, numIterations, stdout);
497 MY_SET_BINARY_MODE(stdout);
|
/third_party/ninja/ |
H A D | configure.py | 85 stdout=subprocess.PIPE, 363 stdout=open(os.devnull, 'wb'), stderr=subprocess.STDOUT) variable 486 proc = subprocess.Popen(['re2c', '-V'], stdout=subprocess.PIPE)
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_error_decode.c | 70 intel_print_group(stdout, reg_spec, 0, ®, 0, in print_register() 681 intel_batch_decode_ctx_init(&batch_ctx, &isa, &devinfo, stdout, in read_data_file() 899 /* close the stdout which is opened to write the output */ in main() 900 fflush(stdout); in main()
|
/third_party/python/Lib/idlelib/ |
H A D | rpc.py | 622 sys.stdout.write(text) 628 sys.stdout.write(text) 629 sys.stdout.write("\n")
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_stats.py | 163 stdout=subprocess.PIPE, 214 stdout=subprocess.PIPE, 223 # Step "angle_deqp_egl_vulkan_tests on (nvidia-quadro-p400-win10-stable) GPU on Windows on Windows-10" SUCCESS 4m12s Logs: "stdout", "chromium_swarming.summary", "Merge script log", "Flaky failure: dEQP.EGL/info_version (status CRASH,SUCCESS)", "step_metadata" 261 # lines with the following format in stdout: 267 stdout=subprocess.PIPE, 276 # Example output (relevant lines of stdout):
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_functional.py | 417 str: The stdout output of the child process, or the first group 421 result = sp.run(command, stdout=sp.PIPE, stderr=sp.PIPE, 436 print(result.stdout) 450 match = pattern.search(result.stdout) 454 return result.stdout 1382 stdout = self.exec(command) 1387 # Check that stdout is shorter in silent mode. Note that this doesn't 1390 self.assertLess(len(stdoutSilent), len(stdout)) 1449 result = sp.run(command, stdout=sp.PIPE, stderr=sp.PIPE, 1470 print(result.stdout) [all...] |
/third_party/toybox/toys/pending/ |
H A D | vi.c | 1410 x = crunch_str(&iend, iw, stdout, "\t\n", vi_crunch); in draw_page() 1417 x = crunch_str(&end, aw, stdout, "\t\n", vi_crunch); in draw_page() 1418 x += crunch_str(&iend, iw, stdout, "\t\n", vi_crunch); in draw_page() 1427 x = crunch_str(&end, aw, stdout, "\t\n", vi_crunch); in draw_page() 1431 x = crunch_nstr(&end, aw, bytes, stdout, "\t\n", vi_crunch); in draw_page() 1435 x += crunch_str(&end, TT.screen_width-x, stdout, "\t\n", vi_crunch); in draw_page() 1462 crunch_str(&line, TT.screen_width-1, stdout, "\t\n", vi_crunch); in draw_page() 1522 setbuffer(stdout, stdout_buf, sizeof(stdout_buf)); in vi_main() 1526 //writes stdout into different xterm buffer so when we exit in vi_main()
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_base_events.py | 754 sts, stdout, stderr = assert_python_ok('-E', '-c', code) 755 self.assertEqual(stdout.rstrip(), b'False') 757 sts, stdout, stderr = assert_python_ok('-c', code, 760 self.assertEqual(stdout.rstrip(), b'False') 762 sts, stdout, stderr = assert_python_ok('-c', code, 765 self.assertEqual(stdout.rstrip(), b'True') 767 sts, stdout, stderr = assert_python_ok('-E', '-c', code, 769 self.assertEqual(stdout.rstrip(), b'False') 772 sts, stdout, stderr = assert_python_ok('-E', '-X', 'dev', 774 self.assertEqual(stdout [all...] |
/third_party/elfutils/tests/ |
H A D | backtrace-child.c | 213 setbuf (stdout, NULL); in main()
|
H A D | backtrace-dwarf.c | 133 __fsetlocking (stdout, FSETLOCKING_BYCALLER); in main()
|
/third_party/curl/tests/libtest/ |
H A D | lib677.c | 119 fwrite(buf, pos, 1, stdout); in test()
|
/third_party/ffmpeg/doc/examples/ |
H A D | decode_video.c | 73 fflush(stdout); in decode()
|
/third_party/curl/tests/ |
H A D | dictserver.py | 151 # The logfile wasn't specified. Add a stdout logger. 155 # Add a stdout logger as well in verbose mode 162 stdout_handler = logging.StreamHandler(sys.stdout)
|