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

1 2 3 4 5 67 8 91011>>

  /external/bison/lib/
perror.c 46 fprintf (stderr, "%s: %s\n", string, stackbuf);
48 fprintf (stderr, "%s\n", stackbuf);
  /external/chromium_org/third_party/android_crazy_linker/src/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");
  /external/chromium_org/third_party/icu/source/samples/legacy/
oldcol.cpp 64 fprintf(stderr, "initCollator_legacy(%s): error opening collator, %s!\n", locale, u_errorName(status));
65 fprintf(stderr, "Note: ICU data directory is %s\n", u_getDataDirectory());
66 fprintf(stderr, "Read the README!\n");
78 fprintf(stderr, "closeCollator_legacy(): collator was already NULL!\n");
91 fprintf(stderr, "Entered legacy, version: [%d.%d.%d.%d]\nMoving to sortkeys\n", uvi[0], uvi[1], uvi[2], uvi[3]);
95 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
98 fprintf(stderr, "Done sortkeys, doing qsort test\n");
104 fprintf(stderr, "Done legacy!\n");
  /external/chromium_org/tools/gyp/test/ios/app-bundle/TestApp/
check_no_signature.py 9 stderr=subprocess.STDOUT, stdout=subprocess.PIPE)
12 sys.stderr.write('File should not already be signed.')
  /external/chromium_org/tools/gyp/test/msvs/missing_sources/
gyptest-missing.py 33 # also print a backtrace, ensure that TestGyp is not checking that stderr is
35 # Instead, stderr is checked below to ensure it contains the expected
37 test.run_gyp('hello_missing.gyp', status=1, stderr=None)
40 test.must_contain_any_line(test.stderr(),
  /external/compiler-rt/test/asan/TestCases/Linux/
coverage-fork-direct.cc 25 fprintf(stderr, "Child PID: %d\n", getpid());
28 fprintf(stderr, "Parent PID: %d\n", getpid());
coverage-fork.cc 25 fprintf(stderr, "Child PID: %d\n", getpid());
28 fprintf(stderr, "Parent PID: %d\n", getpid());
  /external/compiler-rt/test/lsan/TestCases/
use_stacks_threaded.cc 17 fprintf(stderr, "Test alloc: %p.\n", p);
18 fflush(stderr);
  /external/compiler-rt/test/tsan/
fork_atexit.cc 24 fprintf(stderr, "CHILD DONE\n");
31 fprintf(stderr, "PARENT DONE\n");
fork_multithreaded.cc 31 fprintf(stderr, "failed to fork (%d)\n", errno);
34 fprintf(stderr, "OK\n");
  /external/e2fsprogs/lib/quota/
common.h 17 fprintf(stderr, "[ERROR] %s:%d:%s:: " format "\n", \
22 fprintf(stderr, "[DEBUG] %s:%d:%s:: " format "\n", \
  /external/e2fsprogs/misc/
e2label.c 57 fprintf (stderr, _("e2label: cannot open %s\n"), dev);
62 fprintf (stderr, _("e2label: cannot seek to superblock\n"));
67 fprintf (stderr, _("e2label: error reading superblock\n"));
71 fprintf (stderr, _("e2label: not an ext2 filesystem\n"));
96 fprintf(stderr, _("Warning: label too long, truncating.\n"));
99 fprintf (stderr, _("e2label: cannot seek to superblock again\n"));
104 fprintf (stderr, _("e2label: error writing superblock\n"));
116 fprintf(stderr, _("Usage: e2label device [newlabel]\n"));
  /external/elfutils/0.153/bionic-fixup/
error.h 30 vfprintf(stderr, fmt, lst);
31 fprintf(stderr, "error %d: %s\n", errnum, strerror(errno));
  /external/icu/icu4c/source/samples/legacy/
oldcol.cpp 64 fprintf(stderr, "initCollator_legacy(%s): error opening collator, %s!\n", locale, u_errorName(status));
65 fprintf(stderr, "Note: ICU data directory is %s\n", u_getDataDirectory());
66 fprintf(stderr, "Read the README!\n");
78 fprintf(stderr, "closeCollator_legacy(): collator was already NULL!\n");
91 fprintf(stderr, "Entered legacy, version: [%d.%d.%d.%d]\nMoving to sortkeys\n", uvi[0], uvi[1], uvi[2], uvi[3]);
95 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize);
98 fprintf(stderr, "Done sortkeys, doing qsort test\n");
104 fprintf(stderr, "Done legacy!\n");
  /external/ltrace/testsuite/ltrace.minor/
libdl-simple.c 12 fputs (dlerror(), stderr); local
18 fputs(error, stderr);
  /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...]

Completed in 1052 milliseconds

1 2 3 4 5 67 8 91011>>