/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | placeholder.py | 150 stdout=subprocess.PIPE,
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Debug.cpp | 137 fprintf(stdout, "%s", msg); in logv_std()
|
/third_party/openssl/test/ |
H A D | bio_prefix_text.c | 148 bio_out = BIO_new_fp(stdout, BIO_NOCLOSE | BIO_FP_TEXT); in setup()
|
/third_party/openssl/demos/mac/ |
H A D | hmac-sha512.c | 142 BIO_dump_indent_fp(stdout, out, out_len, 2); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | placeholder.py | 150 stdout=subprocess.PIPE,
|
/third_party/skia/third_party/externals/icu/source/io/ |
H A D | uprintf.cpp | 58 gStdOut = u_finit(stdout, NULL, NULL); in u_stdout_init()
|
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/ |
H A D | common_exec.py | 148 stdout = devnull,
|
/third_party/skia/third_party/externals/icu/source/samples/citer/ |
H A D | citer.cpp | 187 out = u_finit(stdout, NULL, NULL); in main()
|
/third_party/skia/third_party/externals/icu/source/samples/dtptngsample/ |
H A D | dtptngsample.cpp | 124 UFILE *out = u_finit(stdout, NULL, "UTF-8"); in replaceFieldTypesExample()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/ |
H A D | AngleNativeTest.cpp | 41 fflush(stdout); in ~ScopedMainEntryLogger() 145 // Always redirect stdout to a known file. in Java_com_android_angle_test_AngleNativeTest_nativeRunTests() 149 AndroidLog(ANDROID_LOG_ERROR, "Failed to open stdout file: %s: %s\n", in Java_com_android_angle_test_AngleNativeTest_nativeRunTests() 157 AndroidLog(ANDROID_LOG_ERROR, "Failed to dup stdout: %d\n", errno); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests() 165 AndroidLog(ANDROID_LOG_ERROR, "Failed to dup2 stdout to file: %d\n", errno); in Java_com_android_angle_test_AngleNativeTest_nativeRunTests()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | utils.py | 50 """Print the elements of iterable x to stdout. 123 for stream in (sys.stdout, sys.stderr, sys.__stdout__, sys.__stderr__):
|
/third_party/toybox/toys/other/ |
H A D | watch.c | 160 xx += crunch_str(&ss, width-xx, stdout, 0, watch_escape); in watch_main()
|
/third_party/vixl/tools/ |
H A D | verify_assembler_traces.py | 383 stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_area_task.cpp | 175 fprintf (stdout, "\nRender tile for below: %d x %d\n", (int32) tileSize.h, (int32) tileSize.v); in FindTileSize()
|
/third_party/python/Modules/ |
H A D | xxmodule.c | 194 PyObject_Print(item, stdout, 0); in xx_bug()
|
/third_party/python/Lib/ |
H A D | cProfile.py | 143 help="Sort order when printing to stdout, based on pstats.Stats class", 183 sys.stdout = None
|
/third_party/skia/platform_tools/android/skp_gen/ |
H A D | android_skp_capture.py | 84 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
|
/third_party/rust/crates/rust-openssl/openssl-sys/build/ |
H A D | find_normal.rs | 266 let r2 = String::from_utf8(r1.stdout.clone()); in execute_command_and_get_output()
|
/third_party/selinux/secilc/ |
H A D | secil2tree.c | 55 printf(" -o, --output=<file> write AST to <file>. (default: stdout)\n"); in usage() 180 file = stdout; in main()
|
/third_party/spirv-tools/test/tools/ |
H A D | placeholder.py | 150 stdout=subprocess.PIPE,
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_vmafmotion.c | 313 s->stats_file = stdout; in init() 339 if (s->stats_file && s->stats_file != stdout) in uninit()
|
/third_party/curl/src/ |
H A D | tool_writeout.c | 114 {"stdout", VAR_STDOUT, CURLINFO_NONE, NULL}, 514 FILE *stream = stdout; in ourWriteOut() 563 stream = stdout; in ourWriteOut()
|
/third_party/gn/build/ |
H A D | gen.py | 240 return ret.returncode == 0 and "#define __GNUC__" in ret.stdout and not "#define __clang__" in ret.stdout
|
/third_party/ffmpeg/libswscale/tests/ |
H A D | swscale.c | 181 fflush(stdout); in doTest() 288 fflush(stdout); in selfTest()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-output-test_.cc | 1034 posix::FReopen("nul:", "w", stdout); in main() 1036 posix::FReopen("/dev/null", "w", stdout); in main()
|