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

<<41424344454647484950>>

  /external/oprofile/libpopt/
system.h 71 #define vmefail() (fprintf(stderr, "virtual memory exhausted.\n"), exit(EXIT_FAILURE), NULL)
  /external/oprofile/libutil/
op_libiberty.h 41 message to stderr (using the name set by xmalloc_set_program_name,
  /external/qemu/android/config/
check-esd.c 22 #define D(...) fprintf(stderr,__VA_ARGS__)
check-pulseaudio.c 22 #define D(...) fprintf(stderr,__VA_ARGS__)
  /external/qemu/
cache-utils.c 74 fprintf(stderr, "sysctlbyname machdep.cacheline_size failed: %s\n",
os-win32.c 161 fprintf(stderr, "WaitForSingleObject error %d %d\n", i, err);
167 fprintf(stderr, "WaitForMultipleObjects error %d %d\n", ret, err);
229 setbuf(stderr, NULL);
243 fprintf(stderr, "Could not acquire pid file: %s\n", strerror(errno));
qemu-timer-common.c 39 fprintf(stderr, "Could not calibrate ticks\n");
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysyuv.cc 68 fprintf(stderr,"GetOverlayBitmap failed height alignment\n");
69 fprintf(stderr,"- height = %lu, aligned_height = %lu\n",height,aligned_height);
78 fprintf(stderr,"GetOverlayBitmap failed bounds tests\n");
87 fprintf(stderr,"GetOverlayBitmap failed late\n");
  /external/srec/tools/cmd/
pht_to_long.pl 20 print STDERR "using phtfile $phtfile\n";
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 185 #printf STDERR "doing table $table (plane %d)\n", $plane{$table};
207 print STDERR "symbol \"$sym\" was allready assigned to plane of \"$table{$otherplane}\" ($otherplane); overwriting\n";
213 print STDERR "strange line (no mapval) in $file: $_";
216 print STDERR "strange line (no SYM) in $file: $_";
  /external/tremolo/Tremolo/
misc.c 187 fprintf(stderr,"DEBUGGING MALLOC ERROR: freeing previously freed memory\n");
188 fprintf(stderr,"\t%s %ld\n",((head *)ptr)->file,((head *)ptr)->line);
192 fprintf(stderr,"DEBUGGING MALLOC ERROR: freeing unmalloced memory\n");
203 fprintf(stderr,"unfreed bytes from %s:%ld\n",
  /external/valgrind/main/drd/tests/
pth_detached.c 83 fprintf(stderr, "Done.\n");
pth_detached_sem.c 85 fprintf(stderr, "Done.\n");
  /external/valgrind/main/gdbserver_tests/
nlcontrolc.stdinB.gdb 8 shell ./simulate_control_c --vgdb-prefix=./vgdb-prefix-nlcontrolc 1 grep main nlcontrolc.stderr.out
  /external/valgrind/main/memcheck/tests/
leak-tree.c 67 PRINT_LEAK_COUNTS(stderr);
sh-mem-random.c 80 fprintf(stderr, "\n\nFAILURE: %s, byte %d -- "
201 fprintf(stderr, "sh-mem-random: bad size\n");
220 fprintf(stderr, "error: this program only works when run under Valgrind\n");
255 fprintf(stderr, "sh-mem-random: can't mmap hi-mem\n");
  /external/webkit/Source/WebCore/
make-export-file-generator 57 STDERR.puts "Wrote output to #{output_file}"
  /external/webkit/Source/WebCore/rendering/
CounterNode.cpp 308 fprintf(stderr, "%c", (current == node) ? '*' : ' ');
310 fprintf(stderr, " ");
311 fprintf(stderr, "%p %s: %d %d P:%p PS:%p NS:%p R:%p\n",
316 fflush(stderr);
  /external/webkit/Source/WebCore/webaudio/
DefaultAudioDestinationNode.cpp 55 fprintf(stderr, ">>>> hardwareSampleRate = %f\n", hardwareSampleRate);
  /external/webrtc/test/testsupport/
frame_writer.h 29 // Returns false if an error has occurred, in addition to printing to stderr.
  /frameworks/compile/libbcc/tools/build/
gen-config-from-mk.py 60 print >> sys.stderr, 'USAGE:', sys.argv[0]
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 35 fprintf(stderr, "GL %s = %s\n", name, v);
150 fprintf(stderr, "%s() returned %d\n", op, returnVal);
155 fprintf(stderr, "after %s() eglError %s (0x%x)\n", op, EGLUtils::strerror(error),
269 fprintf(stderr, "Window dimensions: %d x %d\n", w, h);
  /frameworks/native/services/surfaceflinger/tests/screencap/
screencap.cpp 48 fprintf(stderr, "screen capture failed: %s\n", strerror(-err));
  /frameworks/wilhelm/tests/sandbox/
monkey.c 244 fprintf(stderr, "Unknown option %s\n", arg);
263 fprintf(stderr, "No matching transitions in state %d\n", currentState);
268 fprintf(stderr, "Found at least one matching transition in state %d, "
290 fprintf(stderr, "This shouldn't happen\n");
multiplay.c 77 fprintf(stderr, "error %s at line %d\n", result_to_string(result), line);
103 //fprintf(stderr, "PrefetchEventCallback: received event %u, level %u, status %u\n",
131 fprintf(stderr, "unknown option: %s\n", arg);
135 fprintf(stderr, "usage: %s file.wav ...\n", argv[0]);

Completed in 387 milliseconds

<<41424344454647484950>>