Home
last modified time | relevance | path

Searched refs:stdout (Results 426 - 450 of 2559) sorted by relevance

1...<<11121314151617181920>>...103

/third_party/node/deps/v8/
H A D.ycm_extra_conf.py128 stdout=subprocess.PIPE)
129 stdout, stderr = p.communicate()
136 for line in reversed(stdout.decode('utf-8').splitlines()):
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcopyright.py102 sys.stdout.write(copyright)
103 sys.stdout.write(licensed)
105 sys.stdout.write(line)
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dcdjpeg.c119 * Routines to establish binary I/O mode for stdin and stdout.
144 FILE *output_file = stdout; in write_stdout()
147 setmode(fileno(stdout), O_BINARY); in write_stdout()
150 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) { in write_stdout()
151 fprintf(stderr, "Cannot reopen stdout\n"); in write_stdout()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Drun-tests.py10 return process.stdout.readline().decode ("utf-8").strip ()
22 stdout=subprocess.PIPE,
23 stderr=sys.stdout)
/third_party/toybox/toys/other/
H A Dxxd.c21 Hexdump a file to stdout. If no file is listed, copy from stdin.
114 fputc(tmp & 0xff, stdout); in do_xxd_reverse()
126 if (fseek(stdout, pos, SEEK_SET) != 0) { in do_xxd_reverse()
147 fputc((n1 << 4) | (n2 & 0xf), stdout); in do_xxd_reverse()
/third_party/python/Lib/test/
H A Dtest_repl.py16 def spawn_repl(*args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, **kw):
41 stdout=stdout, stderr=stderr,
79 # Exit code 120: Py_FinalizeEx() failed to flush stdout and stderr.
/third_party/skia/infra/bots/recipe_modules/flavor/
H A Dssh.py61 'cat', path, stdout=self.m.raw_io.output(),
63 return rv.stdout.decode('utf-8').rstrip() if rv and rv.stdout else None
/third_party/spirv-tools/utils/
H A Dupdate_build_version.py72 stdout=subprocess.PIPE,
75 (stdout, _) = p.communicate()
80 return p.returncode == 0, stdout
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit.py26 from kunit_printer import stdout namespace
79 stdout.print_with_timestamp('Configuring KUnit Kernel ...')
89 stdout.print_with_timestamp('Building KUnit Kernel ...')
185 stdout.print_with_timestamp('Starting KUnit Kernel ({}/{})...'.format(i+1, len(filter_globs)))
247 if request.json == 'stdout':
252 stdout.print_with_timestamp("Test results stored in %s" %
276 stdout.print_with_timestamp((
293 # So we hackily automatically rewrite --json => --json=stdout
295 '--json': 'stdout',
413 help='Prints parsed test results as JSON to stdout o
[all...]
H A Dkunit_printer.py47 # Provides a default instance that prints to stdout
48 stdout = Printer(sys.stdout) variable
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py106 sys.stdout.write(out_lines)
127 sys.stdout.write(out_lines)
129 sys.stdout.write(
145 process = subprocess.Popen(command, stdout=PIPE, stderr=subprocess.PIPE)
149 sys.stdout.write("error code " + str(rc) + " running clang-format.\n")
168 sys.stdout.write("Formatting %s.\n" % (file_name))
485 stdout=PIPE, cwd=path, shell=True)
487 for file in decode(output.stdout.read()).split():
755 [sys.executable, script], stdout=subprocess.PIPE) == 0
/third_party/python/Lib/xmlrpc/
H A Dserver.py650 sys.stdout.flush()
651 sys.stdout.buffer.write(response)
652 sys.stdout.buffer.flush()
675 sys.stdout.flush()
676 sys.stdout.buffer.write(response)
677 sys.stdout.buffer.flush()
683 XML-RPC response is printed to stdout along with the correct HTTP
972 sys.stdout.flush()
973 sys.stdout.buffer.write(response)
974 sys.stdout
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-report.c536 fprintf(stdout, "#\n# Total Lost Samples: %" PRIu64 "\n#\n", in perf_evlist__tty_browse_hists()
547 hists__fprintf_nr_sample_events(hists, rep, evname, stdout); in perf_evlist__tty_browse_hists()
556 hists__fprintf(hists, !quiet, 0, 0, rep->min_percent, stdout, in perf_evlist__tty_browse_hists()
559 fprintf(stdout, "\n\n"); in perf_evlist__tty_browse_hists()
563 fprintf(stdout, "#\n# (%s)\n#\n", help); in perf_evlist__tty_browse_hists()
567 perf_read_values_display(stdout, &rep->show_threads_values, in perf_evlist__tty_browse_hists()
573 branch_type_stat_display(stdout, &rep->brtype_stat); in perf_evlist__tty_browse_hists()
740 perf_session__fprintf_nr_events(session, stdout); in stats_print()
937 return tasks_print(rep, stdout); in __cmd_report()
946 perf_session__fprintf(session, stdout); in __cmd_report()
[all...]
/kernel/linux/linux-5.10/arch/m68k/tools/amiga/
H A Ddmesg.c63 fflush(stdout); in main()
65 fflush(stdout); in main()
/kernel/linux/linux-6.6/arch/m68k/tools/amiga/
H A Ddmesg.c63 fflush(stdout); in main()
65 fflush(stdout); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dsyscall_numbering.c23 fflush(stdout); in check_enosys()
77 fflush(stdout); in main()
/kernel/linux/linux-6.6/drivers/gpu/drm/ci/
H A Dcheck-patch.py22 subprocess.call(["git", "remote", "remove", "check-patch"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
25 stdout=subprocess.DEVNULL, variable
/third_party/curl/tests/libtest/
H A Dlib3100.c44 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test()
45 test_setopt(curl, CURLOPT_WRITEDATA, stdout); in test()
H A Dlib567.c49 /* Dump data to stdout for protocol verification */ in test()
50 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test()
51 test_setopt(curl, CURLOPT_WRITEDATA, stdout); in test()
/third_party/cJSON/tests/unity/auto/
H A Dcolour_reporter.rb13 $stdout.puts(message)
37 $stdout.flush
/third_party/node/test/parallel/
H A Dtest-child-process-spawn-args.js43 subprocess.stdout.on('data', common.mustCall((data) => {
47 subprocess.stdout.on('end', () => {
H A Dtest-child-process-stdio-overlapped.js15 // stdout.
17 // set on stdout/stderr and at startup writes a number to its stdout
23 // - Extra assertion: Every time the test program writes a string to its stdout,
45 child.stdout.setEncoding('utf8');
52 child.stdout.on('data', (s) => {
H A Dtest-cli-node-print-help.js15 exec(`${process.execPath} --help`, common.mustSucceed((stdout, stderr) => {
16 stdOut = stdout;
H A Dtest-env-var-no-warnings.js13 cp.exec(cmd, { env }, common.mustCall((err, stdout, stderr) => {
15 assert.strictEqual(stdout, '');
H A Dtest-tls-ecdh-auto.js39 execFile(common.opensslCli, args, common.mustSucceed((stdout) => {
40 assert(stdout.includes(reply));

Completed in 10 milliseconds

1...<<11121314151617181920>>...103