/third_party/python/Lib/test/ |
H A D | memory_watchdog.py | 25 sys.stdout.write(" ... process data size: {data:.1f}G\n" 27 sys.stdout.flush()
|
H A D | test_wsgiref.py | 628 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 D | easy-conversions.rs | 13 .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 D | tracebd.py | 45 # 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 D | test262.py | 71 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 D | py2_test_grammar.py | 343 # 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 D | proxy.c | 91 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 D | radeonsi-run-tests.py | 195 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 D | error2aub.c | 311 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 D | sched_driver.c | 173 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 D | lib3101.c | 44 test_setopt(curl, CURLOPT_HEADERDATA, stdout); in test() 45 test_setopt(curl, CURLOPT_WRITEDATA, stdout); in test()
|
/third_party/node/test/parallel/ |
H A D | test-child-process-exec-kill-throws.js | 24 const child = cp.exec(cmd, options, common.mustCall((err, stdout, stderr) => { 27 assert.strictEqual(stdout, '');
|
H A D | test-child-process-spawnsync-args.js | 36 const { stdout, stderr, error } = spawnSync( 45 return stdout.toString().trim().toLowerCase();
|
H A D | test-child-process-stdio-inherit.js | 38 child.stdout.on('data', function(chunk) { 41 child.stdout.setEncoding('utf8');
|
H A D | test-process-getgroups.js | 37 exec('id -G', function(err, stdout) { 39 const real_groups = unique(stdout.match(/\d+/g).map(Number));
|
H A D | test-repl-import-referrer.js | 12 child.stdout.setEncoding('utf8'); 13 child.stdout.on('data', (data) => {
|
/third_party/node/test/pummel/ |
H A D | test-child-process-spawn-loop.js | 37 child.stdout.setEncoding('ascii'); 38 child.stdout.on('data', (chunk) => {
|
/third_party/protobuf/benchmarks/js/ |
H A D | benchmark_suite.js | 11 process.stdout.write( 17 process.stdout.write(String(event.target) + "\n");
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | fakepng.c | 29 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 D | ios_debug_cmd.py | 20 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 D | pkgdata.cpp | 321 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 D | pkgdata.cpp | 321 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 D | pkgdata.cpp | 321 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 D | build_info.py | 26 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 D | astc_test_competitive.py | 56 return float(LOG_PATTERN.search(result.stdout).group(1)) 62 return float(LOG_PATTERN.search(result.stdout).group(1)) 124 print(ex.stdout)
|