/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Debug.cpp | 89 fprintf(stdout, "%s", msg); in logv_std()
|
/third_party/openssl/demos/mac/ |
H A D | siphash.c | 108 BIO_dump_indent_fp(stdout, out, out_len, 2); in main()
|
H A D | poly1305.c | 186 BIO_dump_indent_fp(stdout, out, out_len, 2); in main()
|
H A D | cmac-aes256.c | 131 BIO_dump_indent_fp(stdout, out, out_len, 2); in main()
|
H A D | gmac.c | 124 BIO_dump_indent_fp(stdout, out, out_len, 2); in main()
|
/third_party/openssl/demos/bio/ |
H A D | client-conf.c | 95 out = BIO_new_fp(stdout, BIO_NOCLOSE); in main()
|
/third_party/openssl/demos/encode/ |
H A D | ec_encode.c | 188 /* Decode PEM key from stdin and then PEM encode it to stdout. */ in main() 195 if (store_key(pkey, stdout, passphrase_out) == 0) { in main()
|
H A D | rsa_encode.c | 185 /* Decode PEM key from stdin and then PEM encode it to stdout. */ in main() 192 if (store_key(pkey, stdout, passphrase_out) == 0) { in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/dis/ |
H A D | dis.cpp | 173 output_is_tty = isatty(fileno(stdout)); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/ |
H A D | io.h | 127 if (FILE* fp = (use_stdout ? stdout : fopen(filename, mode))) { in WriteFile()
|
/third_party/skia/third_party/externals/icu/source/samples/ufortune/ |
H A D | ufortune.c | 71 UFILE *u_stdout; /* Unicode stdout file. */ in main() 110 * data to stdout. The string data that we get from resources in main() 113 u_stdout = u_finit(stdout, NULL /*locale*/, NULL /*codepage */); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/genccode/ |
H A D | genccode.c | 174 fprintf(stdout, message, filename); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/ |
H A D | extract_unsafe_backwards.cpp | 166 fflush(stdout); in main()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | filestrm.cpp | 214 return (FileStream*)stdout; in T_FileStream_stdout()
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-fc-list.c | 73 FILE *file = error ? stderr : stdout; in usage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LineEditor/ |
H A D | LineEditor.h | 34 FILE *Out = stdout, FILE *Err = stderr);
|
/third_party/skia/tools/ |
H A D | jsondiff.py | 198 json.dump(diffs, sys.stdout, sort_keys=True, indent=2)
|
/third_party/skia/tools/skqp/ |
H A D | find_commit_with_best_gold_results.py | 120 sys.stdout.write('%s\n' % best)
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | date.c | 107 fputs(toybuf, stdout); in puts_time()
|
/third_party/toybox/toys/other/ |
H A D | login.c | 60 fflush(stdout); in login_main()
|
/third_party/toybox/toys/posix/ |
H A D | date.c | 110 fputs(toybuf, stdout); in puts_time()
|
/third_party/vixl/examples/aarch64/ |
H A D | non-const-visitor.cc | 116 PrintDisassembler disasm(stdout); in main()
|
H A D | simulator_interception.cc | 101 PrintDisassembler disassembler(stdout); in main()
|
/third_party/vixl/tools/ |
H A D | generate_tests.py | 772 stdout=subprocess.PIPE)
|
H A D | test_runner.py | 51 stdout=subprocess.PIPE,
|