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

<<11121314151617181920>>

  /system/core/fastboot/
usbtest.c 99 fprintf(stderr,"write failed (%s)\n", strerror(errno));
104 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0));
117 fprintf(stderr,"read failed (%s)\n", strerror(errno));
122 fprintf(stderr,"%d bytes in %lld uS\n", arg_count * arg_size, (t1 - t0));
144 fprintf(stderr,"usage: usbtest <testname>\n\navailable tests:\n");
146 fprintf(stderr," %-8s %s\n", tests[i].cmd, tests[i].help);
160 fprintf(stderr,"unknown argument: %s\n", arg);
166 fprintf(stderr,"count may not be zero\n");
171 fprintf(stderr,"size may not be greater than 4096\n");
196 fprintf(stderr,"usbtest: %s: could not find interface\n"
    [all...]
engine.c 182 fprintf(stderr,"FAILED (%s)\n", resp);
185 fprintf(stderr,"OKAY [%7.3fs]\n", (split - a->start));
327 fprintf(stderr,
329 fprintf(stderr,
333 fprintf(stderr,"FAILED (%s)\n", fb_get_error());
345 fprintf(stderr,
347 fprintf(stderr,
351 fprintf(stderr,"Formatting is not supported for filesystem with type '%s'.\n",
359 fprintf(stderr,
361 fprintf(stderr, "Unable to get partition size\n.")
    [all...]
  /system/core/toolbox/
reboot.c 32 fprintf(stderr, "usage: %s [-n] [-p] [rebootcommand]\n", argv[0]);
38 fprintf(stderr, "%s: too many arguments\n", argv[0]);
56 fprintf(stderr, "reboot returned\n");
setenforce.c 12 fprintf(stderr, "usage: %s [ Enforcing | Permissive | 1 | 0 ]\n",
25 fprintf(stderr, "%s: SELinux is disabled\n", argv[0]);
39 fprintf(stderr, "%s: Could not set enforcing status: %s\n",
setsebool.c 25 fprintf(stderr, "setsebool: invalid value %s\n", value);
31 fprintf(stderr, "setsebool: could not set %s to %s: %s", name, value, strerror(errno));
41 fprintf(stderr, "Usage: %s name value\n", argv[0]);
  /system/extras/ext4_utils/
make_ext4fs_main.c 52 fprintf(stderr, "%s [ -l <len> ] [ -j <journal size> ] [ -b <block_size> ]\n", basename(path));
53 fprintf(stderr, " [ -g <blocks per group> ] [ -i <inodes> ] [ -I <inode size> ]\n");
54 fprintf(stderr, " [ -L <label> ] [ -f ] [ -a <android mountpoint> ]\n");
55 fprintf(stderr, " [ -S file_contexts ]\n");
56 fprintf(stderr, " [ -z | -s ] [ -w ] [ -c ] [ -J ] [ -v ]\n");
57 fprintf(stderr, " <filename> [<directory>]\n");
110 fprintf(stderr, "can't set android permissions - built without android support\n");
131 fprintf(stderr, "Warning: -t (initialize inode tables) is deprecated\n");
165 fprintf(stderr, "Cannot specifiy both wipe and sparse\n");
171 fprintf(stderr, "Cannot specifiy both wipe and gzip\n")
    [all...]
  /external/iproute2/tc/
m_police.c 37 fprintf(stderr, "Usage: ... police rate BPS burst BYTES[/BYTES] [ mtu BYTES[/BYTES] ]\n");
38 fprintf(stderr, " [ peakrate BPS ] [ avrate BPS ] [ overhead BYTES ]\n");
39 fprintf(stderr, " [ linklayer TYPE ] [ ACTIONTERM ]\n");
41 fprintf(stderr, "Old Syntax ACTIONTERM := action <EXCEEDACT>[/NOTEXCEEDACT] \n");
42 fprintf(stderr, "New Syntax ACTIONTERM := conform-exceed <EXCEEDACT>[/NOTEXCEEDACT] \n");
43 fprintf(stderr, "Where: *EXCEEDACT := pipe | ok | reclassify | drop | continue \n");
44 fprintf(stderr, "Where: pipe is only valid for new syntax \n");
50 fprintf(stderr, "Illegal \"%s\"\n", arg);
156 fprintf(stderr, "Illegal \"index\"\n");
164 fprintf(stderr, "Double \"buffer/burst\" spec\n")
    [all...]
tc_class.c 32 fprintf(stderr, "Usage: tc class [ add | del | change | replace | show ] dev STRING\n");
33 fprintf(stderr, " [ classid CLASSID ] [ root | parent CLASSID ]\n");
34 fprintf(stderr, " [ [ QDISC_KIND ] [ help | OPTIONS ] ]\n");
35 fprintf(stderr, "\n");
36 fprintf(stderr, " tc class show [ dev STRING ] [ root | parent CLASSID ]\n");
37 fprintf(stderr, "Where:\n");
38 fprintf(stderr, "QDISC_KIND := { prio | cbq | etc. }\n");
39 fprintf(stderr, "OPTIONS := ... try tc class add <desired QDISC_KIND> help\n");
80 fprintf(stderr, "Error: try \"classid\" instead of \"handle\"\n");
84 fprintf(stderr, "Error: \"root\" is duplicate parent ID.\n")
    [all...]
  /system/extras/latencytop/
latencytop.c 82 fprintf(stderr, "Option -d expects an argument.\n");
90 fprintf(stderr, "Option -n expects an argument.\n");
102 fprintf(stderr, "Option -p expects an argument.\n");
110 fprintf(stderr, "Option -t expects an argument.\n");
116 fprintf(stderr, "Invalid argument \"%s\".\n", argv[i]);
122 fprintf(stderr, "If you provide a thread ID with -t, you must provide a process ID with -p.\n");
181 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
190 fprintf(stderr, "Could not open global latency stats file: %s\n", strerror(errno));
211 fprintf(stderr, "Could not open task dir for process %d.\n", pid);
212 fprintf(stderr, "Perhaps the process has terminated?\n")
    [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 75 fprintf (stderr, "Error opendir'ing %s: %s\n",
126 fprintf(stderr, "warning -- stat() error on '%s': %s\n",
145 fprintf(stderr, "warning -- rmdir() error on '%s': %s\n",
163 fprintf(stderr, "warning -- unlink() error on '%s': %s\n",
178 fprintf(stderr, "unable to write int32 (%d bytes): %s\n", res, strerror(errno));
189 fprintf(stderr, "unable to write int64 (%d bytes): %s\n", res, strerror(errno));
208 fprintf(stderr, "unable to read source (%d of %ld bytes) file '%s': %s\n",
211 fprintf(stderr, "unable to read buffer (%d of %ld bytes): %s\n",
219 fprintf(stderr, "unable to write file (%d of %d bytes) '%s': '%s'\n",
222 fprintf(stderr, "unable to write buffer (%d of %d bytes): '%s'\n"
    [all...]
  /external/openssl/crypto/threads/
mttest.c 170 fprintf(stderr,"usage: ssltest [args ...]\n");
171 fprintf(stderr,"\n");
172 fprintf(stderr," -server_auth - check server certificate\n");
173 fprintf(stderr," -client_auth - do client authentication\n");
174 fprintf(stderr," -v - more output\n");
175 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
176 fprintf(stderr," -CAfile arg - PEM format file of CA's\n");
177 fprintf(stderr," -threads arg - number of threads\n");
178 fprintf(stderr," -loops arg - number of 'connections', per thread\n");
179 fprintf(stderr," -reconnect - reuse session-id's\n")
351 lh_stats(SSL_CTX_sessions(s_ctx),stderr); local
355 lh_node_usage_stats(SSL_CTX_sessions(s_ctx),stderr); local
    [all...]
  /external/openssl/ssl/
ssltest.c 283 fprintf(stderr, "User %s doesn't exist\n", SSL_get_srp_username(s));
315 fprintf(stderr,"usage: ssltest [args ...]\n");
316 fprintf(stderr,"\n");
318 fprintf(stderr,"-F - run test in FIPS mode\n");
320 fprintf(stderr," -server_auth - check server certificate\n");
321 fprintf(stderr," -client_auth - do client authentication\n");
322 fprintf(stderr," -proxy - allow proxy certificates\n");
323 fprintf(stderr," -proxy_auth <val> - set proxy policy rights\n");
324 fprintf(stderr," -proxy_cond <val> - experssion to test proxy policy rights\n");
325 fprintf(stderr," -v - more output\n")
    [all...]
  /external/mdnsresponder/mDNSPosix/
Responder.c 104 fprintf(stderr, "\nSIGINT\n");
119 fprintf(stderr, "\nSIGQUIT\n");
137 fprintf(stderr,
145 fprintf(stderr, "%s: Service name can't be empty\n", gProgramName);
162 fprintf(stderr,
170 fprintf(stderr,
189 fprintf(stderr,
211 fprintf(stderr,
214 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n");
215 fprintf(stderr, " 0 = no debugging info (default)\n")
    [all...]
  /build/tools/zipalign/
ZipAlign.cpp 32 fprintf(stderr, "Zip alignment utility\n");
33 fprintf(stderr, "Copyright (C) 2009 The Android Open Source Project\n\n");
34 fprintf(stderr,
37 fprintf(stderr,
39 fprintf(stderr, " -c: check alignment only (does not modify file)\n");
40 fprintf(stderr, " -f: overwrite existing outfile.zip\n");
41 fprintf(stderr, " -v: verbose output\n");
60 fprintf(stderr, "ERROR: unable to retrieve entry %d\n", i);
110 fprintf(stderr, "Input and output can't be same file\n");
116 fprintf(stderr, "Output file '%s' exists\n", outFileName)
    [all...]
  /dalvik/dalvikvm/
Main.cpp 38 fprintf(stderr, "WARNING: SIGPIPE not blocked\n");
53 fprintf(stderr, "Got exception while finding class String\n");
59 fprintf(stderr, "Got exception while creating String array\n");
69 fprintf(stderr, "Got exception while allocating Strings\n");
103 fprintf(stderr, "Dalvik VM unable to get reflected method\n");
113 fprintf(stderr, "Dalvik VM unable to find class Method\n");
119 fprintf(stderr, "Dalvik VM unable to find reflect.Method.getModifiers\n");
125 fprintf(stderr, "Dalvik VM: main() is not public\n");
192 fprintf(stderr, "Dalvik VM requires value after last option flag\n");
213 fprintf(stderr, "Dalvik VM init failed (check log file)\n")
    [all...]
  /external/dropbear/
dropbearkey.c 67 fprintf(stderr, "Usage: %s -t <type> -f <filename> [-s bits]\n"
139 fprintf(stderr, "Unknown argument %s\n", argv[i]);
148 fprintf(stderr, "Must specify a key filename\n");
160 fprintf(stderr, "Must specify key type\n");
180 fprintf(stderr, "Unknown key type '%s'\n", typetext);
187 fprintf(stderr, "Bits must be an integer\n");
192 fprintf(stderr, "Bits must satisfy 512 <= bits <= 4096, and be a"
209 fprintf(stderr, "Will output %d bit %s secret key to '%s'\n", keysize*8,
218 fprintf(stderr, "Generating key, this may take a while...\n");
231 fprintf(stderr, "Internal error, bad key type\n")
    [all...]
  /external/iproute2/ip/
link_gre.c 29 fprintf(stderr, "Usage: ip link { add | set | change | replace | del } NAME\n");
30 fprintf(stderr, " type { gre | gretap } [ remote ADDR ] [ local ADDR ]\n");
31 fprintf(stderr, " [ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n");
32 fprintf(stderr, " [ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]\n");
33 fprintf(stderr, "\n");
34 fprintf(stderr, "Where: NAME := STRING\n");
35 fprintf(stderr, " ADDR := { IP_ADDRESS | any }\n");
36 fprintf(stderr, " TOS := { NUMBER | inherit }\n");
37 fprintf(stderr, " TTL := { 1..255 | inherit }\n");
38 fprintf(stderr, " KEY := { DOTTED_QUAD | NUMBER }\n")
    [all...]
  /external/webkit/Tools/Scripts/
parallelcl 22 print STDERR "Received " . @ARGV . " arguments:\n";
24 print STDERR "$arg\n";
31 print STDERR "The invoking process wants preprocessed source, so let's hand off this whole command to the real cl.exe\n" if $debug;
52 print STDERR "Last character of first line = '" . substr($firstLine, -1, 1) . "'\n" if $debug;
54 print STDERR "First file is quoted\n" if $debug;
57 print STDERR "First file is NOT quoted\n" if $debug;
69 print STDERR "######## Found options $options ##########\n" if $debug;
70 print STDERR "####### Found first source file $sources[0] ########\n" if @sources && $debug;
91 print STDERR "\n\n####### COMPILING $numSources FILES USING AT MOST $numJobs PARALLEL INSTANCES OF cl.exe ###########\n\n";# if $debug;
101 print STDERR "######## jobSize = $jobSize ##########\n" if $debug
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.c 52 /* If NULL, error will flush stdout, then print on stderr the program
131 fprintf (stderr, ": %s", s);
139 if (_IO_fwide (stderr, 0) > 0)
163 fputws_unlocked (L"out of memory\n", stderr);
198 __vfwprintf (stderr, wmessage, args);
205 vfprintf (stderr, message, args);
214 putc ('\n', stderr);
216 fflush (stderr);
241 _IO_flockfile (stderr);
250 fprintf (stderr, "%s: ", program_name)
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 172 fprintf(stderr, "aPB oc=%p %p %d (%p .. %p)\n", oc, start, size,
193 fprintf(stderr,
271 fprintf(stderr, "paranoid_addto_StringMap(%s,%p)\n", name, addr);
361 fprintf(stderr, "fixup area too small for %s\n", oc->fileName);
404 fprintf(stderr,"at %p generating jump to %p\n", fixup, dstP );
471 fprintf(stderr,"%s: unknown symbol `%s'\n",
476 fprintf(stderr, "\n`%s' resolves to %p\n", symbol, (void*)S );
480 fprintf(stderr, "Reloc: P = %p S = %p A = %p\n",
516 fprintf(stderr,"R_ARM_PC24: out of range delta 0x%x for %s\n",
532 fprintf(stderr,
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 58 protected String stderr; field in class:gUnitBaseTest
82 PrintStream ps2 = null; // for redirecting stderr later
112 this.stderr = null;
115 this.stderr = err.toString();
116 return this.stderr;
137 if ( e.getCause()!=null ) this.stderr = e.getCause().toString();
138 else this.stderr = e.toString();
139 return this.stderr;
174 PrintStream ps2 = null; // for redirecting stderr later
242 this.stderr = ""
    [all...]
  /external/libpng/contrib/gregbook/
wpng.c 267 fprintf(stderr, PROGNAME
302 fprintf(stderr, PROGNAME
312 fprintf(stderr, PROGNAME
317 fprintf(stderr, PROGNAME
325 fprintf(stderr, PROGNAME ": input filename is too long [%d chars]\n",
329 fprintf(stderr, PROGNAME ": can't open input file [%s]\n", inname);
338 fprintf(stderr, PROGNAME
357 fprintf(stderr, PROGNAME
377 fprintf(stderr, PROGNAME ": output file exists [%s]\n",
382 fprintf(stderr, PROGNAME ": can't open output file [%s]\n"
    [all...]
  /device/samsung/toro/recovery/
update_cdma_modem.c 60 fprintf(stderr, "Unable to open modem device (%s)\n", strerror(errno));
80 fprintf(stderr, "IOCTL_MODEM_GOTA_START failed: (%d)\n", ret);
86 fprintf(stderr, "IOCTL_MODEM_BOOT_ON failed: (%d)\n", ret);
96 fprintf(stderr, "IOCTL_MODEM_FW_UPDATE failed: (%d)\n", ret);
102 fprintf(stderr, "IOCTL_MODEM_BOOT_OFF failed: (%d)\n", ret);
  /device/samsung/toroplus/recovery/
update_cdma_modem.c 60 fprintf(stderr, "Unable to open modem device (%s)\n", strerror(errno));
80 fprintf(stderr, "IOCTL_MODEM_GOTA_START failed: (%d)\n", ret);
86 fprintf(stderr, "IOCTL_MODEM_BOOT_ON failed: (%d)\n", ret);
96 fprintf(stderr, "IOCTL_MODEM_FW_UPDATE failed: (%d)\n", ret);
102 fprintf(stderr, "IOCTL_MODEM_BOOT_OFF failed: (%d)\n", ret);
  /external/dropbear/libtomcrypt/testprof/
store_test.c 20 fprintf(stderr, "\n32L failed at offset %d\n", y);
26 fprintf(stderr, "\n32H failed at offset %d\n", y);
37 fprintf(stderr, "\n64L failed at offset %d\n", y);
43 fprintf(stderr, "\n64H failed at offset %d\n", y);
68 fprintf(stderr, "\nLTC_FAST failed at offset %d\n", z);

Completed in 2055 milliseconds

<<11121314151617181920>>