Home
last modified time | relevance | path

Searched refs:stdout (Results 351 - 375 of 1911) sorted by relevance

1...<<11121314151617181920>>...77

/third_party/python/Lib/test/
H A Dmemory_watchdog.py25 sys.stdout.write(" ... process data size: {data:.1f}G\n"
27 sys.stdout.flush()
H A Dtest_wsgiref.py628 self.assertEqual(h.stdout.getvalue(),
636 self.assertEqual(h.stdout.getvalue(),
643 self.assertEqual(h.stdout.getvalue(),
651 self.assertEqual(h.stdout.getvalue(),
667 self.assertEqual(h.stdout.getvalue(),
675 self.assertEqual(h.stdout.getvalue(),
692 self.assertEqual(h.stdout.getvalue(),
723 self.assertEqual(shortpat,h.stdout.getvalue())
731 self.assertEqual(h.stdout.getvalue(),b"")
735 h.stdout
[all...]
/third_party/rust/crates/io-lifetimes/examples/
H A Deasy-conversions.rs13 .stdout(Stdio::piped()) in main()
19 let mut file = File::from_into_filelike(child.stdout.take().unwrap()); in main()
/third_party/littlefs/scripts/
H A Dtracebd.py45 # allow '-' for stdin/stdout
50 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
93 sys.stdout.write('\n')
100 sys.stdout.write('\r')
102 sys.stdout.write('\x1b[%dA' % (shrink-1-i))
103 sys.stdout.write('\x1b[K')
105 sys.stdout.write('\x1b[%dB' % (shrink-1-i))
106 sys.stdout.write('\x1b[%dA' % shrink)
111 sys.stdout.write('\r')
113 sys.stdout
[all...]
/third_party/node/deps/v8/third_party/test262-harness/src/
H A Dtest262.py71 result.add_option("--logname", help="Filename to save stdout to")
137 def __init__(self, exit_code, stdout, stderr, case):
139 self.stdout = stdout
155 self.WriteOutput(sys.stdout)
164 out = self.stdout.strip()
189 out = self.stdout.strip().decode('utf-8')
213 return 'Test262:AsyncTestComplete' not in self.stdout
226 return self.stdout
340 stdout
[all...]
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy2_test_grammar.py343 # Can't test printing to real stdout without comparing output
345 save_stdout = sys.stdout
346 sys.stdout = StringIO.StringIO()
355 print >> sys.stdout, 1, 2, 3
356 print >> sys.stdout, 1, 2, 3,
357 print >> sys.stdout
358 print >> sys.stdout, 0 or 1, 0 or 1,
359 print >> sys.stdout, 0 or 1
374 oldstdout = sys.stdout
375 sys.stdout
[all...]
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
H A Dproxy.c91 fprintf(stdout, "%i:%s\n", __LINE__, msg);\
92 fflush(stdout);\
98 fprintf(stdout, "%i\n", __LINE__);\
99 fprintf(stdout, fmt,##__VA_ARGS__);\
100 fprintf(stdout, "\n");\
101 fflush(stdout);\
108 fprintf(stdout, "%i:%s\n", __LINE__, msg);\
109 fflush(stdout);\
117 fprintf(stdout, "%i\n", __LINE__);\
118 fprintf(stdout, fm
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
H A Dradeonsi-run-tests.py195 for line in p.stdout.decode().split("\n"):
231 for line in p.stdout.decode().split("\n"):
286 args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=env
289 line = proc.stdout.readline().decode()
296 sys.stdout.write(next(spin))
297 sys.stdout.flush()
298 sys.stdout.write("\b")
308 sys.stdout.write(" ... ")
/third_party/mesa3d/src/intel/tools/
H A Derror2aub.c311 aub.verbose_log_file = stdout; in main()
428 fprintf(stdout, "BOs found:\n"); in main()
430 fprintf(stdout, "\t type=%i addr=0x%016" PRIx64 " size=%" PRIu64 "\n", in main()
482 fprintf(stdout, "engine start=0x%x head/tail=0x%x/0x%x\n", in main()
491 fprintf(stdout, "context dump:\n"); in main()
494 fprintf(stdout, "\n 0x%08" PRIx64 ": ", bo_entry->addr + 8192 + i * 4); in main()
495 fprintf(stdout, "0x%08x ", context[i]); in main()
497 fprintf(stdout, "\n"); in main()
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_driver.c173 fflush(stdout); in main()
201 fflush(stdout); in main()
208 fflush(stdout); in main()
223 fflush(stdout); in main()
226 fflush(stdout); in main()
232 fflush(stdout); in main()
245 fflush(stdout); in main()
488 fflush(stdout);
529 fflush(stdout); in display_line()
/third_party/curl/tests/libtest/
H A Dlib3101.c44 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test()
45 test_setopt(curl, CURLOPT_WRITEDATA, stdout); in test()
/third_party/node/test/parallel/
H A Dtest-child-process-exec-kill-throws.js24 const child = cp.exec(cmd, options, common.mustCall((err, stdout, stderr) => {
27 assert.strictEqual(stdout, '');
H A Dtest-child-process-spawnsync-args.js36 const { stdout, stderr, error } = spawnSync(
45 return stdout.toString().trim().toLowerCase();
H A Dtest-child-process-stdio-inherit.js38 child.stdout.on('data', function(chunk) {
41 child.stdout.setEncoding('utf8');
H A Dtest-process-getgroups.js37 exec('id -G', function(err, stdout) {
39 const real_groups = unique(stdout.match(/\d+/g).map(Number));
H A Dtest-repl-import-referrer.js12 child.stdout.setEncoding('utf8');
13 child.stdout.on('data', (data) => {
/third_party/node/test/pummel/
H A Dtest-child-process-spawn-loop.js37 child.stdout.setEncoding('ascii');
38 child.stdout.on('data', (chunk) => {
/third_party/protobuf/benchmarks/js/
H A Dbenchmark_suite.js11 process.stdout.write(
17 process.stdout.write(String(event.target) + "\n");
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dfakepng.c29 fwrite(chunk, length, 1, stdout); in put_chunk()
60 fwrite(signature, sizeof signature, 1, stdout); in main()
/third_party/skia/infra/bots/recipe_modules/flavor/resources/
H A Dios_debug_cmd.py20 logp = subprocess.Popen(['idevicesyslog'], stdout=subprocess.PIPE, bufsize=-1)
25 out = logp.stdout.read().decode('utf-8')
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp321 fprintf(stdout, "Warning: You are using the -O option which is not needed for MSVC build on Windows.\n"); in main()
412 fprintf(stdout, "Warning: You are using the -z option which only works on z/OS.\n"); in main()
470 fprintf(stdout, "Warning: You are using the option to build without assembly code which is not supported on this platform.\n"); in main()
471 fprintf(stdout, "Warning: This option will be ignored.\n"); in main()
478 fprintf(stdout, "Note: Ignoring option -b (windows-dynamicbase).\n"); in main()
594 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir); in pkg_executeOptions()
616 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath); in pkg_executeOptions()
643 fprintf(stdout, "# Moving package file to %s ..\n", in pkg_executeOptions()
678 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n"); in pkg_executeOptions()
700 fprintf(stdout, "# Installin in pkg_executeOptions()
[all...]
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp321 fprintf(stdout, "Warning: You are using the -O option which is not needed for MSVC build on Windows.\n"); in main()
412 fprintf(stdout, "Warning: You are using the -z option which only works on z/OS.\n"); in main()
470 fprintf(stdout, "Warning: You are using the option to build without assembly code which is not supported on this platform.\n"); in main()
471 fprintf(stdout, "Warning: This option will be ignored.\n"); in main()
478 fprintf(stdout, "Note: Ignoring option -b (windows-dynamicbase).\n"); in main()
591 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir); in pkg_executeOptions()
613 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath); in pkg_executeOptions()
640 fprintf(stdout, "# Moving package file to %s ..\n", in pkg_executeOptions()
675 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n"); in pkg_executeOptions()
697 fprintf(stdout, "# Installin in pkg_executeOptions()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp321 fprintf(stdout, "Warning: You are using the -O option which is not needed for MSVC build on Windows.\n"); in main()
412 fprintf(stdout, "Warning: You are using the -z option which only works on z/OS.\n"); in main()
470 fprintf(stdout, "Warning: You are using the option to build without assembly code which is not supported on this platform.\n"); in main()
471 fprintf(stdout, "Warning: This option will be ignored.\n"); in main()
478 fprintf(stdout, "Note: Ignoring option -b (windows-dynamicbase).\n"); in main()
591 fprintf(stdout, "# Install: Files mode, copying files to %s..\n", targetDir); in pkg_executeOptions()
613 fprintf(stdout, "# Writing package file %s ..\n", datFileNamePath); in pkg_executeOptions()
640 fprintf(stdout, "# Moving package file to %s ..\n", in pkg_executeOptions()
675 fprintf(stdout, "Warning: Providing a revision number with the -r option is recommended when packaging data in the current mode.\n"); in pkg_executeOptions()
697 fprintf(stdout, "# Installin in pkg_executeOptions()
[all...]
/third_party/glslang/
H A Dbuild_info.py26 usage = """{} emits a string to stdout or file with project version information.
49 ommitted then the string is printed to stdout.
78 stdout=subprocess.PIPE,
80 (stdout, _) = p.communicate()
83 return stdout
/third_party/astc-encoder/Test/
H A Dastc_test_competitive.py56 return float(LOG_PATTERN.search(result.stdout).group(1))
62 return float(LOG_PATTERN.search(result.stdout).group(1))
124 print(ex.stdout)

Completed in 16 milliseconds

1...<<11121314151617181920>>...77