HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 151 - 175 of 5297) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/core/debuggerd/
crasher.c 137 fprintf(stderr,"crasher: init pid=%d tid=%d\n", getpid(), gettid());
180 fprintf(stderr, "%s OP\n", __progname);
181 fprintf(stderr, "where OP is:\n");
182 fprintf(stderr, " smash-stack overwrite a stack-guard canary\n");
183 fprintf(stderr, " stack-overflow recurse until the stack overflows\n");
184 fprintf(stderr, " heap-corruption cause a libc abort by corrupting the heap\n");
185 fprintf(stderr, " heap-usage cause a libc abort by abusing a heap function\n");
186 fprintf(stderr, " nostack crash with a NULL stack pointer\n");
187 fprintf(stderr, " ctest (obsoleted by thread-crash?)\n");
188 fprintf(stderr, " exit call exit(1)\n")
    [all...]
  /external/libjpeg-turbo/
jpegtran.c 51 fprintf(stderr, "usage: %s [switches] ", progname);
53 fprintf(stderr, "inputfile outputfile\n");
55 fprintf(stderr, "[inputfile]\n");
58 fprintf(stderr, "Switches (names may be abbreviated):\n");
59 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
60 fprintf(stderr, " -copy comments Copy only comment markers (default)\n");
61 fprintf(stderr, " -copy all Copy all extra markers\n");
63 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
66 fprintf(stderr, " -progressive Create progressive JPEG file\n");
68 fprintf(stderr, "Switches for modifying the image:\n")
    [all...]
  /bionic/libc/bionic/
error.cpp 47 fprintf(stderr, "%s:", getprogname());
53 fprintf(stderr, ": %s", strerror(error));
56 putc('\n', stderr);
57 fflush(stderr);
66 putc(' ', stderr);
70 vfprintf(stderr, fmt, ap);
88 fprintf(stderr, "%s:%d: ", file, line);
92 vfprintf(stderr, fmt, ap);
  /build/tools/fs_config/
fs_config_generate.c 48 fprintf(stderr,
65 fprintf(stderr, "Must specify only -D or -F\n");
73 fprintf(stderr, "Must specify only -F or -D\n");
81 fprintf(stderr, "Specify only one output file\n");
87 fprintf(stderr, "Can not open \"%s\"\n", optarg);
101 fprintf(stderr, "Must specify either -F or -D\n");
117 fprintf(stderr, "Entry too large\n");
121 fprintf(stderr, "Write failure\n");
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
ErrorLog.h 29 # define ERR(...) fprintf(stderr, __VA_ARGS__)
31 # define DBG(...) fprintf(stderr, __VA_ARGS__)
  /external/compiler-rt/test/asan/TestCases/Posix/
asprintf.cc 14 fprintf(stderr, "x%d %sx\n", res, p);
17 fprintf(stderr, "DONE\n");
  /external/compiler-rt/test/cfi/
anon-namespace.cpp 78 fprintf(stderr, "1\n");
88 fprintf(stderr, "2\n");
base-derived-destructor.cpp 82 fprintf(stderr, "1\n");
92 fprintf(stderr, "2\n");
nvcall.cpp 50 fprintf(stderr, "1\n");
58 fprintf(stderr, "2\n");
sibling.cpp 47 fprintf(stderr, "1\n");
53 fprintf(stderr, "2\n");
simple-fail.cpp 84 fprintf(stderr, "1\n");
94 fprintf(stderr, "2\n");
vdtor.cpp 47 fprintf(stderr, "1\n");
55 fprintf(stderr, "2\n");
  /external/compiler-rt/test/cfi/icall/
external-call.c 15 fprintf(stderr, "1\n");
26 fprintf(stderr, "2\n");
  /external/compiler-rt/test/lsan/TestCases/
stale_stack_leak.cc 21 fprintf(stderr, "Test alloc: %p.\n", locals[0]);
36 fprintf(stderr, "Value after LSan: %p.\n", *pp);
  /external/compiler-rt/test/msan/
death-callback.cc 15 fprintf(stderr, "msan-death-callback\n");
37 fprintf(stderr, "done\n");
  /external/compiler-rt/test/tsan/
halt_on_error.cc 14 fprintf(stderr, "BEFORE\n");
20 fprintf(stderr, "AFTER\n");
  /external/curl/tests/libtest/
lib501.c 34 fprintf(stderr, "curl_global_init() failed\n");
39 fprintf(stderr, "curl_easy_init() failed\n");
lib541.c 44 fprintf(stderr, "Usage: <url> <file-to-upload>\n");
51 fprintf(stderr, "fopen() failed with error: %d %s\n",
53 fprintf(stderr, "Error opening file: %s\n", libtest_arg2);
62 fprintf(stderr, "fstat() failed with error: %d %s\n",
64 fprintf(stderr, "ERROR: cannot open file %s\n", libtest_arg2);
70 fprintf(stderr, "ERROR: file %s has zero size!\n", libtest_arg2);
76 fprintf(stderr, "curl_global_init() failed\n");
83 fprintf(stderr, "curl_easy_init() failed\n");
  /external/curl/tests/unit/
curlcheck.h 27 fprintf(stderr, "%s:%d Assertion '%s' met: %s\n" , \
34 fprintf(stderr, "%s:%d Assertion '%s' failed: %s\n", \
41 fprintf(stderr, "%s:%d Memory buffer mismatch size %d. '%s' is not\n", \
43 fprintf(stderr, "%s:%d the same as '%s'\n", \
51 fprintf(stderr, "%s:%d test failed: '%s'\n", \
60 fprintf(stderr, "%s:%d Abort assertion '%s' met: %s\n" , \
68 fprintf(stderr, "%s:%d Abort assertion '%s' failed: %s\n", \
75 fprintf(stderr, "%s:%d test aborted: '%s'\n", \
  /external/google-breakpad/src/tools/solaris/dump_syms/
dump_syms.cc 41 fprintf(stderr, "Usage: %s <binary-with-stab-symbol>\n", argv[0]);
49 fprintf(stderr, "Failed to write symbol file.\n");
  /external/libvorbis/examples/
seeking_example.c 40 fprintf(stderr,"raw position out of tolerance: requested %ld, got %ld\n",
45 fprintf(stderr,"pcm position out of tolerance: requested %ld, got %ld\n",
50 fprintf(stderr,"time position out of tolerance: requested %f, got %f\n",
56 fprintf(stderr,"pcm position out of bounds: got %ld\n",(long)pos);
62 fprintf(stderr,"data position after seek doesn't match pcm position\n");
93 fprintf(stderr,"Could not open input as an OggVorbis file.\n\n");
105 fprintf(stderr,"Sorry; right now seeking_test can only use Vorbis files\n"
120 fprintf(stderr,"Error reading file.\n");
128 fprintf(stderr,"\rloading.... [%ld left] ",
134 fprintf(stderr,"\rtesting raw seeking to random places in %ld bytes....\n"
    [all...]
  /external/libvorbis/lib/
barkmel.c 25 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
29 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
33 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
37 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
41 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
45 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
49 fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n\n",
58 fprintf(stderr,"(%d) bark=%f %gHz (%d of 128)\n",
  /external/selinux/libselinux/utils/
getenforce.c 13 fputs("getenforce: is_selinux_enabled() failed", stderr);
19 fputs("getenforce: getenforce() failed", stderr);
  /external/valgrind/helgrind/tests/
tls_threads.c 91 fprintf(stderr, "starting join in main\n");
92 fflush(stderr);
95 fprintf(stderr, "finished join in main\n");
96 fflush(stderr);
102 fprintf(stderr, "starting join in main\n");
103 fflush(stderr);
105 fprintf(stderr, "finished join in main\n");
106 fflush(stderr);
  /external/valgrind/memcheck/tests/linux/
lsframe1.c 18 fprintf(stderr, "lsframe1: start\n");
24 fprintf(stderr, "lsframe1: done, result is %d\n", sum);

Completed in 540 milliseconds

1 2 3 4 5 67 8 91011>>