/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | sync_restricted_traces_to_cipd.py | 32 if completed.stdout: 33 logging.debug('cipd stdout:\n%s' % completed.stdout)
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
H A D | generate-expected-outputs.py | 61 sys.stdout.write (line) 62 sys.stdout.flush ()
|
/third_party/skia/tools/ |
H A D | merge_static_libs.py | 36 proc = subprocess.Popen([ar, '-t', in_lib], stdout=subprocess.PIPE) 40 proc = subprocess.Popen([ar, '-x', in_lib], stdout=subprocess.PIPE,
|
/third_party/toybox/toys/posix/ |
H A D | expand.c | 54 if (width != fwrite(toybuf+i, width, 1, stdout)) in do_expand() 55 perror_exit("stdout"); in do_expand() 65 if (EOF == putc(c, stdout)) perror_exit(0); in do_expand()
|
H A D | paste.c | 96 if (dlen) fwrite(dstr, dlen, 1, stdout); in paste_files() 100 fwrite(buf, len-(buf[len-1]=='\n'), 1, stdout); in paste_files()
|
/third_party/python/Lib/test/ |
H A D | test_cppext.py | 67 stdout=subprocess.PIPE, 71 print(proc.stdout, end='')
|
H A D | test_ensurepip.py | 302 with test.support.captured_stdout() as stdout: 305 result = stdout.getvalue().strip() 333 with test.support.captured_stdout() as stdout: 336 result = stdout.getvalue().strip()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | constants.py | 242 self.jar_process = subprocess.Popen(self.command, stdout=subprocess.PIPE, 247 for line in iter(self.jar_process.stdout.readline, b''): 252 self.jar_process.stdout.close() 272 stdout=subprocess.PIPE,
|
/third_party/gn/infra/recipes/ |
H A D | gn.py | 71 stdout=api.raw_io.output_text(name='sdk-path', add_output_log=True), 73 '/some/xcode/path')).stdout.strip() 116 stdout=api.raw_io.output_text()).stdout.strip()
|
/third_party/libsnd/src/ |
H A D | ima_oki_adpcm.c | 195 fflush (stdout) ; in test_oki_adpcm() 208 fflush (stdout) ; in test_oki_adpcm() 240 fflush (stdout) ; in test_oki_adpcm_block() 264 fflush (stdout) ; in test_oki_adpcm_block()
|
/third_party/mbedtls/programs/x509/ |
H A D | cert_req.c | 425 fflush(stdout); in main() 440 fflush(stdout); in main() 453 fflush(stdout); in main() 471 fflush(stdout); in main()
|
/third_party/node/test/parallel/ |
H A D | test-console.js | 34 assert.ok(process.stdout.writable); 38 assert.strictEqual(typeof process.stdout.fd, 'number'); 87 process.stdout.isTTY = false; 96 // Test console.log() goes to stdout 103 // Test console.debug() goes to stdout 110 // Test console.info() goes to stdout 203 assert.strictEqual(strings.length, process.stdout.writeTimes);
|
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | fuzzer.py | 218 for line in reversed(result.output.stdout.splitlines()): 234 for line in reversed(result.output.stdout.splitlines()): 250 for line in reversed(result.output.stdout.splitlines()): 317 for line in reversed(result.output.stdout.splitlines()):
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 65 ir3_shader_disasm(so, bin, stdout); in dump_info() 143 nir_print_shader(nir, stdout); in load_glsl() 147 nir_print_shader(nir, stdout); in load_glsl() 260 nir_print_shader(nir, stdout); in load_spirv()
|
/third_party/python/Tools/scripts/ |
H A D | patchcheck.py | 30 """Decorator to output status info to stdout.""" 33 sys.stdout.write(message + ' ... ') 34 sys.stdout.flush() 131 stdout=subprocess.PIPE, 135 for line in st.stdout:
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_filelist.py | 107 with captured_stdout() as stdout: 109 self.assertEqual(stdout.getvalue(), '') 113 with captured_stdout() as stdout: 115 self.assertEqual(stdout.getvalue(), 'xxx\n')
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | timepng.c | 248 fflush(stdout); in perform_one_test() 249 if (ferror(stdout)) in perform_one_test() 584 fflush(stdout); in main() 585 ok = !ferror(stdout); in main()
|
/third_party/skia/third_party/externals/libpng/contrib/pngminus/ |
H A D | png2pnm.c | 44 FILE *fp_wr = stdout; in main() 95 else if (fp_wr == stdout) in main() 114 /* set stdin/stdout if required to binary */ in main() 117 if ((raw) && (fp_wr == stdout)) in main() 118 setmode (fileno (stdout), O_BINARY); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | tls_test_common.c | 145 fprintf (stdout, "running test: %s [pass]\n", test_name); in print_test_result() 468 fprintf (stdout, "running test: %s ", test_name); in test_wrap() 474 fprintf (stdout, "[pass]\n"); in test_wrap() 478 fprintf (stdout, "[fail]\n"); in test_wrap()
|
/third_party/typescript/tests/issues_cookbook_tests/ |
H A D | autotest_sdk.py | 27 stdout=subprocess.PIPE, stderr=subprocess.PIPE) 57 log = result.stdout.decode() + self.utils.get_stderr(result) 65 log = result.stdout.decode() + self.utils.get_stderr(result) 73 log = build_result.stdout.decode() + self.utils.get_stderr(build_result)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | mk_prim_xml_step1.py | 196 last_print_target = sys.stdout
197 sys.stdout = log_file_fp
210 sys.stdout = last_print_target
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | stdio.h | 84 extern FILE *const stdout; 88 #define stdout (stdout) macro 719 * The printf() function shall place output on the stdout stream. 794 * The vprintf() function shall format output of a stdarg argument list to the stdout.
|
/third_party/ffmpeg/doc/examples/ |
H A D | filtering_audio.c | 208 fputc(*p & 0xff, stdout); in print_frame() 209 fputc(*p>>8 & 0xff, stdout); in print_frame() 212 fflush(stdout); in print_frame()
|
/third_party/gn/infra/ |
H A D | recipes.py | 195 _git_check_call(['init', engine_path], stdout=NUL) 201 stdout=NUL, 206 stdout=NUL)
|
/third_party/ffmpeg/tools/ |
H A D | patcheck | 5 cat > patcheck.stdout 6 $0 patcheck.stdout 7 rm -f patcheck.stdout
|