HomeSort by relevance Sort by last modified time
    Searched full:stderr (Results 301 - 325 of 3862) sorted by null

<<11121314151617181920>>

  /external/mksh/src/
check.pl 32 # expected-stderr:
121 # expected-stderr m What the test should generate on stderr;
123 # expected-stderr-pattern m A perl pattern which matches the
193 'expected-stderr', 'm',
194 'expected-stderr-pattern', 'm',
223 print STDERR $Usage;
355 print STDERR "$prog: can't open directory $dir - $!\n";
383 print STDERR "$prog: can't open $file - $!\n";
420 print STDERR "$prog: couldn't cd to $tempdir - $!\n"
    [all...]
  /frameworks/base/tools/aapt/
Main.cpp 44 fprintf(stderr, "Android Asset Packaging Tool\n\n");
45 fprintf(stderr, "Usage:\n");
46 fprintf(stderr,
49 fprintf(stderr,
57 fprintf(stderr,
79 fprintf(stderr,
83 fprintf(stderr,
86 fprintf(stderr,
89 fprintf(stderr,
92 fprintf(stderr,
    [all...]
  /external/oprofile/libopagent/
opagent.c 86 fprintf(stderr, "libopagent: readlink /proc/self/exe failed\n");
90 fprintf(stderr, "libopagent: readlink /proc/self/exe returned"
141 fprintf(stderr,"libopagent: Jitdump agent directory %s "
143 fprintf(stderr,"libopagent: do opcontrol --setup or "
152 fprintf(stderr, "%s\n", err_msg);
157 fprintf(stderr, "%s\n", err_msg);
171 fprintf(stderr, "gettimeofday failed\n");
178 fprintf(stderr, "%s\n", err_msg);
183 fprintf(stderr, "%s\n", err_msg);
188 fprintf(stderr, "%s\n", err_msg)
    [all...]
  /system/core/gpttool/
gpttool.c 125 fprintf(stderr,"partition '%s' overlaps partition table\n", name);
130 fprintf(stderr,"partition '%s' does not fit on disk\n", name);
144 fprintf(stderr,"out of partition table entries\n");
150 fprintf(stderr,
166 fprintf(stderr,"ptn start block end block name\n");
167 fprintf(stderr,"---- ------------- ------------- --------------------\n");
176 fprintf(stderr,"#%03d %13lld %13lld %s\n",
224 fprintf(stderr,"invalid partition entry: %s\n", x);
234 fprintf(stderr,"partition size must be multiple of 512\n");
241 fprintf(stderr,"zero size partitions not allowed\n")
    [all...]
  /system/extras/showslab/
showslab.c 74 fprintf(stderr, "cannot read from " SLABINFO_FILE "\n");
79 fprintf(stderr, "unable to parse slabinfo version!\n");
84 fprintf(stderr, "we only support slabinfo 2.0 and 2.1!\n");
116 fprintf(stderr, "unrecognizable data in slabinfo!\n");
291 fprintf(stderr, "usage: %s [options]\n\n", argv[0]);
292 fprintf(stderr, "options:\n");
293 fprintf(stderr, " -s S specify sort criteria S\n");
294 fprintf(stderr, " -h display this help\n\n");
295 fprintf(stderr, "Valid sort criteria:\n");
296 fprintf(stderr, " a: number of Active objects\n")
    [all...]
  /external/dropbear/libtomcrypt/testprof/
rsa_test.c 90 fprintf(stderr, "RSA private export failed to match OpenSSL output, %lu, %lu\n", len, (unsigned long)sizeof(openssl_private_rsa));
97 fprintf(stderr, "RSA(private) public export failed to match OpenSSL output\n");
107 fprintf(stderr, "RSA(public) stripped public import failed to match OpenSSL output\n");
117 fprintf(stderr, "RSA(public) SSL public import failed to match OpenSSL output\n");
140 fprintf(stderr, "rsa_test requires SHA1 and yarrow");
148 fprintf(stderr, "rsa_1024 key modulus has %d bits\n", mp_count_bits(key.N));
152 fprintf(stderr, "N == \n");
154 fprintf(stderr, "%02x ", tmp[cnt]);
155 if (!(++cnt & 15)) fprintf(stderr, "\n");
160 fprintf(stderr, "p == \n")
    [all...]
  /external/iproute2/ip/
iplink.c 46 fprintf(stderr, "Usage: ip link add link DEV [ name ] NAME\n");
47 fprintf(stderr, " [ txqueuelen PACKETS ]\n");
48 fprintf(stderr, " [ address LLADDR ]\n");
49 fprintf(stderr, " [ broadcast LLADDR ]\n");
50 fprintf(stderr, " [ mtu MTU ]\n");
51 fprintf(stderr, " type TYPE [ ARGS ]\n");
52 fprintf(stderr, " ip link delete DEV type TYPE [ ARGS ]\n");
53 fprintf(stderr, "\n");
54 fprintf(stderr, " ip link set DEVICE [ { up | down } ]\n");
56 fprintf(stderr, "Usage: ip link set DEVICE [ { up | down } ]\n")
    [all...]
  /development/tools/emulator/system/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/clang/tools/scan-view/
scan-view 40 sys.stderr.write('%s: Waiting for server.' % sys.argv[0])
41 sys.stderr.flush()
46 sys.stderr.write('.')
47 sys.stderr.flush()
50 print >>sys.stderr,'WARNING: Unable to detect that server started.'
53 print >>sys.stderr,'%s: Starting webbrowser...' % sys.argv[0]
  /external/icu4c/tools/ctestfw/
dbgutil.cpp 57 //fprintf(stderr,"Initializing string cache..\n");
58 //fflush(stderr);
81 //fprintf(stderr, "** returning out of range on %d\n",type);
82 //fflush(stderr);
86 //fprintf(stderr, "enumString [%d,%d]: typecount %d, fieldcount %d\n", type,field,UDBG_ENUM_COUNT,count);
87 //fflush(stderr);
  /external/icu4c/tools/toolutil/
dbgutil.cpp 59 //fprintf(stderr,"Initializing string cache..\n");
60 //fflush(stderr);
83 //fprintf(stderr, "** returning out of range on %d\n",type);
84 //fflush(stderr);
88 //fprintf(stderr, "enumString [%d,%d]: typecount %d, fieldcount %d\n", type,field,UDBG_ENUM_COUNT,count);
89 //fflush(stderr);
  /external/iproute2/tc/
f_tcindex.c 20 fprintf(stderr," Usage: ... tcindex [ hash SIZE ] [ mask MASK ]"
22 fprintf(stderr," [ pass_on | fall_through ]\n");
23 fprintf(stderr," [ classid CLASSID ] "
37 fprintf(stderr, "Illegal filter ID\n");
96 fprintf(stderr, "Illegal \"classid\"\n");
104 fprintf(stderr, "Illegal \"police\"\n");
m_action.c 52 fprintf (stderr, "usage: tc actions <ACTSPECOP>*\n");
53 fprintf(stderr,
84 fprintf(stderr, "Unknown action \"%s\", hence option \"%s\" is unparsable\n", au->id, *argv);
86 fprintf(stderr, "Unknown action \"%s\"\n", au->id);
97 fprintf(stderr, "Android does not support action '%s'", str);
230 fprintf(stderr,"bad action parsing\n");
240 fprintf(stderr,"bad action empty %d\n",eap);
253 fprintf(stderr, "parse_action: bad value (%d:%s)!\n",argc,*argv);
270 fprintf(stderr, "NULL Action!\n");
343 fprintf(stderr, "Wrong len %d\n", len)
    [all...]
q_dsmark.c 24 fprintf(stderr,"Usage: dsmark indices INDICES [ default_index "
87 fprintf(stderr, "Usage: ... dsmark [ mask MASK ] [ value VALUE ]\n");
141 fprintf(stderr,"dsmark: empty mask\n");
147 fprintf(stderr,"dsmark: empty value\n");
153 fprintf(stderr,"dsmark: indices too short\n");
159 fprintf(stderr,"dsmark: default_index too short\n");
  /external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c 37 * Initializes STDIN, STDOUT, STDERR.
68 CHKLOG(rc, PANSIFileSystemSingleton->createPFile(PANSIFileSystemSingleton, L("/dev/stderr"), isLittleEndian, &PSTDERR));
70 setvbuf(stderr, NULL, _IONBF, 0);
71 impl->value = stderr;
74 /* Have STDERR and STDOUT share the same lock */
118 /* stdout, stderr share the same lock, only one of them should destroy it */
  /external/tinyalsa/
tinyplay.c 67 fprintf(stderr, "Usage: %s file.wav [-d device]\n", argv[0]);
73 fprintf(stderr, "Unable to open file '%s'\n", argv[1]);
94 fprintf(stderr, "Error: '%s' is not a PCM riff/wave file\n", argv[1]);
130 fprintf(stderr, "Unable to open PCM device %u (%s)\n",
138 fprintf(stderr, "Unable to allocate %d bytes\n", size);
150 fprintf(stderr, "Error playing sample\n");
  /external/valgrind/main/memcheck/tests/
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/
faultstatus.c 56 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
65 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
74 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
91 fprintf(stderr, " PASS\n");
160 fprintf(stderr, "Test %d: ", i+1);
162 fprintf(stderr, " FAIL: no fault, or handler returned\n");
  /external/valgrind/main/none/tests/linux/
mremap.c 39 fprintf(stderr, "shrink, nomove: p=%p np=%p: shrink moved?!\n",
49 fprintf(stderr, "shrink, maymove: p=%p np=%p: shrink moved?!\n",
59 fprintf(stderr, "grow, nomove: p=%p np=%p: shrink moved?!\n",
69 fprintf(stderr, "grow, maymove: p=%p np=%p: shrink moved?!\n",
80 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n",
92 fprintf(stderr, "grow, maymove, constrained: p=%p np=%p (managed to grow without moving?!)\n",
  /external/valgrind/main/none/tests/x86/
faultstatus.c 36 fprintf(stderr, " FAIL: expected signal %d, not %d\n", want, sig);
45 fprintf(stderr, " FAIL: expected si_code==%d, not %d\n", want, code);
54 fprintf(stderr, " FAIL: expected si_addr==%p, not %p\n", want, addr);
71 fprintf(stderr, " PASS\n");
152 fprintf(stderr, "Test %d: ", i+1);
154 fprintf(stderr, " FAIL: no fault, or handler returned\n");
  /system/core/nexus/
nexctl.c 47 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
98 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
103 fprintf(stderr, "[TIMEOUT]\n");
109 fprintf(stderr, "Lost connection to Nexus - did it crash?\n");
111 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
145 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);
  /system/core/toolbox/
date.c 70 fprintf(stderr, "%s: invalid option -%c\n",
76 fprintf(stderr,"%s [-u] [date]\n", argv[0]);
102 fprintf(stderr,"getdate_r failed\n");
108 fprintf(stderr,"getdate_r failed %s\n", strerror(errno));
124 fprintf(stderr,"settimeofday failed %s\n", strerror(errno));
129 fprintf(stderr,"%s [-s 20070325.123456] [-u] [date]\n", argv[0]);
notify.c 50 fprintf(stderr, "%s: invalid option -%c\n",
57 fprintf(stderr, "Usage: %s [-m eventmask] [-c count] [-p] [-v verbosity] path [path ...]\n", argv[0]);
63 fprintf(stderr, "inotify_init failed, %s\n", strerror(errno));
71 fprintf(stderr, "inotify_add_watch failed for %s, %s\n", file_names[i], strerror(errno));
77 fprintf(stderr, "%s got unexpected id %d instead of %d\n", file_names[i], res, i);
90 fprintf(stderr, "could not get event, %s\n", strerror(errno));
syren.c 57 fprintf(stderr, "usage: syren [r/w] [REGNAME | page:addr] (value)\n");
99 fprintf(stderr, "can't open /dev/eac\n");
106 fprintf(stderr, "can only read all registers\n");
114 fprintf(stderr, "%s: error\n", registers[i].name);
116 fprintf(stderr, "%s: %04x\n", registers[i].name, sio.value);
140 fprintf(stderr, "ioctl(%d) failed\n", cmd);
  /system/netd/
ndc.c 47 fprintf(stderr, "Error connecting (%s)\n", strerror(errno));
98 fprintf(stderr, "Error in select (%s)\n", strerror(errno));
103 fprintf(stderr, "[TIMEOUT]\n");
109 fprintf(stderr, "Lost connection to Netd - did it crash?\n");
111 fprintf(stderr, "Error reading data (%s)\n", strerror(errno));
145 fprintf(stderr, "Usage: %s <monitor>|<cmd> [arg1] [arg2...]\n", progname);

Completed in 393 milliseconds

<<11121314151617181920>>