/third_party/protobuf/ |
H A D | generate_changelog.py | 59 sys.stdout.flush()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | testdenoise.c | 39 fwrite(in, sizeof(short), NN, stdout); in main()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | readpng.h | 67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | test_utils_unittest_helper.cpp | 47 fflush(stdout); in main()
|
/third_party/openGLES/extensions/ |
H A D | nextfree.py | 14 file = kwargs.pop('file', sys.stdout)
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | cordic.py | 23 sys.stdout.write( comma + repr( int(angle2) ) )
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ |
H A D | nextfree.py | 25 file = kwargs.pop('file', sys.stdout)
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | debug.cpp | 38 vfprintf(stdout, msg, vararg); in warn()
|
/third_party/skia/tools/ |
H A D | milestone.py | 46 sys.stdout.write(f.read())
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | udiffer.py | 58 sys.stdout.writelines(diffs)
|
/third_party/skia/gn/ |
H A D | find_msvc.py | 38 sys.stdout.write(result + '\n')
|
/third_party/rust/crates/rustix/tests/process/ |
H A D | wait.rs | 14 .stdout(Stdio::null()) in test_waitpid()
|
/test/xts/tools/build/ |
H A D | utils.py | 165 sys.stdout.write(subsystem_name) 177 sys.stdout.write(module)
|
/third_party/exfatprogs/include/ |
H A D | libexfat.h | 193 #define exfat_info(fmt, ...) exfat_msg(EXFAT_INFO, stdout, \ 195 #define exfat_debug(fmt, ...) exfat_msg(EXFAT_DEBUG, stdout, \
|
/third_party/curl/tests/server/ |
H A D | fake_ntlm.c | 249 fflush(stdout); in main() 270 fflush(stdout); in main()
|
/third_party/curl/src/ |
H A D | tool_cb_dbg.c | 137 config->trace_stream = stdout; in tool_debug_cb() 195 to stderr or stdout, we don't display the alert about the data not in tool_debug_cb() 199 ((output != tool_stderr) && (output != stdout))) { in tool_debug_cb()
|
/third_party/astc-encoder/Test/testlib/ |
H A D | image.py | 274 result = sp.run(command, stdout=sp.PIPE, stderr=sp.PIPE, 277 rawcolor = result.stdout.strip()
|
/third_party/gn/src/gn/ |
H A D | standard_out.cc | 69 is_console = isatty(fileno(stdout)); in EnsureInitialized() 75 size_t written_bytes = fwrite(output.data(), 1, output.size(), stdout); in WriteToStdOut()
|
/third_party/libsnd/tests/ |
H A D | virtual_io_test.c | 188 fflush (stdout) ; in vio_test() 216 fflush (stdout) ; in vio_test()
|
/third_party/mbedtls/tests/scripts/ |
H A D | test_psa_constant_names.py | 141 sys.stdout.write('{} {}\t{}\n'.format(type_word, value, output)) 189 help='Show tested values on stdout') 198 tests.report(sys.stdout)
|
/third_party/lame/ACM/tinyxml/ |
H A D | xmltest.cpp | 105 doc.Print( stdout ); in main() 189 doc.Print( stdout ); in main()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | test_optpass.cpp | 215 _mesa_print_ir(stdout, shader->ir, state); in test_optpass() 235 _mesa_print_ir(stdout, shader->ir, state); in test_optpass()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | main.cpp | 156 output = stdout; in run_test() 168 fflush(stdout); in check_output()
|
/third_party/mesa3d/src/imagination/rogue/tools/ |
H A D | offline_compiler.c | 243 nir_print_shader(ctx->nir[opts.stage], stdout); in main() 254 rogue_dump_shader(ctx->rogue[opts.stage], stdout); in main()
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
H A D | base.py | 161 lines = output.stdout.splitlines() 168 lines = output.stdout.splitlines()
|