Home
last modified time | relevance | path

Searched refs:stdout (Results 751 - 775 of 3069) sorted by relevance

1...<<31323334353637383940>>...123

/third_party/protobuf/
H A Dgenerate_changelog.py59 sys.stdout.flush()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dtestdenoise.c39 fwrite(in, sizeof(short), NN, stdout); in main()
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Dreadpng.h67 # define Trace(x) {fprintf x ; fflush(stderr); fflush(stdout);}
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils_unittest_helper.cpp47 fflush(stdout); in main()
/third_party/openGLES/extensions/
H A Dnextfree.py14 file = kwargs.pop('file', sys.stdout)
/third_party/skia/third_party/externals/freetype/src/tools/
H A Dcordic.py23 sys.stdout.write( comma + repr( int(angle2) ) )
/third_party/skia/third_party/externals/opengl-registry/extensions/
H A Dnextfree.py25 file = kwargs.pop('file', sys.stdout)
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Ddebug.cpp38 vfprintf(stdout, msg, vararg); in warn()
/third_party/skia/tools/
H A Dmilestone.py46 sys.stdout.write(f.read())
/third_party/skia/third_party/externals/expat/expat/tests/
H A Dudiffer.py58 sys.stdout.writelines(diffs)
/third_party/skia/gn/
H A Dfind_msvc.py38 sys.stdout.write(result + '\n')
/third_party/rust/crates/rustix/tests/process/
H A Dwait.rs14 .stdout(Stdio::null()) in test_waitpid()
/test/xts/tools/build/
H A Dutils.py165 sys.stdout.write(subsystem_name)
177 sys.stdout.write(module)
/third_party/exfatprogs/include/
H A Dlibexfat.h193 #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 Dfake_ntlm.c249 fflush(stdout); in main()
270 fflush(stdout); in main()
/third_party/curl/src/
H A Dtool_cb_dbg.c137 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 Dimage.py274 result = sp.run(command, stdout=sp.PIPE, stderr=sp.PIPE,
277 rawcolor = result.stdout.strip()
/third_party/gn/src/gn/
H A Dstandard_out.cc69 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 Dvirtual_io_test.c188 fflush (stdout) ; in vio_test()
216 fflush (stdout) ; in vio_test()
/third_party/mbedtls/tests/scripts/
H A Dtest_psa_constant_names.py141 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 Dxmltest.cpp105 doc.Print( stdout ); in main()
189 doc.Print( stdout ); in main()
/third_party/mesa3d/src/compiler/glsl/
H A Dtest_optpass.cpp215 _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 Dmain.cpp156 output = stdout; in run_test()
168 fflush(stdout); in check_output()
/third_party/mesa3d/src/imagination/rogue/tools/
H A Doffline_compiler.c243 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 Dbase.py161 lines = output.stdout.splitlines()
168 lines = output.stdout.splitlines()

Completed in 9 milliseconds

1...<<31323334353637383940>>...123