Searched refs:stderr (Results 1 - 25 of 2553) sorted by relevance

1234567891011>>

/external/valgrind/gdbserver_tests/
H A Dwatchpoints.c7 fprintf(stderr, "breakme function called from line %d\n", line);
8 fflush(stderr);
22 fprintf(stderr, "before reading 0/4/8\n");
24 fprintf(stderr, "u: Expected value at 0\n");
26 fprintf(stderr, "u: Unexpected value at 0\n");
29 fprintf(stderr, "f: Expected value at 4\n");
31 fprintf(stderr, "f: Unexpected value at 4\n");
34 fprintf(stderr, "d: Expected value at 8\n");
36 fprintf(stderr, "d: Unexpected value at 8\n");
40 fprintf(stderr, "befor
[all...]
H A Dgone.c10 fprintf(stderr, "starting ...\n");
18 fprintf(stderr, "exiting ...\n");
25 fprintf(stderr, "aborting ...\n");
31 fprintf(stderr, "returning ...\n");
/external/libvncserver/x11vnc/
H A Dhelp.c524 " Note: if you are not redirecting stderr to a log file\n"
526 " option, otherwise the stderr goes to the viewer which\n"
528 " and no -o will automatically close the stderr.\n"
1926 " modes, the public part of it will be displayed to stderr\n"
1960 " part, to stderr. There are better ways to get/save this\n"
3074 "-o logfile Write stderr messages to file \"logfile\" instead of to\n"
3113 " stderr. (use -noquiet to undo an earlier -quiet.)\n"
3120 "-v, -verbose Print out more information to stderr.\n"
3123 " stderr are lost unless -o logfile is used. Something\n"
5817 fprintf(stderr, "x11vn
[all...]
/external/libvpx/libvpx/vpx_mem/memory_manager/
H A Dhmm_dflt_abort.c44 fputs("\n_abort - Heap corruption\n" "File: ", stderr);
45 fputs(file, stderr);
46 fputs(" Line: ", stderr);
47 fputs(line, stderr);
48 fputs("\n\n", stderr);
49 fputs("hmm_dflt_abort: while(1)!!!\n", stderr);
50 fflush(stderr);
/external/compiler-rt/test/sanitizer_common/TestCases/
H A Doptions-include.cc16 fprintf(stderr, "done\n");
H A Doptions-invalid.cc8 fprintf(stderr, "done\n");
/external/valgrind/memcheck/tests/
H A Derr_disable_arange1.c18 fprintf(stderr, "\nDoing invalid access. Expect complaint.\n\n");
22 fprintf(stderr, "\nDisabling address error reporting for the range.\n\n");
26 fprintf(stderr, "\nDoing invalid another access. Expect no complaint.\n\n");
30 fprintf(stderr, "\nPartially reenabling address error reporting.\n\n");
34 fprintf(stderr, "\nDoing a third access. Expect complaint.\n\n");
38 fprintf(stderr, "\nExiting. Expect warnings of 2 remaining ranges.\n\n");
H A Derror_counts.c20 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
28 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
34 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
38 PRINT_LEAK_COUNTS(stderr);
39 fprintf(stderr, "\n");
41 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
52 PRINT_LEAK_COUNTS(stderr);
53 fprintf(stderr, "\n");
55 fprintf(stderr, "errors: %d\n", VALGRIND_COUNT_ERRORS);
H A Dleak-delta.c16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakm
[all...]
H A Dresvn_stack.c13 fprintf(stderr, "Accessing fresh %s\n", "stack");
15 fprintf(stderr, "Accessing %s stack\n", "fresh");
H A Derr_disable1.c29 fprintf(stderr, "\n--------- SIMPLE TEST ---------\n\n");
30 fprintf(stderr, "\n--------- enabled (expect 1) ---------\n\n");
34 fprintf(stderr, "\n--------- disabled (expect 0) ---------\n\n");
39 fprintf(stderr, "\n--------- re-enabled (expect 1) ---------\n\n");
46 fprintf(stderr, "\n--------- MULTI-LEVEL TEST (expect 2) ---------\n\n");
72 fprintf(stderr, "\n--------- MULTI-LEVEL TEST end ---------\n\n");
/external/compiler-rt/test/tsan/
H A Datexit.cc9 fprintf(stderr, "Logger ctor\n");
13 fprintf(stderr, "Logger dtor\n");
20 fprintf(stderr, "In log_from_atexit\n");
/external/bison/lib/
H A Dyyerror.c29 fputs (message, stderr);
30 fputc ('\n', stderr);
/external/clang/test/CodeGen/
H A D2002-06-25-FWriteInterfaceFailure.c4 extern FILE *stderr;
8 fprintf(stderr, "testing\n");
/external/compiler-rt/test/lsan/TestCases/
H A Duse_after_return.cc14 fprintf(stderr, "Test alloc: %p.\n", stack_var);
16 fprintf(stderr, "Stack var at: %p.\n", &stack_var);
/external/libopus/celt/tests/
H A Dtest_unit_types.c41 fprintf(stderr, "opus_int16 isn't 16 bits\n");
46 fprintf(stderr, "16*2 != 32\n");
/external/llvm/tools/llvm-c-test/
H A Dmain.c22 fprintf(stderr, "llvm-c-test command\n\n");
23 fprintf(stderr, " Commands:\n");
24 fprintf(stderr, " * --module-dump\n");
25 fprintf(stderr, " Read bytecode from stdin - print disassembly\n\n");
26 fprintf(stderr, " * --module-list-functions\n");
27 fprintf(stderr,
29 fprintf(stderr, " * --module-list-globals\n");
30 fprintf(stderr, " Read bytecode from stdin - list summary of globals\n\n");
31 fprintf(stderr, " * --targets-list\n");
32 fprintf(stderr, " Lis
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_debug.c74 fprintf(stderr, "RS Block: %d texcoords (linear), %d colors (perspective)\n",
76 fprintf(stderr, "%d instructions\n", count);
81 fprintf(stderr, "texture: ip %d to psf %d\n",
85 fprintf(stderr, " : ");
90 fprintf(stderr, "1.0");
92 fprintf(stderr, "0.0");
94 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
96 } while (j-- && fprintf(stderr, "/"));
97 fprintf(stderr, "\n");
102 fprintf(stderr, "colo
[all...]
/external/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cc9 fprintf(stderr, "%s\n", msg.c_str());
19 fprintf(stderr, "&a before = %p\n", &a);
23 fprintf(stderr, "&a in catch = %p\n", &a);
25 fprintf(stderr, "&a final = %p\n", &a);
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dplugin.py10 sys.stderr.write("Unable to load vim/lldb module. Check lldb is on the path is available (or LLDB is set) and that script is invoked inside Vim with :pyfile")
/external/vboot_reference/tests/
H A Dtest_common.c23 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
26 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
27 fprintf(stderr, " Expected: 0x%x (%d), got: 0x%x (%d)\n",
36 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
39 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
40 fprintf(stderr, " Didn't expect 0x%x (%d), but got it.\n",
50 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
53 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
54 fprintf(stderr, " Expected: 0x%lx, got: 0x%lx\n", (long)expected_result,
64 fprintf(stderr, "
[all...]
/external/compiler-rt/test/asan/TestCases/
H A Ddebug_report.cc13 fprintf(stderr, "%s\n", (present == 0) ? "no report" : "");
29 fprintf(stderr, "%s\n", (present == 1) ? "report" : "");
31 fprintf(stderr, "pc: %p\n", pc);
33 fprintf(stderr, "bp: %p\n", bp);
35 fprintf(stderr, "sp: %p\n", sp);
37 fprintf(stderr, "addr: %p\n", addr);
39 fprintf(stderr, "type: %s\n", (is_write ? "write" : "read"));
41 fprintf(stderr, "access_size: %ld\n", access_size);
43 fprintf(stderr, "description: %s\n", description);
/external/valgrind/coregrind/
H A Dvgdb.h45 fprintf(stderr, "%ld.%6.6ld ", \
48 fprintf(stderr, __VA_ARGS__),fflush(stderr) \
53 fprintf(stderr, __VA_ARGS__),fflush(stderr) \
57 report the errno and fprintf the ... varargs on stderr. */
59 fprintf(stderr, __VA_ARGS__), \
60 fflush(stderr))
63 fprintf(stderr, __VA_ARGS__), \
64 fflush(stderr), \
[all...]
/external/boringssl/src/crypto/
H A Drefcount_test.c27 fprintf(stderr, "Incrementing reference count did not work.\n");
31 fprintf(stderr, "Decrementing reference count to zero did not work.\n");
38 fprintf(stderr, "Count did not saturate correctly when incrementing.\n");
43 fprintf(stderr, "Count did not saturate correctly when decrementing.\n");
49 fprintf(stderr, "Decrementing two resulted in zero!\n");
53 fprintf(stderr, "Decrementing two did not produce one!");
/external/compiler-rt/lib/builtins/
H A Deprintf.c32 fprintf(stderr, format, assertion_expression, line, file);
33 fflush(stderr);

Completed in 1789 milliseconds

1234567891011>>