HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 1026 - 1050 of 2255) sorted by null

<<41424344454647484950>>

  /external/valgrind/main/memcheck/tests/
leak-cases.c 112 PRINT_LEAK_COUNTS(stderr);
leak-cycle.c 75 PRINT_LEAK_COUNTS(stderr);
  /external/valgrind/main/none/tests/
pth_atfork1.c 34 fprintf(stderr, "%s%s%s\n",
  /external/valgrind/unittest/
old_test_suite.h 53 // Put everything into stderr.
59 fprintf(stderr, args);\
  /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/Tools/Scripts/webkitpy/layout_tests/port/
server_process_unittest.py 53 self.stderr = MockFile(server_process)
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
ActivateFontsQt.cpp 63 fprintf(stderr,
  /external/zlib/
inffast.c 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
151 Tracevv((stderr, "inflate: length %u\n", len));
185 Tracevv((stderr, "inflate: distance %u\n", dist));
298 Tracevv((stderr, "inflate: end of block\n"));
  /frameworks/base/services/surfaceflinger/tests/screencap/
screencap.cpp 47 fprintf(stderr, "screen capture failed: %s\n", strerror(-err));
  /frameworks/base/tests/backup/
backup_helper_test.cpp 89 fflush(stderr);
  /frameworks/base/tools/aapt/
CacheUpdater.h 92 fprintf(stderr,"ERROR DELETING %s\n",path.string());
  /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/compile/slang/
slang_rs_export_var.cpp 57 fprintf(stderr, "RSExportVar::RSExportVar : Reflection of initializer "
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 99 fprintf(stderr, "GET_TIME resolution: %g +- %g us\n",
119 fprintf(stderr, "We can get the time %lu times a second (get time takes"
247 fprintf(stderr,"-- START -- %s --\n", description);
252 fprintf(stderr,"-- END -- %s --\n", description);
308 /* STDERR non-csv detailed */
310 test_PERF("STDERR detailed debug");
312 /* STDERR detailed CSV*/
313 create_config_file("mask = 0xFFFFFFFF\nlog_file = STDERR\ncsv = enabled\n");
314 test_PERF("STDERR detailed CSV debug");
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
elf.h 112 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
unknown-elf.h 27 #define TARGET_VERSION fputs (" (ARM/ELF)", stderr);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
elf.h 112 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
unknown-elf.h 27 #define TARGET_VERSION fputs (" (ARM/ELF)", stderr);
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/config/arm/
elf.h 112 #define TARGET_VERSION fputs (" (ARM/elf)", stderr)
  /sdk/emulator/qtools/
check_trace.cpp 18 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
decoder.cpp 130 fprintf(stderr, "Unexpected short fread() before eof\n");
158 fprintf(stderr, "Unexpected short fread() before eof\n");
218 fprintf(stderr, "%s: decoding past end of file.\n", filename_);
242 fprintf(stderr, "%s: decoding past end of file.\n", filename_);
dump_regions.cpp 15 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
hist_trace.cpp 13 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
parse_options.cpp 46 fprintf(stderr, "%s", OptionsUsageStr);
  /system/core/debuggerd/
getevent.c 45 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
49 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
53 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
59 fprintf(stderr, "out of memory\n");
65 fprintf(stderr, "out of memory\n");
107 fprintf(stderr, "could not get event, %s\n", strerror(errno));
210 fprintf(stderr, "could not get event\n");

Completed in 515 milliseconds

<<41424344454647484950>>