/third_party/cups-filters/cupsfilters/ |
H A D | testdither.c | 140 fputs("DEBUG: pixels =", stderr); in main() 142 fprintf(stderr, " %d", pixels[x]); in main() 143 fputs("\n", stderr); in main()
|
/third_party/icu/icu4c/source/samples/udata/ |
H A D | writer.c | 89 fprintf(stderr, "Error: unable to create data memory, error %d\n", errorCode); in main() 103 fprintf(stderr, "Error: error %d writing the output file\n", errorCode); in main() 110 fprintf(stderr, "Error: data length %ld != calculated size %zu\n", dataLength, size); in main()
|
/third_party/libuv/docs/code/uvcat/ |
H A D | main.c | 18 fprintf(stderr, "Write error: %s\n", uv_strerror((int)req->result)); in on_write() 27 fprintf(stderr, "Read error: %s\n", uv_strerror(req->result)); in on_read() 50 fprintf(stderr, "error opening file: %s\n", uv_strerror((int)req->result)); in on_open()
|
/third_party/libsnd/ossfuzz/ |
H A D | standaloneengine.cc | 56 fprintf(stderr, in main() 68 fprintf(stderr, in main() 81 fprintf(stderr, "[%s] Open failed. \n", argv[ii]); in main()
|
/third_party/jerryscript/jerry-port/default/ |
H A D | default-io.c | 97 fprintf (stderr, "[JERRYSCRIPT]%s", buffer); in jerry_port_log() 102 vfprintf (stderr, format, args); in jerry_port_log() 105 vfprintf (stderr, format, args); in jerry_port_log()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_compile_clip.c | 89 fprintf(stderr, "clip:\n"); in brw_compile_clip() 91 program, 0, *final_assembly_size, stderr); in brw_compile_clip() 92 fprintf(stderr, "\n"); in brw_compile_clip()
|
H A D | brw_fs_validate.cpp | 35 fprintf(stderr, "ASSERT: Scalar %s validation failed!\n", stage_abbrev); \ 36 dump_instruction(inst, stderr); \ 37 fprintf(stderr, "%s:%d: %s\n", __FILE__, __LINE__, #cond); \
|
/third_party/node/test/parallel/ |
H A D | test-child-process-windows-hide.js | 32 assert.strictEqual(child.stderr.toString().trim(), ''); 45 const callback = common.mustSucceed((stdout, stderr) => { 47 assert.strictEqual(stderr.trim(), '');
|
H A D | test-fs-readfile-error.js | 41 exec(execPath, options, (err, stdout, stderr) => { 44 assert.notStrictEqual(stderr, ''); 45 cb(String(stderr));
|
/third_party/node/test/wasi/ |
H A D | test-wasi-stdio.js | 12 const stderrFile = join(tmpdir.path, 'stderr.txt'); 20 const stderr = openSync(stderrFile, 'a'); 21 const wasi = new WASI({ stdin, stdout, stderr, returnOnExit: true }); 30 closeSync(stderr);
|
/third_party/node/src/ |
H A D | node_main.cc | 43 fprintf(stderr, "Node.js is only supported on Windows 8.1, Windows " in wmain() 66 fprintf(stderr, "Could not convert arguments to utf8."); in wmain() 81 fprintf(stderr, "Could not convert arguments to utf8."); in wmain()
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress06.c | 59 #define ERROR(M) (void)fprintf(stderr, "%s: errno = %d; " M "\n", \ 70 (void)fprintf(stderr, "argc == 0\n"); in main() 74 (void)fprintf(stderr, "usage: %s sleep_time\n", argv[0]); in main()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_sleep.c | 48 fprintf(stderr, "ERROR: Expected interval argument\n\n"); in main() 56 fprintf(stderr, "ERROR: Invalid interval '%s'\n\n", in main() 68 fprintf(stderr, "ERROR: Invalid interval unit '%s'\n\n", end); in main()
|
/third_party/libexif/test/nls/ |
H A D | test-nls.c | 55 fprintf(stderr, "Error: Cannot set locale to %s.\n", locale); in main() 81 fprintf(stderr, in main() 96 fprintf(stderr, in main()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
H A D | test-disassembler.c | 55 fprintf(stderr, "Expected case list\n"); in main() 62 fprintf(stderr, "Could not open the case list"); in main() 80 fprintf(stderr, "Invalid reference %s\n", line); in main()
|
/third_party/rust/crates/clap/tests/derive/ |
H A D | utils.rs | 52 pub fn assert_output<P: clap::Parser + std::fmt::Debug>(args: &str, expected: &str, stderr: bool) { in assert_output() 57 stderr, in assert_output() 60 stderr, in assert_output()
|
/third_party/pulseaudio/src/tests/ |
H A D | parec-simple.c | 66 fprintf(stderr, __FILE__": pa_simple_new() failed: %s\n", pa_strerror(error)); in main() 75 fprintf(stderr, __FILE__": pa_simple_read() failed: %s\n", pa_strerror(error)); in main() 81 fprintf(stderr, __FILE__": write() failed: %s\n", strerror(errno)); in main()
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | update_build_version.py | 37 stderr=subprocess.PIPE) 38 (stdout, stderr) = p.communicate() 40 raise RuntimeError('Failed to run {} in {}\nstdout: {}\nstderr: {}'.format(cmd, directory, stdout, stderr))
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
H A D | expect_unittest.py | 54 stderr=None, 66 stderr=None, 78 stderr=None,
|
/third_party/openssl/demos/bio/ |
H A D | server-cmod.c | 34 fprintf(stderr, "Error processing config file\n"); in main() 39 fprintf(stderr, "Error configuring server.\n"); in main() 91 ERR_print_errors_fp(stderr); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
H A D | expect_unittest.py | 54 stderr=None, 66 stderr=None, 78 stderr=None,
|
/third_party/skia/third_party/externals/icu/source/samples/udata/ |
H A D | writer.c | 89 fprintf(stderr, "Error: unable to create data memory, error %d\n", errorCode); in main() 103 fprintf(stderr, "Error: error %d writing the output file\n", errorCode); in main() 110 fprintf(stderr, "Error: data length %ld != calculated size %zu\n", dataLength, size); in main()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | check-static-inits.py | 26 result = subprocess.run(objdump.split () + ['-t', obj], stdout=subprocess.PIPE, stderr=subprocess.PIPE) 29 if result.stderr.find (b'not recognized') != -1: 33 print ('objdump %s returned error:\n%s' % (obj, result.stderr.decode ('utf-8')))
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
H A D | subsetter_main.cc | 48 fprintf(stderr, "Could not load font %s.\n", input_font_path); in main() 55 fprintf(stderr, "Start character %c invalid.\n", start_char[0]); in main() 59 fprintf(stderr, "Start character %c invalid.\n", end_char[0]); in main()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | verify_name.cc | 50 fprintf(stderr, "checking name entry: "); in VerifyNAME() 52 fprintf(stderr, "%d ", i); in VerifyNAME() 58 fprintf(stderr, "\n"); in VerifyNAME()
|