Home
last modified time | relevance | path

Searched refs:stderr (Results 1226 - 1250 of 5233) sorted by relevance

1...<<41424344454647484950>>...210

/third_party/cups-filters/cupsfilters/
H A Dtestdither.c140 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 Dwriter.c89 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 Dmain.c18 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 Dstandaloneengine.cc56 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 Ddefault-io.c97 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 Dbrw_compile_clip.c89 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 Dbrw_fs_validate.cpp35 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 Dtest-child-process-windows-hide.js32 assert.strictEqual(child.stderr.toString().trim(), '');
45 const callback = common.mustSucceed((stdout, stderr) => {
47 assert.strictEqual(stderr.trim(), '');
H A Dtest-fs-readfile-error.js41 exec(execPath, options, (err, stdout, stderr) => {
44 assert.notStrictEqual(stderr, '');
45 cb(String(stderr));
/third_party/node/test/wasi/
H A Dtest-wasi-stdio.js12 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 Dnode_main.cc43 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 Dmmapstress06.c59 #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 Dtst_sleep.c48 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 Dtest-nls.c55 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 Dtest-disassembler.c55 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 Dutils.rs52 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 Dparec-simple.c66 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 Dupdate_build_version.py37 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 Dexpect_unittest.py54 stderr=None,
66 stderr=None,
78 stderr=None,
/third_party/openssl/demos/bio/
H A Dserver-cmod.c34 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 Dexpect_unittest.py54 stderr=None,
66 stderr=None,
78 stderr=None,
/third_party/skia/third_party/externals/icu/source/samples/udata/
H A Dwriter.c89 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 Dcheck-static-inits.py26 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 Dsubsetter_main.cc48 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 Dverify_name.cc50 fprintf(stderr, "checking name entry: "); in VerifyNAME()
52 fprintf(stderr, "%d ", i); in VerifyNAME()
58 fprintf(stderr, "\n"); in VerifyNAME()

Completed in 6 milliseconds

1...<<41424344454647484950>>...210