/third_party/libsnd/tests/ |
H A D | misc_test.c | 355 fflush (stdout) ; in permission_test() 379 fflush (stdout) ; in permission_test()
|
/third_party/mesa3d/src/freedreno/decode/ |
H A D | crashdec.c | 680 try_disasm_a3xx(buf, sizedwords, 1, stdout, options.gpu_id); in decode_shader_blocks() 848 fflush(stdout); in cleanup()
|
H A D | pgmdump2.c | 362 disasm_a3xx_stat(ptr, blk->size / 4, state->lvl, stdout, gpu_id, in decode_shader_descriptor_block() 555 return disasm_a3xx(buf, ret / 4, 0, stdout, gpu_id); in main()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | glsl_scraper.py | 95 stdout = subprocess.PIPE, 275 return sys.stdout 291 If '-' is passed as the input file or output file, stdin or stdout 298 help='Output to the given file (default: stdout).')
|
/third_party/ltp/lib/ |
H A D | tst_res.c | 272 fflush(stdout); in tst_old_flush() 373 fputs(message, stdout); in tst_print()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | diff_state.py | 66 def __init__(self, stream = sys.stdout): 185 def __init__(self, stream = sys.stdout, ignore_added = False):
|
H A D | parse.py | 483 formatter = format.Formatter(sys.stdout) 485 formatter = format.DefaultFormatter(sys.stdout)
|
/third_party/node/lib/internal/test_runner/ |
H A D | runner.js | 329 type: 'test:stdout', 391 child.stdout.on('data', (data) => { 414 finished(child.stdout, { __proto__: null, signal: t.signal }),
|
/third_party/node/src/ |
H A D | debug_utils.cc | 482 if (file != stderr && file != stdout) { in FWrite() 488 GetStdHandle(file == stdout ? STD_OUTPUT_HANDLE : STD_ERROR_HANDLE); in FWrite()
|
/third_party/node/deps/v8/tools/dev/ |
H A D | gm.py | 219 p = subprocess.Popen(cmd, shell=True, stdin=child, stdout=child, stderr=child) 233 sys.stdout.flush()
|
/third_party/node/deps/v8/tools/unittests/ |
H A D | run_perf_test.py | 144 test_outputs = [Output(stdout=arg, 519 return_value=(Output(stdout='Richards: 1.234\nDeltaBlue: 10657567\n'),
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 103 stdout=subprocess.PIPE, 242 args=command, cwd=".", stdin=subprocess.PIPE, stdout=subprocess.PIPE
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 103 stdout=subprocess.PIPE, 242 args=command, cwd=".", stdin=subprocess.PIPE, stdout=subprocess.PIPE
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | tags.py | 409 stdout=subprocess.PIPE, 411 ).stdout
|
/third_party/icu/icu4c/source/tools/gendict/ |
H A D | gendict.cpp | 79 fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-file output-file\n", progName); in usageAndDie() 80 fprintf((U_SUCCESS(retCode) ? stdout : stderr), in usageAndDie()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | scheck.c | 223 boolector_dump_btor(btor, stdout); in check_btor() 224 boolector_print_model(btor, model_format, stdout); in check_btor()
|
/third_party/rust/crates/clap/clap_complete/src/ |
H A D | dynamic.rs | 80 std::io::stdout().write_all(&buf)?; in try_complete() 116 std::io::stdout().write_all(&buf)?; in try_complete()
|
/third_party/python/Lib/asyncio/ |
H A D | events.py | 512 stdout=subprocess.PIPE, 519 stdout=subprocess.PIPE,
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_sdist.py | 280 with captured_stdout() as stdout: 285 output = [line for line in stdout.getvalue().split('\n')
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng-win.c | 191 freopen("CONOUT$", "a", stdout); in WinMain() 466 fflush(stdout); in WinMain()
|
/third_party/skia/third_party/externals/icu/source/tools/gendict/ |
H A D | gendict.cpp | 79 fprintf((U_SUCCESS(retCode) ? stdout : stderr), "Usage: %s -trietype [-options] input-dictionary-file output-file\n", progName); in usageAndDie() 80 fprintf((U_SUCCESS(retCode) ? stdout : stderr), in usageAndDie()
|
/third_party/python/Lib/test/ |
H A D | test_dbm_dumb.py | 238 with support.captured_stdout() as stdout: 242 self.assertEqual(stdout.getvalue(), '')
|
H A D | test_filecmp.py | 243 with support.captured_stdout() as stdout: 245 report_lines = stdout.getvalue().strip().split('\n')
|
H A D | test_turtle.py | 110 with support.captured_stdout() as stdout: 113 err_msg = stdout.getvalue()
|
/third_party/toybox/kconfig/ |
H A D | conf.c | 103 fflush(stdout); in conf_askvalue() 358 fflush(stdout); in conf_choice() 545 //zconfdump(stdout); in main()
|