Home
last modified time | relevance | path

Searched refs:stdout (Results 551 - 575 of 3069) sorted by relevance

1...<<21222324252627282930>>...123

/third_party/node/deps/v8/tools/
H A Dgen-keywords-gen-h.py24 p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
25 stdout, _ = p.communicate(input_string)
29 return stdout
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h61 extern FILE *const stdout;
65 #define stdout (stdout) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h63 extern FILE *const stdout;
67 #define stdout (stdout) macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h64 extern FILE *const stdout;
68 #define stdout (stdout) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h61 extern FILE *const stdout;
65 #define stdout (stdout) macro
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
H A Dmigrate_pages02.c164 fflush(stdout); in test_migrate_current_process()
202 fflush(stdout); in test_migrate_other_process()
231 fflush(stdout); in test_migrate_other_process()
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
H A Dmemtoy.c259 fflush(stdout); in wait_for_signal()
264 fflush(stdout); in wait_for_signal()
462 setbuf(stdout, NULL); in main()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-udpserver.c77 FILE *stream = stdout; /* stream where the usage is output */ in usage()
200 FILE *info_fp = stdout; /* FILE pointer to a information file */ in main()
329 if (info_fp != stdout) in main()
/third_party/musl/include/
H A Dstdio.h64 extern FILE *const stdout;
68 #define stdout (stdout) macro
/third_party/python/Lib/test/
H A Dssl_servers.py78 sys.stdout.write(" server (%s:%d %s):\n [%s] %s\n" %
162 sys.stdout.write('stopping HTTPS server\n')
165 sys.stdout.write('joining HTTPS thread\n')
H A Dtest_codeop.py31 saved_stdout = sys.stdout
32 sys.stdout = io.StringIO()
37 sys.stdout = saved_stdout
H A Dtest_site.py496 stdout=subprocess.PIPE,
499 stdout = popen.communicate()[0]
500 self.assertEqual(popen.returncode, 0, repr(stdout))
501 isolated_paths = ast.literal_eval(stdout)
515 stdout=subprocess.PIPE,
519 stdout, stderr = popen.communicate()
520 self.assertEqual(popen.returncode, 0, (stdout, stderr))
521 modules = ast.literal_eval(stdout)
H A Dtest_source_encoding.py157 retcode, stdout, stderr = script_helper.assert_python_failure(TESTFN)
169 retcode, stdout, stderr = script_helper.assert_python_ok(TESTFN)
274 rc, stdout, stderr = script_helper.assert_python_failure(fn)
322 with captured_stdout() as stdout:
324 out = stdout.getvalue().encode('latin1')
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dshared.py14 from sys import stdout namespace
16 # if we have termcolor and we know our stdout is a TTY,
18 if hasattr(stdout, 'isatty') and stdout.isatty():
/third_party/python/Modules/_decimal/tests/
H A Dformathelper.py144 stdout=subprocess.PIPE).communicate()[0] variable
203 sys.stdout.write("xfmt%d format %s '%s' -> \"%s\"\n"
206 sys.stdout.write("xfmt%d format %s '%s' -> '%s'\n"
/third_party/toybox/toys/posix/
H A Dcut.c159 fwrite(line, len, 1, stdout); in cut_line()
164 if (i && TT.O) fputs(TT.O, stdout); in cut_line()
165 fwrite(s, count, 1, stdout); in cut_line()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_main.py32 save_stdout = sys.stdout
35 sys.stdout = out_capture
41 sys.stdout = save_stdout
/third_party/skia/infra/bots/
H A Drecipes.py191 _git_check_call(['init', engine_path], stdout=NUL)
197 stdout=NUL,
202 stdout=NUL,
/third_party/libfuse/test/
H A Dtest_examples.py79 with subprocess.Popen(cmd, stdout=subprocess.PIPE,
94 stdout=output_checker.fd, stderr=output_checker.fd)
149 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
207 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
272 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
297 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
319 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
352 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
393 mount_process = subprocess.Popen(cmdline, stdout=output_checker.fd,
422 mount_process = subprocess.Popen(cmdline, stdout
[all...]
/third_party/littlefs/scripts/
H A Dperf.py150 # allow '-' for stdin/stdout
155 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
168 # this is strictly needed because perf's pipe-mode only works with stdout
271 stdout=sp.PIPE,
276 for line in proc.stdout:
294 sys.stdout.write(line)
320 stdout=sp.PIPE,
325 for line in proc.stdout:
364 sys.stdout.write(line)
418 stdout
[all...]
/third_party/elfutils/src/
H A Dsize.c160 __fsetlocking (stdout, FSETLOCKING_BYCALLER); in main()
414 fputs_unlocked (fname, stdout); in show_sysv()
486 fputs_unlocked (" + ", stdout); in show_sysv_one_line()
558 fputs_unlocked ("\n", stdout); in show_bsd()
610 fputs_unlocked (" + ", stdout); in show_segments()
/third_party/python/Tools/scripts/
H A Dpindent.py100 def __init__(self, fpi = sys.stdin, fpo = sys.stdout,
331 def complete_filter(input = sys.stdin, output = sys.stdout,
337 def delete_filter(input= sys.stdin, output = sys.stdout,
343 def reformat_filter(input = sys.stdin, output = sys.stdout,
444 the program acts as a filter (reads stdin, writes stdout).
495 action(sys.stdin, sys.stdout, stepsize, tabsize, expandtabs)
/third_party/selinux/checkpolicy/test/
H A Ddispol.c396 FILE *out_fp = stdout; in main()
445 fprintf(stdout, "binary policy file loaded\n\n"); in main()
534 out_fp = stdout; in main()
538 out_fp = stdout; in main()
540 if (out_fp != stdout) in main()
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py291 print(result.stdout)
292 return result.stdout
296 # stdout/stderr are mixed together. So this combines the outputs
299 stdout = subprocess.PIPE,
305 print(result.stdout)
309 print(result.stdout, file=sys.stderr)
/third_party/lame/misc/
H A Dath.c578 fflush ( stdout ); in report_open()
579 setvbuf ( stdout, buff, _IOFBF, sizeof(buff) ); in report_open()
597 fflush ( stdout ); in report()
607 fflush ( stdout ); in report_close()
608 close ( dup ( fileno(stdout) ) ); in report_close()
609 setvbuf ( stdout, NULL, _IONBF, 0 ); in report_close()

Completed in 15 milliseconds

1...<<21222324252627282930>>...123