Home
last modified time | relevance | path

Searched refs:stdout (Results 801 - 825 of 1885) sorted by relevance

1...<<31323334353637383940>>...76

/third_party/musl/libc-test/src/functionalext/supplement/stdio/
H A Dfprintf.c25 * @tc.desc: Verify fprintf and stdout process success.
31 int32_t len = fprintf(stdout, "%s", str); in fprintf_0100()
H A Dfwprintf.c21 * @tc.desc : Verify the number of wide characters returned by the function (if the file parameter is stdout)
26 int result = fwprintf(stdout, L"This is a test!!QAZ@WSX12"); in fwprintf_0100()
H A Dsetlinebuf.c62 setlinebuf(stdout); in setlinebuf_0200()
/third_party/rust/crates/clap/src/util/
H A Dmod.rs32 let _ = std::io::stdout().lock().flush();
/third_party/rust/crates/env_logger/tests/
H A Dinit-twice-retains-filter.rs37 println!("--- stdout\n{}", str::from_utf8(&out.stdout).unwrap()); in main()
H A Dlog-in-log.rs36 println!("--- stdout\n{}", str::from_utf8(&out.stdout).unwrap()); in main()
/third_party/python/Tools/c-analyzer/c_common/
H A Dlogging.py26 handler = logging.StreamHandler(sys.stdout)
/third_party/python/Tools/scripts/
H A Dfindlinksto.py18 sys.stdout = sys.stderr
/third_party/skia/third_party/externals/swiftshader/src/
H A Dcommit_id.py29 return sp.Popen(command, stdout=sp.PIPE, shell=True, cwd=cwd).communicate()[0].strip()
/third_party/python/Lib/email/
H A Diterators.py65 fp = sys.stdout
/third_party/skia/tools/android/
H A Dmeasure_fps.py18 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/third_party/skia/tools/skqp/
H A Dmake_universal_apk.py65 options.write(sys.stdout)
/third_party/vixl/examples/aarch64/
H A Ddebugging.cc65 PrintDisassembler disassembler(stdout); in main()
/third_party/protobuf/js/commonjs/
H A Drewrite_tests_for_commonjs.js36 output: process.stdout
/third_party/protobuf/js/compatibility_tests/v3.0.0/commonjs/
H A Drewrite_tests_for_commonjs.js36 output: process.stdout
/third_party/pulseaudio/src/utils/
H A Dpa-info46 $alsa_info --stdout
/third_party/python/Objects/
H A Dtypeslots.py7 def generate_typeslots(out=sys.stdout):
/third_party/skia/experimental/tools/
H A Dgenerate-unicode-test-txt75 o = sys.stdout
/third_party/vk-gl-cts/framework/platform/ohos/
H A DvkMain.cpp44 // Set stdout to line-buffered mode (will be fully buffered by default if stdout is pipe). in main()
45 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
/third_party/vk-gl-cts/framework/platform/
H A DtcuMain.cpp43 // Set stdout to line-buffered mode (will be fully buffered by default if stdout is pipe). in main()
44 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024); in main()
/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c2558 fflush(stdout); in main()
2571 fflush(stdout); in main()
2618 fflush(stdout); in main()
2755 fflush(stdout); in main()
2770 fflush(stdout); in main()
2785 fflush(stdout); in main()
2935 mbedtls_ssl_conf_dbg(&conf, my_debug, stdout); in main()
3311 fflush(stdout); in main()
3354 fflush(stdout); in main()
3457 fflush(stdout); in main()
[all...]
/third_party/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.cpp232 FILE *stdfile=argc<0 ? stderr : stdout; in main()
283 fflush(stdout); in main()
339 fflush(stdout); in main()
409 fflush(stdout); in main()
/third_party/ltp/testcases/kernel/mem/lib/
H A Dmem.c391 fflush(stdout); in create_ksm_child()
398 fflush(stdout); in create_ksm_child()
438 fflush(stdout); in resume_ksm_children()
474 fflush(stdout); in create_same_memory()
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.cpp225 FILE *stdfile=argc<0 ? stderr : stdout; in main()
283 fflush(stdout); in main()
339 fflush(stdout); in main()
409 fflush(stdout); in main()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_notls.c422 fwrite(out, 1, outlen, stdout); in on_data_chunk_recv_callback()
428 fwrite(data, 1, len, stdout); in on_data_chunk_recv_callback()
792 fprintf(stdout,"no response obj\n"); in standard_request_handler()
798 fprintf(stdout,"queue\n"); in standard_request_handler()

Completed in 13 milliseconds

1...<<31323334353637383940>>...76