HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 201 - 225 of 7674) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/toybox/tests/
losetup.test 29 "cat file1 notfound file2 2>stderr && echo ok ; cat stderr; rm stderr" \
41 "cat - > /dev/full 2>stderr && echo ok; cat stderr; rm stderr" \
  /external/valgrind/memcheck/tests/
err_disable1.c 29 fprintf(stderr, "\n--------- SIMPLE TEST ---------\n\n");
30 fprintf(stderr, "\n--------- enabled (expect 1) ---------\n\n");
34 fprintf(stderr, "\n--------- disabled (expect 0) ---------\n\n");
39 fprintf(stderr, "\n--------- re-enabled (expect 1) ---------\n\n");
46 fprintf(stderr, "\n--------- MULTI-LEVEL TEST (expect 2) ---------\n\n");
72 fprintf(stderr, "\n--------- MULTI-LEVEL TEST end ---------\n\n");
err_disable3.c 30 fprintf(stderr, "\n--------- c: start (expect 1) ---------\n\n");
32 fprintf(stderr, "\n--------- c: end ---------\n\n");
44 fprintf(stderr, "\n--------- p: disabling errors (expect 0) ---------\n\n");
49 fprintf(stderr, "\n--------- p: creating child ---------\n\n");
54 fprintf(stderr, "\n--------- p: join child ---------\n\n");
58 fprintf(stderr, "\n--------- p: re_enabled (expect 1) ---------\n\n");
  /external/valgrind/none/tests/solaris/
proc_auxv.c 27 fprintf(stderr, "unexpected EOF\n");
31 fprintf(stderr, "incorrect auxv in %s\n", path);
32 fprintf(stderr, "expected: type=%d, val=%ld\n", auxv->a_type,
34 fprintf(stderr, "got: type=%d, val=%ld\n", rauxv.a_type,
76 fprintf(stderr, "AT_SUN_EXECNAME is null\n");
80 fprintf(stderr, "AT_SUN_EXECNAME (%s) is invalid: %s\n",
  /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);
  /bionic/tests/
atexit_test.cpp 74 fprintf(stderr, "\nerror: static d-tor called with incorrect this pointer: %p, expected: %p\n", this, expected_this);
76 fprintf(stderr, "6");
86 fprintf(stderr, "5");
90 fprintf(stderr, "4");
94 fprintf(stderr, "3");
99 fprintf(stderr, "2");
103 fprintf(stderr, "1");
107 // This should result in "123456" output to stderr
  /bionic/tests/libs/
bionic_tests_zipalign.cpp 30 fprintf(stderr, "usage: bionic_tests_zipalign ALIGNMENT INPUT_ZIP_FILE OUTPUT_ZIP_FILE\n");
31 fprintf(stderr, " ALIGNMENT:\n");
32 fprintf(stderr, " The new alignment of all entries in the new zip file.\n");
33 fprintf(stderr, " INPUT_ZIP_FILE:\n");
34 fprintf(stderr, " The input zip file that will be read but left unmodified.\n");
35 fprintf(stderr, " OUTPUT_ZIP_FILE:\n");
36 fprintf(stderr, " The output zip file that will be created from the input file.\n");
45 fprintf(stderr, "Unable to iterate over entries: %s\n", ErrorCodeString(return_value));
55 fprintf(stderr, "Error while iterating over zip entries: %s\n", ErrorCodeString(return_value));
88 fprintf(stderr, "StartAlignedEntry failed: %s\n", ZipWriter::ErrorCodeString(error))
    [all...]
  /build/blueprint/gotestrunner/
gotestrunner.go 53 fmt.Fprintln(os.Stderr, "error: must pass at least one test executable")
59 fmt.Fprintf(os.Stderr, "error: Failed to locate test binary: %s", err)
67 cmd.Stderr = os.Stderr
70 fmt.Fprintln(os.Stderr, err)
76 fmt.Fprintln(os.Stderr, err)
87 fmt.Fprintf(os.Stderr, "test got signal %s\n", status.Signal())
91 fmt.Fprintln(os.Stderr, err)
  /development/tools/findunused/
findunusedtranslations 4 print STDERR "Usage: findunusedtranslations values/strings.xml\n";
5 print STDERR "\n";
6 print STDERR "Will read values/strings.xml and rewrite\n";
7 print STDERR "values-xx/strings.xml and values-xx-rYY/strings.xml\n";
8 print STDERR "files to remove strings that no longer appear in the\n";
9 print STDERR "base strings file.\n";
19 print STDERR "Bad format for $ARGV[0]\n";
24 print STDERR "$0: $ARGV[0]: No such file\n";
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_notification.py 48 stderr = self.RunGsUtil([
51 self.assertIn('token: %s' % token, stderr)
52 self.assertIn('identifier: %s' % identifier, stderr)
59 stderr = self.RunGsUtil(
63 channel_id = re.findall(r'channel identifier: (?P<id>.*)', stderr)
65 resource_id = re.findall(r'resource identifier: (?P<id>.*)', stderr)
74 stderr = self.RunGsUtil(['notification', 'foo', 'bar', 'baz'],
76 self.assertIn('Invalid subcommand', stderr)
  /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/tsan/Darwin/
osspinlock-norace.cc 17 fprintf(stderr, "Hello world.\n");
25 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/
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/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/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/iproute2/tc/
m_mirred.c 32 fprintf(stderr, "Usage: mirred <DIRECTION> <ACTION> [index INDEX] <dev DEVICENAME> \n");
33 fprintf(stderr, "where: \n");
34 fprintf(stderr, "\tDIRECTION := <ingress | egress>\n");
35 fprintf(stderr, "\tACTION := <mirror | redirect>\n");
36 fprintf(stderr, "\tINDEX is the specific policy instance id\n");
37 fprintf(stderr, "\tDEVICENAME is the devicename \n");
92 fprintf(stderr, "Illegal \"index\"\n");
102 fprintf(stderr, "was expecting egress (%s)\n", *argv);
108 fprintf(stderr, "Can't have both mirror and redir\n");
117 fprintf(stderr, "Can't have both mirror and redir\n")
    [all...]
q_clsact.c 9 fprintf(stderr, "Usage: ... clsact\n");
16 fprintf(stderr, "What is \"%s\"?\n", *argv);
  /external/jetty/src/resources/org/eclipse/jetty/server/jmx/
Server-mbean.properties 8 dumpAfterStart: RW:Dump state to stderr after start
9 dumpBeforeStop: RW:Dump state to stderr before stop
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog_dump.c 136 fprintf(stderr, " dst: %d%s op: ",
139 fprintf(stderr, "PRED %u",
144 fprintf(stderr, "PVS_MACRO_OP_2CLK_M2X_ADD\n");
146 fprintf(stderr, " PVS_MACRO_OP_2CLK_MADD\n");
149 fprintf(stderr, "%s\n", r300_vs_me_ops[op & 0x1f]);
151 fprintf(stderr, "%s\n", r300_vs_ve_ops[op & 0x1f]);
157 fprintf(stderr, " reg: %d%s swiz: %s%s/%s%s/%s%s/%s%s\n",
176 fprintf(stderr, "Final vertex program code:\n");
182 fprintf(stderr, "%d: op: 0x%08x", i, vs->body.d[offset]);
186 fprintf(stderr, " src%i: 0x%08x", src, vs->body.d[offset+1+src])
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 400 fprintf(stderr, "*** unknown reg 0x%x\n", reg);
438 fprintf(stderr, " %s <-- 0x%x", get_reg_name(reg), data);
442 fprintf(stderr, " *** BRAND NEW VALUE");
444 fprintf(stderr, " *** CHANGED");
450 fprintf(stderr, "\n");
463 fprintf(stderr, " %s <-- %.3f", get_reg_name(reg), data);
467 fprintf(stderr, " *** NEW MIN (prev %.3f)", reg->vmin);
471 fprintf(stderr, " *** NEW MAX (prev %.3f)", reg->vmax);
475 fprintf(stderr, " *** CHANGED");
482 fprintf(stderr, "\n")
    [all...]
  /external/selinux/libselinux/utils/
getfilecon.c 12 fprintf(stderr, "usage: %s path...\n", argv[0]);
19 fprintf(stderr, "%s: getfilecon(%s) failed\n", argv[0],
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]);
60 fprintf(stderr, "%s: out of memory\n", argv[0]);
66 fprintf(stderr, "%s: out of memory\n",
78 fprintf(stderr, "Error getting active value for %s\n",
85 fprintf(stderr, "Error getting pending value for %s\n",

Completed in 1620 milliseconds

1 2 3 4 5 6 7 891011>>