/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | format.py | 127 elif stream is sys.stdout:
|
/third_party/node/test/message/ |
H A D | testcfg.py | 70 raw_lines = (output.stdout + output.stderr).split('\n')
|
/third_party/node/test/node-api/test_threadsafe_function/ |
H A D | test.js | 75 child.stdout.on('data', (data) => (output += data.toString()));
|
/third_party/node/test/parallel/ |
H A D | test-http-max-http-headers.js | 176 client.pipe(process.stdout);
|
H A D | test-icu-env.js | 32 ['-e', `process.stdout.write(String(${code}));`],
|
/third_party/nghttp2/ |
H A D | help2rst.py | 192 sys.stdout.write(f.read())
|
/third_party/ninja/misc/ |
H A D | output_test.py | 37 sys.stdout.buffer.write(err.output)
|
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_disasm.c | 229 brw_disassemble_with_labels(&isa, assembly, start, end, stdout); in main()
|
/third_party/node/deps/npm/node_modules/chalk/source/ |
H A D | index.js | 8 const {stdout: stdoutColor, stderr: stderrColor} = supportsColor;
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
H A D | tomoyo_policy_memory_test.c | 36 fflush(stdout); in BUG()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit01.c | 127 fflush(stdout); in test2() 134 * output will be saved to the logfile (instead of stdout) in test2()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-udpclient.c | 83 FILE *stream = stdout; /* stream where the usage is output */ in usage()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_events.c | 75 /* Rather than fflush() throughout the code, set stdout to in main() 78 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_1_to_1_connectx.c | 81 /* Rather than fflush() throughout the code, set stdout to in main() 84 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_1_to_1_recvmsg.c | 86 /* Rather than fflush() throughout the code, set stdout to in main() 89 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_1_to_1_shutdown.c | 80 /* Rather than fflush() throughout the code, set stdout to in main() 83 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_1_to_1_recvfrom.c | 81 /* Rather than fflush() throughout the code, set stdout to in main() 84 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
/third_party/ltp/testcases/realtime/func/sched_latency/ |
H A D | sched_latency.c | 199 fflush(stdout); in periodic_thread()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
H A D | 14-1.c | 185 fflush(stdout); in main_loop()
|
/third_party/lwip/test/fuzz/ |
H A D | fuzz.c | 175 fflush(stdout); in main()
|
/third_party/node/deps/v8/src/objects/ |
H A D | tagged-impl.h | 162 void ShortPrint(FILE* out = stdout);
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/tests/ |
H A D | lower_ubo_tests.cpp | 64 nir_print_shader(b.shader, stdout); in ~nir_lower_ubo_test()
|
/third_party/python/Tools/scripts/ |
H A D | pathfix.py | 37 rep = sys.stdout.write
|
/third_party/python/Lib/test/support/ |
H A D | threading_helper.py | 152 faulthandler.dump_traceback(sys.stdout)
|
/third_party/python/Lib/multiprocessing/ |
H A D | resource_tracker.py | 187 for f in (sys.stdin, sys.stdout):
|