/third_party/mesa3d/src/compiler/nir/tests/ |
H A D | builder_tests.cpp | 86 nir_print_shader(b->shader, stdout); in ~nir_builder_test()
|
H A D | core_tests.cpp | 54 nir_print_shader(b->shader, stdout); in ~nir_core_test()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | spirv2nir.c | 109 print_usage(argv[0], stdout); in main()
|
/third_party/libwebsockets/minimal-examples-lowlevel/raw/minimal-raw-client/ |
H A D | main.c | 106 fflush(stdout); in callback_raw_test()
|
/third_party/node/lib/internal/main/ |
H A D | print_help.js | 233 print(process.stdout);
|
/third_party/node/test/sequential/ |
H A D | test-tls-psk-client.js | 32 server.stdout.on('data', (data) => serverOut += data);
|
/third_party/node/test/async-hooks/ |
H A D | test-signalwrap.js | 61 // process.stdout is a tty. 62 const expectedLen = 2 + (!!process.stdout.isTTY || !!process.stderr.isTTY);
|
/third_party/node/benchmark/ |
H A D | _benchmark_progress.js | 110 if (!process.stderr.isTTY || process.stdout.isTTY) {
|
/third_party/node/deps/npm/node_modules/chalk/source/vendor/supports-color/ |
H A D | index.js | 178 stdout: createSupportsColor({isTTY: tty.isatty(1)}),
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | filestrm.cpp | 214 return (FileStream*)stdout; in T_FileStream_stdout()
|
/third_party/node/deps/icu-small/source/tools/genccode/ |
H A D | genccode.c | 175 fprintf(stdout, message, filename); in main()
|
/third_party/node/deps/npm/node_modules/supports-color/ |
H A D | index.js | 178 stdout: createSupportsColor({isTTY: tty.isatty(1)}),
|
/third_party/icu/icu4c/source/tools/genccode/ |
H A D | genccode.c | 175 fprintf(stdout, message, filename); in main()
|
/third_party/libexif/test/ |
H A D | test-fuzzer-persistent.c | 80 fprintf (stdout, "Byte order: %s\n", in test_exif_data()
|
H A D | test-fuzzer.c | 77 fprintf (stdout, "Byte order: %s\n", in test_exif_data()
|
/third_party/libfuse/example/ |
H A D | cuse_client.c | 56 " r SIZE [OFF] : read SIZE bytes @ OFF (dfl 0) and output to stdout\n" 76 fwrite(arg.buf, 1, ret, stdout); in do_rw()
|
/third_party/libexif/contrib/examples/ |
H A D | cam_features.c | 71 fprintf(stdout, "unable to get feature set\n"); in main()
|
/third_party/libfuse/test/ |
H A D | conftest.py | 12 # stdout/stderr. When using a server process, this makes sure that we capture 29 messages and then written to sys.stdout. 51 ofd = sys.stdout.fileno()
|
/third_party/libinput/tools/ |
H A D | libinput-quirks.c | 45 FILE *out = stdout; in log_handler()
|
/third_party/ltp/testcases/kernel/mem/tunable/ |
H A D | min_free_kbytes.c | 111 fflush(stdout); in test_tune()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
H A D | sched_tc3.c | 155 fflush(stdout); in main()
|
H A D | sched_tc2.c | 152 fflush(stdout); in main()
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_sendto.c | 76 /* Rather than fflush() throughout the code, set stdout to in main() 79 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_autoclose.c | 77 /* Rather than fflush() throughout the code, set stdout to in main() 80 setvbuf(stdout, NULL, _IONBF, 0); in main()
|
H A D | test_recvmsg.c | 77 /* Rather than fflush() throughout the code, set stdout to in main() 80 setvbuf(stdout, NULL, _IONBF, 0); in main()
|