Home
last modified time | relevance | path

Searched refs:stdout (Results 1176 - 1200 of 1885) sorted by relevance

1...<<41424344454647484950>>...76

/third_party/python/Lib/test/
H A Dtest_compileall.py158 with support.captured_stdout() as stdout:
160 self.assertRegex(stdout.getvalue(), r'Compiling ([^WindowsPath|PosixPath].*)')
207 # Bug 44666 reported that compile_file failed when sys.stdout.encoding is None
230 with support.captured_stdout() as stdout:
232 line = stdout.getvalue().splitlines()[0]
470 to stdout."""
484 orig_stdout = sys.stdout
485 sys.stdout = io.TextIOWrapper(io.BytesIO(),encoding='ascii')
488 sys.stdout = orig_stdout
H A Dtest_argparse.py26 binary data, allowing it to replace sys.stdout/sys.stderr in more
126 def __init__(self, message, stdout=None, stderr=None, error_code=None):
127 Exception.__init__(self, message, stdout, stderr)
129 self.stdout = stdout
135 # if this is being called recursively and stderr or stdout is already being
138 if isinstance(sys.stderr, StdIOBuffer) or isinstance(sys.stdout, StdIOBuffer):
143 old_stdout = sys.stdout
145 sys.stdout = StdIOBuffer()
152 if attr is sys.stdout
[all...]
/third_party/typescript/tests/baselines/reference/
H A Dparserharness.js758 var stdout = new EmitterIOHost();
776 compiler.parseEmitOption(stdout);
1234 stdout.reset();
1364 emit(stdout, true);
1368 emit(stdout, false);
1377 callback(new CompilerResult(stdout.toArray(), errors, scripts));
2728 var stdout = new EmitterIOHost();
2744 compiler.parseEmitOption(stdout);
3153 stdout.reset();
3262 emit(stdout, tru
[all...]
/third_party/ffmpeg/doc/examples/
H A Dencode_video.c156 fflush(stdout); in main()
/third_party/curl/src/
H A Dtool_easysrc.c187 out = stdout; in dumpeasysrc()
/third_party/ffmpeg/tests/
H A Dutils.c124 f = stdout; in pgmyuv_save()
H A Drotozoom.c169 if (!freopen(argv[2], "wb", stdout)) in main()
/third_party/backends/frontend/
H A Dtest.c146 fwrite (buffer, 1, blubb, stdout); in testsane()
/third_party/cups-filters/filter/foomatic-rip/
H A Dprocess.c183 if (out && dup2(fileno(out), fileno(stdout)) < 0) in exec_command()
184 rip_die(EXIT_PRNERR_NORETRY_BAD_SETTINGS, "%s: Could not dup stdout\n", (const char *)cmd); in exec_command()
/third_party/icu/icu4c/source/samples/citer/
H A Dciter.cpp187 out = u_finit(stdout, NULL, NULL); in main()
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py148 stdout = devnull,
/third_party/icu/icu4c/source/io/
H A Duprintf.cpp58 gStdOut = u_finit(stdout, NULL, NULL); in u_stdout_init()
/third_party/icu/icu4c/source/samples/dtptngsample/
H A Ddtptngsample.cpp124 UFILE *out = u_finit(stdout, NULL, "UTF-8"); in replaceFieldTypesExample()
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dletrperf.cpp155 #define showTime(x,y) printf("%s:\ttesting...\r", #x); fflush(stdout); \ in main()
/third_party/PyYAML/examples/yaml-highlight/
H A Dyaml_hl.py49 self.output = sys.stdout
110 help="set the output file (default: stdout)", metavar='FILE')
/third_party/libsnd/src/G72x/
H A Dg72x_test.c115 fflush (stdout) ; in g723_test()
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py68 stdout=subprocess.PIPE,
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/
H A Dminimal-raw-netcat.c10 * what is returned to stdout.
102 fflush(stdout); in callback_raw_test()
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H A Dcpuctl_def_task01.c216 fprintf(stdout, "DEF TASK:CPU TIME{calc:-%6.2f(s)" in main()
H A Dcpuctl_def_task04.c230 fprintf(stdout, "Grp:-%3d task-%3d:CPU TIME{calc:-%6.2f(s) i.e." in main()
H A Dcpuctl_def_task02.c223 fprintf(stdout, "Grp:-%3dDEF task-%3d: CPU TIME{calc:-%6.2f(s)" in main()
H A Dcpuctl_def_task03.c220 fprintf(stdout, "Grp:-%3d task-%3d:CPU TIME{calc:-%6.2f(s)" in main()
H A Dcpuctl_test04.c222 fprintf(stdout, "Grp:-%3d task-%3d:CPU TIME{calc:-%6.2f(s)i.e. %6.2f(%%) exp:-%6.2f(%%)}\ in main()
H A Dcpuctl_test03.c211 fprintf(stdout, "Grp:-%3d task-%3d:CPU TIME{calc:-%6.2f(s)i.e. %6.2f(%%) exp:-%6.2f(%%)}\ in main()
/third_party/littlefs/scripts/
H A Dchangeprefix.py28 # allow '-' for stdin/stdout
33 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)

Completed in 18 milliseconds

1...<<41424344454647484950>>...76