HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 1001 - 1025 of 4272) sorted by null

<<41424344454647484950>>

  /external/valgrind/main/memcheck/tests/
leak-cycle.c 75 PRINT_LEAK_COUNTS(stderr);
  /external/valgrind/main/none/tests/
mq.c 69 fprintf(stderr, "Message corrupt!");
syscall-restart2.c 47 fprintf(stderr, "FAIL: expected 1 byte, not %d/%s/%c\n",
  /external/webrtc/test/testsupport/
packet_reader.cc 39 fprintf(stderr, "Attempting to use uninitialized PacketReader!\n");
packet_reader.h 39 // * -1 if InitializeReading has not been called (also prints to stderr).
  /frameworks/compile/libbcc/bcinfo/Wrap/
file_wrapper_output.cpp 25 fprintf(stderr, "Unable to open: %s\n", name);
  /frameworks/native/cmds/bugreport/
bugreport.c 43 fprintf(stderr, "Failed to connect to dumpstate service\n");
  /frameworks/wilhelm/src/
assert.c 17 // Replace bionic/libc/stdlib/assert.c which logs to stderr with our version which does LOGF.
  /ndk/tests/device/test-basic-rtti/jni/
test_basic_rtti.cpp 46 fprintf(stderr, "KO: Could not dynamically cast 'foo' to a 'Bar*'\n");
  /ndk/tests/device/test-compiler-bug-1/jni/
main.c 43 fprintf(stderr, "ERROR: test(%d) returned %d instead of %d\n",
  /ndk/tests/device/test-cpufeatures/jni/
test_android_setCpu_1.c 7 fprintf(stderr, "ERROR: %s\n", msg);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 74 fprintf(stderr,"Could not get EGL Display\n");
83 fprintf(stderr, "Could not get number of available configs\n");
154 fprintf(stderr,"Could not get EGL Display\n");
162 fprintf(stderr, "Could not get number of available configs\n");
  /sdk/emulator/opengl/tests/ut_renderer/
Renderer.cpp 54 fprintf(stderr, "egl initialized : %d.%d\n", major, minor);
63 fprintf(stderr, "trying to create surface for EGL_NO_SURFACE !!!\n");
109 fprintf(stderr, "failed to create context\n");
179 fprintf(stderr, "swapping buffers for non existing surface\n");
  /sdk/emulator/qtools/
bb_dump.cpp 15 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
check_trace.cpp 18 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
dump_regions.cpp 15 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
  /sdk/find_java/
find_java_exe.cpp 23 * (unless ANDROID_SDKMAN_DEBUG or -d if set, in which case there's a message on STDERR).
64 gIsConsole = true; // tell utils to to print errors to stderr
113 fprintf(stderr, "Failed to find Java on your system.\n");
123 fprintf(stderr,
  /system/core/libsparse/
sparse_defs.h 46 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); } while (0)
  /system/core/toolbox/
watchprops.c 37 fprintf(stderr,"%10d %s = '%s'\n", (int) time(0), name, value);
  /system/extras/fatblock/
utils.h 24 #define EPRINT(...) fprintf(stderr, __VA_ARGS__)
  /external/chromium/testing/gtest/test/
gtest_test_utils.py 166 print >> sys.stderr, message
201 capture_stderr: Determines whether to capture stderr in the output member
213 output Child process's stdout and stderr output
226 stderr = subprocess.STDOUT
228 stderr = subprocess.PIPE
231 stdout=subprocess.PIPE, stderr=stderr,

Completed in 469 milliseconds

<<41424344454647484950>>