Home
last modified time | relevance | path

Searched refs:stdout (Results 1526 - 1550 of 2559) sorted by relevance

1...<<61626364656667686970>>...103

/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump2.c362 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 Dglsl_scraper.py95 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 Dtst_res.c272 fflush(stdout); in tst_old_flush()
373 fputs(message, stdout); in tst_print()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddiff_state.py66 def __init__(self, stream = sys.stdout):
185 def __init__(self, stream = sys.stdout, ignore_added = False):
H A Dparse.py483 formatter = format.Formatter(sys.stdout)
485 formatter = format.DefaultFormatter(sys.stdout)
/third_party/node/lib/internal/test_runner/
H A Drunner.js329 type: 'test:stdout',
391 child.stdout.on('data', (data) => {
414 finished(child.stdout, { __proto__: null, signal: t.signal }),
/third_party/node/src/
H A Ddebug_utils.cc482 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 Dgm.py219 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 Drun_perf_test.py144 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 Declipse.py103 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 Declipse.py103 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 Dtags.py409 stdout=subprocess.PIPE,
411 ).stdout
/third_party/icu/icu4c/source/tools/gendict/
H A Dgendict.cpp79 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 Dscheck.c223 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 Ddynamic.rs80 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 Devents.py512 stdout=subprocess.PIPE,
519 stdout=subprocess.PIPE,
/third_party/python/Lib/distutils/tests/
H A Dtest_sdist.py280 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 Drpng-win.c191 freopen("CONOUT$", "a", stdout); in WinMain()
466 fflush(stdout); in WinMain()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
H A Dgendict.cpp79 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 Dtest_dbm_dumb.py238 with support.captured_stdout() as stdout:
242 self.assertEqual(stdout.getvalue(), '')
H A Dtest_filecmp.py243 with support.captured_stdout() as stdout:
245 report_lines = stdout.getvalue().strip().split('\n')
H A Dtest_turtle.py110 with support.captured_stdout() as stdout:
113 err_msg = stdout.getvalue()
/third_party/toybox/kconfig/
H A Dconf.c103 fflush(stdout); in conf_askvalue()
358 fflush(stdout); in conf_choice()
545 //zconfdump(stdout); in main()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dtask-analyzer.py75 """user enforced no-color or if stdout is no tty we disable colors"""
76 if sys.stdout.isatty() and args.stdio_color != "never":
846 fd_task = sys.stdout
852 fd_sum = sys.stdout
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc.py195 stdout=subprocess.PIPE,
209 proc.stdout.close()
243 print("\n\n{} *** stdout ***".format(proc.stdout), file=sys.stderr)

Completed in 18 milliseconds

1...<<61626364656667686970>>...103