/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | wrtxml.cpp | 1055 fprintf(stdout, "Warning: The file name is not same as the resource name!\n"); in bundle_write_xml()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.h | 1519 void Print() const { Print( stdout, 0 ); } in Print() 1734 fprintf( stdout, "%s", printer.CStr() );
|
/third_party/skia/third_party/externals/tint/samples/ |
H A D | main.cc | 69 std::string output_file = "-"; // Default to stdout 114 --dump-inspector-bindings -- Dump reflection data about bindins to stdout. 519 FILE* file = stdout; in WriteFile()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 128 if omitted, a human readable version of the rules is written to stdout`) 156 // if no output then write rules to stdout
|
/third_party/toybox/lib/ |
H A D | lib.c | 75 if (!msg) show_help(stdout); in help_exit() 695 // flags is O_RDONLY, stdout otherwise. An empty argument list calls 696 // function() on just stdin/stdout.
|
/third_party/python/Lib/unittest/test/ |
H A D | test_runner.py | 1304 opts = dict(stdout=subprocess.PIPE, stderr=subprocess.PIPE,
|
/third_party/python/Parser/ |
H A D | tokenizer.c | 885 char *newtok = PyOS_Readline(tok->fp ? tok->fp : stdin, stdout, tok->prompt); in tok_underflow_interactive()
|
/third_party/python/Lib/test/ |
H A D | test_plistlib.py | 1032 return subprocess.run(['plutil', "-lint", self.file_name], capture_output=True, text=True).stdout
|
H A D | test_dataclasses.py | 1506 stdout = io.StringIO() 1510 traceback.print_exception(exc, file=stdout) 1511 printed_traceback = stdout.getvalue()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd_cli.c | 795 print_help(stdout, argc > 0 ? argv[0] : NULL); in hostapd_cli_cmd_help()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | wpa_debug.c | 248 * output may be directed to stdout, stderr, and/or syslog based on 251 * Note: New line '\n' is added to the end of the text when printing to stdout. 996 setvbuf(stdout, NULL, _IOLBF, 0); in wpa_debug_setup_stdout()
|
/third_party/vulkan-loader/scripts/ |
H A D | loader_extension_generator.py | 177 diagFile = sys.stdout):
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hostapd_cli.c | 794 print_help(stdout, argc > 0 ? argv[0] : NULL); in hostapd_cli_cmd_help()
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.h | 1245 FILE* stream = stdout, 1249 FILE* stream = stdout, 1254 FILE* stream = stdout);
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 556 direction = stdout; 2864 name = (stream == SND_PCM_STREAM_PLAYBACK) ? "stdout" : "stdin"; 3281 /* write to stdout? */ 3283 fd = fileno(stdout); 3284 name = "stdout";
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.h | 4406 nir_print_shader(nir, stdout); \ 4417 nir_print_shader(nir, stdout); \
|
/third_party/pulseaudio/src/utils/ |
H A D | pactl.c | 1710 fflush(stdout); in list_handlers_callback() 2220 fflush(stdout); in context_subscribe_callback()
|
/third_party/tzdata/ |
H A D | zic.c | 998 close_file(stdout, NULL, NULL, NULL); in main() 1001 usage(stdout, EXIT_SUCCESS); in main()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | scsimain.c | 2389 "Can't have both 'if' as stdin _and_ 'of' as stdout\n"); in do_scsi_device_read_write() 5179 fprintf(stdout, ">>> Unable to read %s Page %02xh\n", in get_mode_page() 5215 fprintf(stdout, in get_mode_page10() 5398 fprintf(stdout, ">>> Unable to read %s defect data.\n", in read_defect_list() 5465 fprintf(stdout, ">>> Unable to read %s defect data.\n", in read_defect_list() 6461 "Can't have both 'if' as stdin _and_ 'of' as stdout\n"); in do_scsi_sgm_read_write() 7428 "Disallow both if and of to be stdin and stdout"); in do_scsi_sgp_read_write()
|
/third_party/toybox/toys/pending/ |
H A D | bc.c | 1076 // We are about to output to stderr, so flush stdout to in bc_read_line() 1078 fflush(stdout); in bc_read_line() 5612 fputs(bc_copyright, stdout); in bc_vm_info() 5618 // Make sure all of stdout is written first. in bc_vm_printError() 5619 fflush(stdout); in bc_vm_printError() 5704 if (FLAG(i)) fflush(stdout); in bc_vm_process()
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 1647 err = snd_output_stdio_attach(&out, stdout, 0); in save_state()
|
H A D | init_parse.c | 1600 fwrite(string, strlen(string), 1, stdout); in parse_line()
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 148 fflush(stdout); in check()
|
/third_party/alsa-lib/src/alisp/ |
H A D | alisp.c | 989 err = snd_output_stdio_attach(&out, stdout, 0); in dump_objects() 1062 err = snd_output_stdio_attach(&out, stdout, 0); in dump_obj_lists() 3277 err = snd_output_stdio_attach(&output, stdout, 0); in alsa_lisp_default_cfg()
|
/third_party/icu/tools/colprobe/ |
H A D | colprobe.cpp | 1649 log = u_finit(stdout, "en", "latin-1"); in main()
|