Home
last modified time | relevance | path

Searched refs:stdout (Results 1726 - 1750 of 3565) sorted by relevance

1...<<61626364656667686970>>...143

/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dbootgraph.py40 sys.stdout.flush()
308 lf = Popen('dmesg', stdout=PIPE).stdout
757 call(sysvals.blexec, stderr=PIPE, stdout=PIPE,
H A Dsleepgraph.py76 sys.stdout.flush()
331 if (hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()):
396 fp = Popen(['which', cmd], stdout=PIPE, stderr=PIPE).stdout
535 lines = Popen('dmesg', stdout=PIPE).stdout.readlines()
550 fp = Popen('dmesg', stdout=PIPE).stdout
1086 fp = Popen(cmd, stdout
[all...]
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.c1358 putc('\n', stdout); in do_help()
1359 fputs("USAGE:\n ", stdout); in do_help()
1360 fputs(p->cmd_help, stdout); in do_help()
1367 fputs("Available commands:\n", stdout); in do_help()
/third_party/googletest/googletest/scripts/
H A Dupload.py113 """Print a status message to stdout.
558 """Executes a command and returns the output from stdout and the return code.
562 print_output: If True, the output is printed to stdout.
563 If False, both stdout and stderr are ignored.
570 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
575 line = p.stdout.readline()
582 output = p.stdout.read()
587 p.stdout.close()
/third_party/node/deps/v8/tools/mb/
H A Dmb.py1150 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
1191 if kwargs.get('stream', sys.stdout) == sys.stdout:
1192 sys.stdout.flush()
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc1175 fprintf(stdout, "Async stacks count: %zu\n", m_allAsyncStacks.size()); in dumpAsyncTaskStacksStateForTest()
1176 fprintf(stdout, "Scheduled async tasks: %zu\n", m_asyncTaskStacks.size()); in dumpAsyncTaskStacksStateForTest()
1177 fprintf(stdout, "Recurring async tasks: %zu\n", m_recurringTasks.size()); in dumpAsyncTaskStacksStateForTest()
1178 fprintf(stdout, "\n"); in dumpAsyncTaskStacksStateForTest()
/third_party/node/deps/v8/src/objects/
H A Dmap-updater.cc492 isolate_, old_map_, stdout, "uninitialized field", modified_descriptor_, in TryReconfigureToDataFieldInplace()
1021 isolate_, old_map_, stdout, "", modified_descriptor_, split_nof, in ConstructNewMap()
1105 PrintReconfiguration(isolate, map, stdout, descriptor, kind, attributes); in ReconfigureExistingProperty()
1230 isolate, map, stdout, "field type generalization", modify_index, in GeneralizeField()
/third_party/python/Lib/test/
H A Dtest_clinic.py543 with support.captured_stdout() as stdout:
546 return stdout.getvalue()
836 with support.captured_stdout() as stdout:
839 self.assertEqual(stdout.getvalue(), 'Error in file "clown.txt" on line 69:\nThe igloos are melting!\n')
H A Dtest_optparse.py155 """Assert the parser prints the expected output on stdout."""
156 save_stdout = sys.stdout
159 sys.stdout = StringIO()
162 output = sys.stdout.getvalue()
163 sys.stdout = save_stdout
/third_party/openssl/apps/
H A Dreq.c702 BIO_printf(bio_err, "stdout\n"); in req_main()
993 fprintf(stdout, "Modulus is unavailable\n"); in req_main()
996 fprintf(stdout, "Modulus="); in req_main()
1005 fprintf(stdout, "Wrong Algorithm type"); in req_main()
1007 fprintf(stdout, "\n"); in req_main()
/third_party/tzdata/
H A Dzdump.c369 fflush(stdout); in my_localtime_rz()
409 fflush(stdout); in abbrok()
506 usage(stdout, EXIT_SUCCESS); in main()
677 close_file(stdout); in main()
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c720 fprintf(stdout, "\r%-.1f%%", (double)pc); in restorecon_sb()
722 fprintf(stdout, "\r%" PRIu64 "k", fc_count / STAR_COUNT); in restorecon_sb()
724 fflush(stdout); in restorecon_sb()
1390 fprintf(stdout, "\r%s 100.0%%\n", pathname); in selinux_restorecon_common()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dexpr.c296 expr_fprint(e1, stdout); in expr_eq()
298 expr_fprint(e2, stdout); in expr_eq()
487 expr_fprint(e1, stdout); in expr_join_or()
489 expr_fprint(e2, stdout); in expr_join_or()
581 expr_fprint(e1, stdout); in expr_join_and()
583 expr_fprint(e2, stdout); in expr_join_and()
/kernel/linux/linux-6.6/scripts/kconfig/
H A Dexpr.c296 expr_fprint(e1, stdout); in expr_eq()
298 expr_fprint(e2, stdout); in expr_eq()
487 expr_fprint(e1, stdout); in expr_join_or()
489 expr_fprint(e2, stdout); in expr_join_or()
581 expr_fprint(e1, stdout); in expr_join_and()
583 expr_fprint(e2, stdout); in expr_join_and()
/third_party/ltp/testcases/kernel/fs/doio/
H A Dgrowfiles.c452 prt_examples(stdout); in main()
1139 fflush(stdout); /* ensure pending i/o is flushed before forking */ in main()
1413 fflush(stdout); in main()
1605 fflush(stdout); in main()
1681 fprintf(stdout, in sig_handler()
1831 fprintf(stdout, "\ in help()
/third_party/lz4/tests/
H A Dfuzzer.c95 #define DISPLAY(...) fprintf(stdout, __VA_ARGS__)
117 fflush(stdout); in FUZ_displayUpdate()
195 fflush(stdout); in FUZ_AddressOverflow()
208 DISPLAY("%3i \b\b\b\b", nbBuff); fflush(stdout); in FUZ_AddressOverflow()
214 fflush(stdout); in FUZ_AddressOverflow()
353 fflush(stdout); \ in FUZ_test()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp367 fflush(stdout); in init_connection()
428 fflush(stdout); in init_window()
450 fflush(stdout); in init_window()
483 fflush(stdout); in init_window()
491 fflush(stdout); in init_window()
1478 fflush(stdout); in GLSLtoSPV()
/third_party/python/Python/
H A Dinitconfig.c56 -u : force the stdout and stderr streams to be unbuffered;\n\
141 "PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.\n"
175 "PYTHONUNBUFFERED : disable stdout/stderr buffering (-u)\n"
189 stdin and stdout error handler to "surrogateescape". */
2208 _setmode(fileno(stdout), O_BINARY); in config_init_stdio()
2215 setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ); in config_init_stdio()
2219 setbuf(stdout, (char *)NULL); in config_init_stdio()
2227 setvbuf(stdout, (char *)NULL, _IONBF, BUFSIZ); in config_init_stdio()
2231 setvbuf(stdout, (char *)NULL, _IOLBF, BUFSIZ); in config_init_stdio()
2242 - initialize C standard streams (stdin, stdout, stder
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c1627 color_fprintf(stdout, color, " "); in map_switch_event()
1629 color_fprintf(stdout, cpu_color, "*"); in map_switch_event()
1637 color_fprintf(stdout, pid_color, "%2s ", curr_tr->shortname); in map_switch_event()
1639 color_fprintf(stdout, color, " "); in map_switch_event()
1646 color_fprintf(stdout, color, " %12s secs ", stimestamp); in map_switch_event()
1653 color_fprintf(stdout, pid_color, "%s => %s:%d", in map_switch_event()
1659 color_fprintf(stdout, color, " (CPU %d)", this_cpu); in map_switch_event()
1662 color_fprintf(stdout, color, "\n"); in map_switch_event()
2067 &callchain_cursor, symbol_conf.bt_stop_list, stdout); in timehist_print_sample()
2793 FILE *fp = stdout; in timehist_print_idlehist_callchain()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dannotate.c1359 color_fprintf(stdout, annotate__address_color(br), " %*" PRIx64 ":", addr_fmt_width, addr); in disasm_line__print()
1360 color_fprintf(stdout, annotate__asm_color(br), "%s", dl->al.line); in disasm_line__print()
1420 color_fprintf(stdout, color, " %s", al->path); in annotation_line__print()
1434 color_fprintf(stdout, color, " %11" PRIu64, in annotation_line__print()
1437 color_fprintf(stdout, color, " %7" PRIu64, in annotation_line__print()
1440 color_fprintf(stdout, color, " %7.2f", percent); in annotation_line__print()
2017 /* Create a pipe to read from for stdout */ in symbol__disassemble()
2326 color_fprintf(stdout, color, " %7.2f", percent); in print_summary()
2334 color_fprintf(stdout, color, " %s\n", path); in print_summary()
2801 fprintf(stdout, " in symbol__tty_annotate2()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c1669 color_fprintf(stdout, color, " "); in map_switch_event()
1671 color_fprintf(stdout, cpu_color, "*"); in map_switch_event()
1679 color_fprintf(stdout, pid_color, "%2s ", curr_tr->shortname); in map_switch_event()
1681 color_fprintf(stdout, color, " "); in map_switch_event()
1688 color_fprintf(stdout, color, " %12s secs ", stimestamp); in map_switch_event()
1695 color_fprintf(stdout, pid_color, "%s => %s:%d", in map_switch_event()
1701 color_fprintf(stdout, color, " (CPU %d)", this_cpu); in map_switch_event()
1704 color_fprintf(stdout, color, "\n"); in map_switch_event()
2114 get_tls_callchain_cursor(), symbol_conf.bt_stop_list, stdout); in timehist_print_sample()
2834 FILE *fp = stdout; in timehist_print_idlehist_callchain()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dannotate.c1461 color_fprintf(stdout, annotate__address_color(br), " %*" PRIx64 ":", addr_fmt_width, addr); in disasm_line__print()
1462 color_fprintf(stdout, annotate__asm_color(br), "%s", dl->al.line); in disasm_line__print()
1521 color_fprintf(stdout, color, " %11" PRIu64, in annotation_line__print()
1524 color_fprintf(stdout, color, " %7" PRIu64, in annotation_line__print()
1527 color_fprintf(stdout, color, " %7.2f", percent); in annotation_line__print()
1541 color_fprintf(stdout, color, " // %s", al->path); in annotation_line__print()
2141 /* Create a pipe to read from for stdout */ in symbol__disassemble()
2456 color_fprintf(stdout, color, " %7.2f", percent); in print_summary()
2464 color_fprintf(stdout, color, " %s\n", path); in print_summary()
2953 fprintf(stdout, " in symbol__tty_annotate2()
[all...]
/kernel/linux/linux-5.10/arch/mips/boot/tools/
H A Drelocs.c596 /* Output text to stdout */ in emit_relocs()
598 outf = stdout; in emit_relocs()
600 /* Output raw binary to stdout */ in emit_relocs()
601 outf = stdout; in emit_relocs()
/kernel/linux/linux-6.6/arch/mips/boot/tools/
H A Drelocs.c596 /* Output text to stdout */ in emit_relocs()
598 outf = stdout; in emit_relocs()
600 /* Output raw binary to stdout */ in emit_relocs()
601 outf = stdout; in emit_relocs()
/kernel/linux/linux-5.10/tools/usb/
H A Dffs-test.c552 ret = fwrite(buf, nbytes, 1, stdout); in empty_out_buf()
554 fflush(stdout); in empty_out_buf()

Completed in 56 milliseconds

1...<<61626364656667686970>>...143