/external/openssh/openbsd-compat/ |
getopt.c | 93 (void)fprintf(stderr, 110 (void)fprintf(stderr,
|
/external/oprofile/daemon/liblegacy/ |
opd_mapping.c | 123 fprintf(stderr, "String \"%s\" too large.\n", c); 161 fprintf(stderr, "hash value %u out of range.\n", hash);
|
/external/protobuf/gtest/src/ |
gtest-typed-test.cc | 86 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(), 88 fflush(stderr);
|
/external/protobuf/src/google/protobuf/testing/ |
googletest.h | 50 // Capture all text written to stdout or stderr. 54 // Stop capturing stdout or stderr and return the text captured.
|
/external/qemu/android/utils/ |
debug.h | 93 /** STDOUT/STDERR REDIRECTION 95 ** allows you to shut temporarily shutdown stdout/stderr
|
/external/qemu/audio/ |
winaudio.c | 31 /* define DEBUG to 1 to dump audio debugging info at runtime to stderr */
68 fprintf(stderr, "%s returned error: ", func);
77 fprintf(stderr, "unknown(%d)\n", error);
80 fprintf(stderr, "%s\n", reason);
187 fprintf(stderr, "qemu: winaudio: Bad output audio format: %d\n",
211 fprintf(stderr, "not enough memory for Windows audio buffers\n");
431 fprintf(stderr, "qemu: winaudio: Bad input audio format: %d\n",
455 fprintf(stderr, "not enough memory for Windows audio buffers\n");
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/ |
main.c | 79 fprintf (stderr, "Couldn't set 640x480 OpenGL video mode: %s\n", 155 fprintf(stderr, "Couldn't initialize SDL: %s\n",
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/ |
main.c | 79 fprintf (stderr, "Couldn't set 640x480 OpenGL video mode: %s\n", 155 fprintf(stderr, "Couldn't initialize SDL: %s\n",
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/ |
main.c | 79 fprintf (stderr, "Couldn't set 640x480 OpenGL video mode: %s\n", 155 fprintf(stderr, "Couldn't initialize SDL: %s\n",
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlcreatemutex.html | 141 fprintf(stderr, "Couldn't lock mutex\n"); 149 fprintf(stderr, "Couldn't unlock mutex\n");
|
/external/qemu/ |
offset_layout.py | 17 print >>sys.stderr, """ 70 print >>sys.stderr, "Mode:", mode
|
oslib-posix.c | 37 fprintf(stderr, "Failed to allocate memory: %s\n", strerror(errno)); 50 fprintf(stderr, "Failed to allocate %zu B: %s\n",
|
/external/skia/src/ports/ |
SkOSFile_stdio.cpp | 144 fprintf(stderr, 159 fprintf(stderr, "sk_mkdir: error %d creating dir '%s'\n", errno, path);
|
/external/srec/tools/make_g2g/ |
make_g2g.c | 75 LFPRINTF(stderr, "ERROR: Mandatory option -base is unspecified\n"); 88 LFPRINTF(stderr, "ERROR: Mandatory option -out is unspecified\n");
|
/external/stlport/stlport/stl/ |
_cstdio.h | 40 # undef stderr macro 43 # define stderr (&_STLP_VENDOR_CSTD::__files[2]) macro
|
/external/stlport/test/unit/cppunit/ |
file_reporter.h | 33 // reporting to stderr 37 { _file = stderr; }
|
/external/valgrind/main/gdbserver_tests/ |
t.c | 90 fprintf (stderr, "Petaouchnok sleep nr %d out of %d sleeping 5 seconds\n", 92 fflush(stderr);
|
/external/valgrind/main/memcheck/tests/ |
mallinfo.c | 100 fprintf(stderr, "Usage: %s [-q].\n", argv[0]); 130 fprintf(stderr, "Success.\n");
|
/external/valgrind/main/tests/ |
filter_stderr_basic | 3 # This filter should be applied to *every* stderr result. It removes 44 # Older bash versions print abnormal termination messages on the stderr
|
/frameworks/compile/libbcc/tests/data/src/ |
bellard.otccex.c | 99 /* external variables can be used too (here: 'stderr') */ 100 fprintf(stderr, "Invalid base\n");
|
/frameworks/native/opengl/tests/swapinterval/ |
swapinterval.cpp | 58 fprintf(stderr, "error: %s", EGLUtils::strerror(eglGetError())); 73 fprintf(stderr, "error: %s, config=%p, format = %d-%d-%d-%d, visual-id = %d\n",
|
/frameworks/wilhelm/tests/listening/ |
seekTorture.c | 31 fprintf(stderr, "usage: %s file.wav file.map\n", argv[0]); 32 fprintf(stderr, " where file.wav and file.map are created by the permute tool\n");
|
/ndk/sources/cxx-stl/llvm-libc++/src/ |
iostream.cpp | 38 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr)); 46 wostream* wcerr_ptr = ::new(wcerr) wostream(::new(__wcerr) __stdoutbuf<wchar_t>(stderr));
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 40 # undef stderr macro 43 # define stderr (&_STLP_VENDOR_CSTD::__files[2]) macro
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
file_reporter.h | 33 // reporting to stderr 37 { _file = stderr; }
|