HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 101 - 125 of 4272) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/tests/device/test-unwind-struct/jni/
main.c 10 fprintf(stderr, "ASSERTION FAILURE: %s %d\n", __FILE__, __LINE__); \
11 fprintf(stderr, " expected value: %d (%s)\n", \
13 fprintf(stderr, " actual value: %d (%s)\n", \
  /system/core/adb/
console.c 13 fprintf(stderr, "error: more than one emulator detected. use -s option\n");
15 fprintf(stderr, "error: no emulator detected\n");
20 fprintf(stderr, "error: could not connect to TCP port %d\n", port);
  /system/extras/tests/bionic/libc/common/
test_strftime_2039.c 18 fprintf(stderr, "strftime() returned 0\n");
25 fprintf(stderr, "FAIL\n");
31 fprintf(stderr, "strftime() returned 0\n");
  /external/iproute2/tc/
m_estimator.c 30 fprintf(stderr, "Usage: ... estimator INTERVAL TIME-CONST\n");
31 fprintf(stderr, " INTERVAL is interval between measurements\n");
32 fprintf(stderr, " TIME-CONST is averaging time constant\n");
33 fprintf(stderr, "Example: ... est 1sec 8sec\n");
56 fprintf(stderr, "Error: estimator parameters are out of range.\n");
60 fprintf(stderr, "[estimator i=%u e=%u]\n", est->interval, est->ewma_log);
q_gred.c 32 #define DPRINTF(format,args...) fprintf(stderr,format,##args)
39 fprintf(stderr, "Usage: ... gred DP drop-probability limit BYTES "
41 fprintf(stderr, " avpkt BYTES burst PACKETS probability PROBABILITY "
43 fprintf(stderr, " [prio value]\n");
44 fprintf(stderr," OR ...\n");
45 fprintf(stderr," gred setup DPs <num of DPs> default <default DP> "
59 DPRINTF(stderr,"init_gred: invoked with %s\n",*argv);
62 DPRINTF(stderr,"init_gred: next_arg with %s\n",*argv);
65 fprintf(stderr, "DPs =%d\n", dps);
66 fprintf(stderr, "Illegal \"DPs\"\n")
    [all...]
  /external/qemu/
ioport-user.c 28 fprintf(stderr, "outb: port=0x%04"FMT_pioaddr", data=%02"PRIx8"\n",
34 fprintf(stderr, "outw: port=0x%04"FMT_pioaddr", data=%04"PRIx16"\n",
40 fprintf(stderr, "outl: port=0x%04"FMT_pioaddr", data=%08"PRIx32"\n",
46 fprintf(stderr, "inb: port=0x%04"FMT_pioaddr"\n", addr);
52 fprintf(stderr, "inw: port=0x%04"FMT_pioaddr"\n", addr);
58 fprintf(stderr, "inl: port=0x%04"FMT_pioaddr"\n", addr);
  /external/valgrind/main/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");
  /frameworks/native/cmds/servicemanager/
bctest.c 72 fprintf(stderr,"cannot find alt_svc_mgr\n");
76 fprintf(stderr,"svcmgr is via %p\n", ptr);
80 fprintf(stderr,"argument required\n");
84 fprintf(stderr,"lookup(%s) = %p\n", argv[1], ptr);
89 fprintf(stderr,"argument required\n");
96 fprintf(stderr,"unknown command %s\n", argv[0]);
  /system/core/libzipfile/
test_zipfile.c 27 fprintf(stderr, "usage: test_zipfile ZIPFILE -l\n"
36 fprintf(stderr, "couldn't open %s\n", argv[1]);
49 fprintf(stderr, "inti_zipfile failed\n");
66 fprintf(stderr, "zip file '%s' does not contain file '%s'\n",
72 fprintf(stderr, "can't open file for writing '%s'\n", argv[4]);
81 fprintf(stderr, "error decompressing file\n");
  /system/core/toolbox/
mkdir.c 10 fprintf(stderr,"mkdir [OPTION] <target>\n");
11 fprintf(stderr," --help display usage and exit\n");
12 fprintf(stderr," -p, --parents create parent directories as needed\n");
54 fprintf(stderr, "Invalid path specified: too long\n");
62 fprintf(stderr, "mkdir failed for %s, %s\n", currpath, strerror(errno));
71 fprintf(stderr, "mkdir failed for %s, %s\n", argv[0], strerror(errno));
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",
ln.c 8 fprintf(stderr,"ln [-s] <target> <name>\n");
32 fprintf(stderr, "link failed %s\n", strerror(errno));
restorecon.c 19 fprintf(stderr, "usage: %s [-nrRv] pathname...\n", progname);
28 fprintf(stderr, "Could not get context of %s: %s\n",
33 fprintf(stderr, "Could not lookup context for %s: %s\n", pathname,
43 fprintf(stderr, "Could not label %s with %s: %s\n",
89 fprintf(stderr, "Could not load file_contexts: %s\n",
99 fprintf(stderr, "Could not traverse filesystems (first was %s): %s\n",
110 fprintf(stderr, "Could not access %s: %s\n", ftsent->fts_path,
127 fprintf(stderr, "Could not stat %s: %s\n", argv[i],
  /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/compiler-rt/lib/ubsan/lit_tests/Misc/
deduplication.cpp 13 fprintf(stderr, "Start\n");
23 fprintf(stderr, "End\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/icu4c/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/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateMutex.3 22 fprintf(stderr, "Couldn\&'t lock mutex
31 fprintf(stderr, "Couldn\&'t unlock mutex
  /external/valgrind/main/none/tests/
empty-exe.vgtest 3 # blank two lines in the .stderr.exp file that are important -- they
4 # indicate it ran to completion. If the crash occurs, the .stderr.out file
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);
pth_rwlock.c 18 fprintf(stderr, "pthread_rwlock_init[%d]: %s\n", n, strerror(e));
25 fprintf(stderr, "pthread_rwlock_destroy[%d]: %s\n", n, strerror(e));
pth_stackalign.c 23 fprintf(stderr, "pthread_create: %s\n", strerror(e));
29 fprintf(stderr, "pthread_join: %s\n", strerror(e));
  /ndk/tests/device/whole-static-libs/jni/
main.c 15 fprintf(stderr, "Could not dlopen(\"libbar.so\"): %s\n", dlerror());
19 fprintf(stderr, "Symbol 'foo2' is missing from shared library!!\n");

Completed in 269 milliseconds

1 2 3 45 6 7 8 91011>>