/third_party/node/deps/v8/tools/ |
H A D | gen-keywords-gen-h.py | 24 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 D | stdio.h | 61 extern FILE *const stdout; 65 #define stdout (stdout) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdio.h | 63 extern FILE *const stdout; 67 #define stdout (stdout) macro
|
/third_party/musl/porting/linux/user/include/ |
H A D | stdio.h | 64 extern FILE *const stdout; 68 #define stdout (stdout) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdio.h | 61 extern FILE *const stdout; 65 #define stdout (stdout) macro
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages02.c | 164 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 D | memtoy.c | 259 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 D | ns-udpserver.c | 77 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 D | stdio.h | 64 extern FILE *const stdout; 68 #define stdout (stdout) macro
|
/third_party/python/Lib/test/ |
H A D | ssl_servers.py | 78 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 D | test_codeop.py | 31 saved_stdout = sys.stdout 32 sys.stdout = io.StringIO() 37 sys.stdout = saved_stdout
|
H A D | test_site.py | 496 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 D | test_source_encoding.py | 157 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 D | shared.py | 14 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 D | formathelper.py | 144 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 D | cut.c | 159 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 D | test_main.py | 32 save_stdout = sys.stdout 35 sys.stdout = out_capture 41 sys.stdout = save_stdout
|
/third_party/skia/infra/bots/ |
H A D | recipes.py | 191 _git_check_call(['init', engine_path], stdout=NUL) 197 stdout=NUL, 202 stdout=NUL,
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 79 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 D | perf.py | 150 # 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 D | size.c | 160 __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 D | pindent.py | 100 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 D | dispol.c | 396 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 D | update_deps.py | 291 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 D | ath.c | 578 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()
|