HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 176 - 200 of 4199) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
time_null_regtest.cc 17 fprintf(stderr, "Time: %s\n", ctime(&t)); // NOLINT
  /external/compiler-rt/lib/asan/lit_tests/TestCases/
throw_call_test.cc 12 fprintf(stderr, "ReallyThrow\n");
25 fprintf(stderr, "Throw stack = %p\n", &a);
35 fprintf(stderr, "CheckStack stack = %p, %p\n", ar, ar + 100);
42 fprintf(stderr, "a = %d\n", a);
throw_invoke_test.cc 11 fprintf(stderr, "ReallyThrow\n");
29 fprintf(stderr, "Throw stack = %p\n", &a);
39 fprintf(stderr, "CheckStack stack = %p, %p\n", ar, ar + 100);
46 fprintf(stderr, "a = %d\n", a);
  /external/compiler-rt/lib/lsan/lit_tests/TestCases/
disabler.cc 20 fprintf(stderr, "Test alloc: %p.\n", q);
ignore_object.cc 24 fprintf(stderr, "Test alloc: %p.\n", p);
ignore_object_errors.cc 13 fprintf(stderr, "Test alloc: %p.\n", p);
use_unaligned.cc 15 fprintf(stderr, "Test alloc: %p.\n", p);
  /external/compiler-rt/lib/msan/lit_tests/
keep-going-dso.cc 29 fprintf(stderr, "Done\n");
  /external/lzma/C/
7zAlloc.c 27 fprintf(stderr, "\nAlloc %10d bytes; count = %10d", size, g_allocCount);
40 fprintf(stderr, "\nFree; count = %10d", g_allocCount);
52 fprintf(stderr, "\nAlloc_temp %10d bytes; count = %10d", size, g_allocCountTemp);
68 fprintf(stderr, "\nFree_temp; count = %10d", g_allocCountTemp);
  /external/mesa3d/src/mapi/mapi/
table.c 43 fprintf(stderr, "%s is no-op\n", name);
  /external/skia/src/ports/
SkDebug_stdio.cpp 18 vfprintf(stderr, format, args);
  /external/valgrind/main/drd/tests/
new_delete.cpp 16 fprintf(stderr, "Success.\n");
omp_printf.c 11 fprintf(stderr,
58 fprintf(stderr,
64 fprintf(stderr, "%s", "");
68 fprintf(stderr, "Finished.\n");
  /external/valgrind/main/memcheck/tests/
bug287260.c 14 fprintf (stderr, "%d\n", r.rotation);
calloc-overflow.c 18 fprintf(stderr, "x = %#lx\n", (long)x);
clo_redzone.c 8 fprintf (stderr, "b1 %p b2 %p\n", b1, b2);
holey_buffer_too_small.c 18 fprintf(stderr, "\n---- part defined, address error at end ----\n\n");
24 fprintf(stderr, "\n---- part defined, address error at start ----\n\n");
30 fprintf(stderr, "\n---- fully defined, address error at end ----\n\n");
36 fprintf(stderr, "\n---- fully defined, address error at start ----\n\n");
leak-0.c 20 PRINT_LEAK_COUNTS(stderr);
  /external/valgrind/main/memcheck/tests/linux/
syslog-syscall.c 21 fprintf(stderr, "Done.\n");
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.h 23 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/
rlimit.c 14 fprintf(stderr, "RLIMIT_NOFILE is %lld\n", (long long)rlp.rlim_cur);
  /external/webrtc/test/testsupport/
frame_writer.cc 31 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",
  /frameworks/compile/slang/
slang_assert.h 30 fprintf(stderr, "slangAssert failed at %s:%d - '%s'\n", \
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg_dbg.h 56 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
57 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
65 #define CDBG_HIGH(fmt, args...) fprintf(stderr, fmt, ##args)
66 #define CDBG_ERROR(fmt, args...) fprintf(stderr, fmt, ##args)
  /system/core/reboot/
reboot.c 47 fprintf(stderr, "usage: %s [-p] [rebootcommand]\n", argv[0]);
53 fprintf(stderr, "%s: too many arguments\n", argv[0]);
62 fprintf(stderr, "reboot command too long: %s\n", optarg);
76 fprintf(stderr, "Done\n");

Completed in 840 milliseconds

1 2 3 4 5 6 78 91011>>