Searched refs:stderr (Results 201 - 225 of 3668) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.h23 fprintf(stderr, "-----------------------------------------------------\n" \
41 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
45 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \
57 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
/external/valgrind/main/none/tests/darwin/
H A Drlimit.c14 fprintf(stderr, "RLIMIT_NOFILE is %lld\n", (long long)rlp.rlim_cur);
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_writer.cc31 fprintf(stderr, "Frame length must be >0, was %d\n",
37 fprintf(stderr, "Couldn't open output file for writing: %s\n",
54 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n");
60 fprintf(stderr, "Failed to write %d bytes to file %s\n",
/external/webrtc/test/testsupport/
H A Dframe_writer.cc31 fprintf(stderr, "Frame length must be >0, was %d\n",
37 fprintf(stderr, "Couldn't open output file for writing: %s\n",
54 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n");
60 fprintf(stderr, "Failed to write %d bytes to file %s\n",
/external/bison/src/
H A Dcomplain.c46 * newline-terminated message to stderr.
58 pos += location_print (stderr, *loc);
60 pos += fprintf(stderr, "%s", current_file ? current_file : program_name);
61 pos += fprintf(stderr, ": ");
68 fprintf (stderr, "%*s", *indent_ptr - pos, "");
73 fprintf (stderr, "%s: ", prefix);
75 vfprintf (stderr, message, args);
80 putc ('\n', stderr);
81 fflush (stderr);
83 location_caret (stderr, *lo
[all...]
/external/bison/lib/
H A Dperror.c46 fprintf (stderr, "%s: %s\n", string, stackbuf);
48 fprintf (stderr, "%s\n", stackbuf);
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
H A Dtests.py27 print >> sys.stderr, _gae_sdk_not_on_python_path_message
35 print >> sys.stderr, _webtest_not_installed_message
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dzoo.cpp12 fprintf(stderr, "Could not libbar.so: %s\n", dlerror());
21 fprintf(stderr, "Could not find 'Bar' symbol in libbar.so\n");
/external/chromium_org/third_party/icu/source/samples/legacy/
H A Doldcol.cpp64 fprintf(stderr, "initCollator_legacy(%s): error opening collator, %s!\n", locale, u_errorName(status));
65 fprintf(stderr, "Note: ICU data directory is %s\n", u_getDataDirectory());
66 fprintf(stderr, "Read the README!\n");
78 fprintf(stderr, "closeCollator_legacy(): collator was already NULL!\n");
91 fprintf(stderr, "Entered legacy, version: [%d.%d.%d.%d]\nMoving to sortkeys\n", uvi[0], uvi[1], uvi[2], uvi[3]);
95 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
98 fprintf(stderr, "Done sortkeys, doing qsort test\n");
104 fprintf(stderr, "Done legacy!\n");
/external/chromium_org/tools/gyp/test/same-source-file-name/
H A Dgyptest-static.py22 test.run_gyp('double-static.gyp', chdir='src', status=1, stderr=None)
28 chdir='src', status=1, stderr=None)
/external/chromium_org/tools/win/split_link/
H A Dcheck_installed.py37 print >> sys.stderr, "Couldn't find split_link installation."
38 print >> sys.stderr, ('Run python tools\\win\\split_link\\'
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-fork-direct.cc25 fprintf(stderr, "Child PID: %d\n", getpid());
28 fprintf(stderr, "Parent PID: %d\n", getpid());
H A Dcoverage-fork.cc25 fprintf(stderr, "Child PID: %d\n", getpid());
28 fprintf(stderr, "Parent PID: %d\n", getpid());
/external/compiler-rt/test/lsan/TestCases/
H A Duse_stacks_threaded.cc17 fprintf(stderr, "Test alloc: %p.\n", p);
18 fflush(stderr);
/external/compiler-rt/test/tsan/
H A Dfork_atexit.cc24 fprintf(stderr, "CHILD DONE\n");
31 fprintf(stderr, "PARENT DONE\n");
H A Dfork_multithreaded.cc31 fprintf(stderr, "failed to fork (%d)\n", errno);
34 fprintf(stderr, "OK\n");
/external/e2fsprogs/lib/quota/
H A Dcommon.h17 fprintf(stderr, "[ERROR] %s:%d:%s:: " format "\n", \
22 fprintf(stderr, "[DEBUG] %s:%d:%s:: " format "\n", \
/external/e2fsprogs/misc/
H A De2label.c57 fprintf (stderr, _("e2label: cannot open %s\n"), dev);
62 fprintf (stderr, _("e2label: cannot seek to superblock\n"));
67 fprintf (stderr, _("e2label: error reading superblock\n"));
71 fprintf (stderr, _("e2label: not an ext2 filesystem\n"));
96 fprintf(stderr, _("Warning: label too long, truncating.\n"));
99 fprintf (stderr, _("e2label: cannot seek to superblock again\n"));
104 fprintf (stderr, _("e2label: error writing superblock\n"));
116 fprintf(stderr, _("Usage: e2label device [newlabel]\n"));
/external/elfutils/0.153/bionic-fixup/
H A Derror.h30 vfprintf(stderr, fmt, lst);
31 fprintf(stderr, "error %d: %s\n", errnum, strerror(errno));
/external/icu/icu4c/source/samples/legacy/
H A Doldcol.cpp64 fprintf(stderr, "initCollator_legacy(%s): error opening collator, %s!\n", locale, u_errorName(status));
65 fprintf(stderr, "Note: ICU data directory is %s\n", u_getDataDirectory());
66 fprintf(stderr, "Read the README!\n");
78 fprintf(stderr, "closeCollator_legacy(): collator was already NULL!\n");
91 fprintf(stderr, "Entered legacy, version: [%d.%d.%d.%d]\nMoving to sortkeys\n", uvi[0], uvi[1], uvi[2], uvi[3]);
95 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
98 fprintf(stderr, "Done sortkeys, doing qsort test\n");
104 fprintf(stderr, "Done legacy!\n");
/external/ltrace/testsuite/ltrace.minor/
H A Dlibdl-simple.c12 fputs (dlerror(), stderr); local
18 fputs(error, stderr);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestver.c17 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
21 fprintf(stderr, "SDL initialized\n");
/external/valgrind/main/cachegrind/tests/
H A Ddlclose.c21 fputs (dlerror(), stderr); local
27 fprintf (stderr, "%s\n", error);
/external/valgrind/main/memcheck/tests/linux/
H A Dlsframe2.c30 fprintf(stderr, "lsframe2: start\n");
32 fprintf(stderr, "lsframe2: done, result is %d\n", sum);
/external/valgrind/main/memcheck/tests/
H A Dpost-syscall.c32 fprintf(stderr, "FAILED: expected nanosleep to be interrupted\n");
35 fprintf(stderr, "PASSED\n"); /* assuming CHECK_VALUE_IS_DEFINED doesn't print anything */

Completed in 3538 milliseconds

1234567891011>>