HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 276 - 300 of 4813) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/cachegrind/tests/
dlclose.c 21 fputs (dlerror(), stderr); local
27 fprintf (stderr, "%s\n", error);
  /external/valgrind/main/memcheck/tests/linux/
lsframe2.c 30 fprintf(stderr, "lsframe2: start\n");
32 fprintf(stderr, "lsframe2: done, result is %d\n", sum);
  /external/valgrind/main/memcheck/tests/
post-syscall.c 32 fprintf(stderr, "FAILED: expected nanosleep to be interrupted\n");
35 fprintf(stderr, "PASSED\n"); /* assuming CHECK_VALUE_IS_DEFINED doesn't print anything */
malloc_free_fill.c 17 fprintf(stderr, "PASSED: " desc "\n"); \
19 fprintf(stderr, "FAILED: " desc "\n"); \
23 fprintf(stderr, "test simple malloc/free:\n");
32 fprintf(stderr, "\ntest realloc-larger:\n");
47 fprintf(stderr, "\ntest realloc-smaller:\n");
61 fprintf(stderr, "\ntest calloc:\n");
  /external/valgrind/main/none/tests/
procfs-cmdline-exe.c 26 fprintf(stderr, "%s:\n", label);
33 fprintf(stderr, "\\\\");
35 fprintf(stderr, "\\0");
37 fprintf(stderr, "%c", ch);
39 fprintf(stderr, "\\0%o", ch);
41 fprintf(stderr, "\n");
61 fprintf(stderr, "Result of readlink(\"%s\"): %s\n", label, p);
81 fprintf(stderr, "Result of readlinkat(\"%s\"): %s\n", label, p);
  /ndk/sources/android/crazy_linker/tests/
zoo.cpp 12 fprintf(stderr, "Could not libbar.so: %s\n", dlerror());
21 fprintf(stderr, "Could not find 'Bar' symbol in libbar.so\n");
  /system/core/toolbox/
chcon.c 12 fprintf(stderr, "usage: %s context path...\n", argv[0]);
19 fprintf(stderr, "%s: Could not label %s with %s: %s\n",
getsebool.c 11 fprintf(stderr, "usage: %s -a or %s boolean...\n", progname, progname);
26 fprintf(stderr, "%s: SELinux is disabled\n",
33 fprintf(stderr,
50 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]);
59 fprintf(stderr, "%s: out of memory\n", argv[0]);
65 fprintf(stderr, "%s: out of memory\n",
77 fprintf(stderr, "Error getting active value for %s\n",
84 fprintf(stderr, "Error getting pending value for %s\n",
mkswap.c 34 fprintf(stderr, "Usage: %s <filename>\n", argv[0]);
41 fprintf(stderr, "Cannot open %s\n", argv[1]);
49 fprintf(stderr, "Swap file needs to be at least %dkB\n",
56 fprintf(stderr, "Can't seek to the beginning of the file\n");
67 fprintf(stderr, "Failed to write swap header into %s\n", argv[1]);
74 fprintf(stderr, "Failed to seek into %s\n", argv[1]);
81 fprintf(stderr, "Failed to write magic swap header into %s\n", argv[1]);
87 fprintf(stderr, "Failed to sync %s\n", argv[1]);
  /device/generic/goldfish/libqemu/
test_guest_1.c 48 fprintf(stderr, "Could not open tcp socket!\n");
54 fprintf(stderr, "Could not open '%s' pipe: %s\n", PIPE_NAME, strerror(errno));
72 fprintf(stderr,"Sending %d bytes failed: %s\n", len, strerror(errno));
81 fprintf(stderr, "Receiving failed (ret=%d): %s\n", ret, strerror(errno));
87 fprintf(stderr, "Message size mismatch sent=%d received=%d\n", len, ret);
91 fprintf(stderr, "Message content mismatch!\n");
  /external/chromium_org/third_party/boringssl/src/crypto/err/
err_test.c 31 fprintf(stderr, "ERR_get_error failed at %u\n", i);
37 fprintf(stderr, "ERR_get_error more than the expected number of values.\n");
51 fprintf(stderr, "ERR_get_error returned value before an error was added.\n");
67 fprintf(stderr, "Bad error data returned.\n");
78 fprintf(stderr, "ERR_get_error returned value before an error was added.\n");
86 fprintf(stderr, "Error remained after clearing.\n");
  /external/chromium_org/third_party/icu/source/tools/genrb/
errmsg.c 28 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber);
29 vfprintf(stderr, msg, va);
30 fprintf(stderr, "\n");
66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber);
67 vfprintf(stderr, msg, va);
68 fprintf(stderr, "\n");
  /external/chromium_org/third_party/lzma_sdk/
Alloc.c 30 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p);
42 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address);
54 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++);
63 fprintf(stderr, "\nFree_Mid; count = %10d", --g_allocCountMid);
100 fprintf(stderr, "\nAlloc_Big %10d bytes; count = %10d", size, g_allocCountBig++);
119 fprintf(stderr, "\nFree_Big; count = %10d", --g_allocCountBig);
  /external/chromium_org/third_party/opus/src/tests/
test_opus_common.h 70 fprintf(stderr,"\n ***************************************************\n");
71 fprintf(stderr," *** A fatal error was detected. ***\n");
72 fprintf(stderr," ***************************************************\n");
73 fprintf(stderr,"Please report this failure and include\n");
74 fprintf(stderr,"'make check SEED=%u fails %s at line %d for %s'\n",iseed,file,line,opus_get_version_string());
75 fprintf(stderr,"and any relevant details about your system.\n\n");
  /external/chromium_org/third_party/ots/test/
side-by-side.cc 25 std::fprintf(stderr, "#");
27 std::fprintf(stderr, "*");
29 std::fprintf(stderr, "+");
31 std::fprintf(stderr, ".");
33 std::fprintf(stderr, " ");
37 std::fprintf(stderr, "\n");
49 std::fprintf(stderr, "bitmap data doesn't match!\n");
55 std::fprintf(stderr, "bitmap metrics doesn't match! (%d, %d), (%d, %d)\n",
61 std::fprintf(stderr, "EXPECTED:\n");
63 std::fprintf(stderr, "\nACTUAL:\n")
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Alloc.c 31 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p);
43 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address);
55 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++);
64 fprintf(stderr, "\nFree_Mid; count = %10d", --g_allocCountMid);
101 fprintf(stderr, "\nAlloc_Big %10d bytes; count = %10d", size, g_allocCountBig++);
120 fprintf(stderr, "\nFree_Big; count = %10d", --g_allocCountBig);
  /external/compiler-rt/test/asan/TestCases/
allocator_returns_null.cc 29 fprintf(stderr, "malloc:\n");
33 fprintf(stderr, "calloc:\n");
38 fprintf(stderr, "calloc-overflow:\n");
46 fprintf(stderr, "realloc:\n");
50 fprintf(stderr, "realloc-after-malloc:\n");
59 fprintf(stderr, "x: %lx\n", (long)x);
  /external/icu/icu4c/source/tools/genrb/
errmsg.c 28 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber);
29 vfprintf(stderr, msg, va);
30 fprintf(stderr, "\n");
66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber);
67 vfprintf(stderr, msg, va);
68 fprintf(stderr, "\n");
  /external/iproute2/ip/
ipnetns.c 48 fprintf(stderr, "Usage: ip netns list\n");
49 fprintf(stderr, " ip netns add NAME\n");
50 fprintf(stderr, " ip netns delete NAME\n");
51 fprintf(stderr, " ip netns exec NAME cmd ...\n");
52 fprintf(stderr, " ip netns monitor\n");
112 fprintf(stderr, "Bind %s -> %s failed: %s\n",
129 fprintf(stderr, "No netns name specified\n");
133 fprintf(stderr, "No cmd specified\n");
141 fprintf(stderr, "Cannot open network namespace: %s\n",
146 fprintf(stderr, "seting the network namespace failed: %s\n"
    [all...]
  /external/libopus/tests/
test_opus_common.h 70 fprintf(stderr,"\n ***************************************************\n");
71 fprintf(stderr," *** A fatal error was detected. ***\n");
72 fprintf(stderr," ***************************************************\n");
73 fprintf(stderr,"Please report this failure and include\n");
74 fprintf(stderr,"'make check SEED=%u fails %s at line %d for %s'\n",iseed,file,line,opus_get_version_string());
75 fprintf(stderr,"and any relevant details about your system.\n\n");
  /external/libvpx/libvpx/third_party/nestegg/test/
test.c 67 fprintf(stderr, "%p %s ", (void *) ctx, sev);
70 vfprintf(stderr, fmt, ap);
73 fprintf(stderr, "\n");
114 fprintf(stderr, "media has %u tracks and duration %fs\n", tracks, duration / 1e9);
120 fprintf(stderr, "track %u: type: %d codec: %d", i,
127 fprintf(stderr, " (%p, %u)", codec_data, (unsigned int) length);
133 fprintf(stderr, " video: %ux%u (d: %ux%u %ux%ux%ux%u)",
141 fprintf(stderr, " audio: %.2fhz %u bit %u channels",
146 fprintf(stderr, "\n");
152 fprintf(stderr, "seek to middle\n")
    [all...]
  /external/lldb/test/functionalities/load_unload/
main.c 29 fprintf (stderr, "%s\n", dlerror());
36 fprintf (stderr, "%s\n", dlerror());
45 fprintf (stderr, "%s\n", dlerror());
51 fprintf (stderr, "%s\n", dlerror());
58 fprintf (stderr, "%s\n", dlerror());
65 fprintf (stderr, "%s\n", dlerror());
  /external/lzma/C/
Alloc.c 30 fprintf(stderr, "\nAlloc %10d bytes, count = %10d, addr = %8X", size, g_allocCount++, (unsigned)p);
42 fprintf(stderr, "\nFree; count = %10d, addr = %8X", --g_allocCount, (unsigned)address);
54 fprintf(stderr, "\nAlloc_Mid %10d bytes; count = %10d", size, g_allocCountMid++);
63 fprintf(stderr, "\nFree_Mid; count = %10d", --g_allocCountMid);
100 fprintf(stderr, "\nAlloc_Big %10d bytes; count = %10d", size, g_allocCountBig++);
119 fprintf(stderr, "\nFree_Big; count = %10d", --g_allocCountBig);
  /external/qemu/distrib/libsparse/src/
img2simg.c 43 fprintf(stderr, "Usage: img2simg <raw_image_file> <sparse_image_file> [<block_size>]\n");
74 fprintf(stderr, "Cannot open input file %s\n", argv[1]);
84 fprintf(stderr, "Cannot open output file %s\n", argv[2]);
94 fprintf(stderr, "Failed to create sparse file\n");
101 fprintf(stderr, "Failed to read file\n");
107 fprintf(stderr, "Failed to write sparse file\n");
  /frameworks/base/tests/backup/
backup_stress_test.sh 48 echo "FAILED iteration $i of $iterations; $failures failures so far" > /dev/stderr
51 printf "Iteration %d:\tPASS; remaining: %d\n" $i $(($iterations - $i - 1)) > /dev/stderr
59 echo "DONE: $iterations iterations with $failures failures." > /dev/stderr

Completed in 866 milliseconds

<<11121314151617181920>>