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

1 2 3 4 5 67 8 91011>>

  /external/bluetooth/glib/tests/
spawn-test.c 84 fprintf (stderr, "Error: %s\n", err->message);
110 fprintf (stderr, "Error: %s\n", err->message);
145 fprintf (stderr, "Error: %s\n", err->message);
155 fprintf (stderr, "Error: %s\n", err->message);
171 if (strcmp (erroutput, "This is stderr\r\n") != 0)
173 printf ("error output was '%s', should have been 'This is stderr'\n",
186 fprintf (stderr, "Error parsing command line? %s\n", err->message);
196 fprintf (stderr, "Error: %s\n", err->message);
206 fprintf (stderr, "Could not create pipes\n");
215 fprintf (stderr, "Error parsing command line? %s\n", err->message)
    [all...]
unicode-normalize.c 22 fprintf (stderr, "Error parsing character string %s\n", input);
82 fprintf (stderr, "\nFailure: %d/%d: %s\n", line, i + 1, raw[5]);
83 fprintf (stderr, " g_utf8_normalize (%s, %s) != %s but %s\n",
100 fprintf (stderr, "\nFailure: %d/%d: %s\n", line, i, raw[5]);
101 fprintf (stderr, " g_utf8_normalize (%s, %s) != %s but %s\n",
152 fprintf (stderr, "Usage: unicode-normalize NormalizationTest.txt LINE\n");
162 fprintf (stderr, "Cannot open %s: %s\n", argv[1], error->message);
183 fprintf (stderr, "\nProcessing %s\n", buffer->str + 1);
202 fprintf (stderr, "Error reading test file, %s\n", error->message);
  /external/valgrind/main/none/tests/
pending.c 24 fprintf(stderr, "FAILED: got signal %d instead\n", sig);
29 fprintf(stderr, "FAILED: signal delivered early (in handler)\n");
58 fprintf(stderr, "FAILED: signal delivered too early\n");
68 fprintf(stderr, "FAILED: signal not delivered\n");
81 fprintf(stderr, "FAILED: SIGHUP not still pending; got signal %d\n",
  /external/webrtc/test/testsupport/
frame_reader.cc 33 fprintf(stderr, "Frame length must be >0, was %d\n",
39 fprintf(stderr, "Couldn't open input file for reading: %s\n",
46 fprintf(stderr, "Found empty file: %s\n", input_filename_.c_str());
63 fprintf(stderr, "FrameReader is not initialized (input file is NULL)\n");
70 fprintf(stderr, "Error reading from input file: %s\n",
  /system/core/toolbox/
rotatefb.c 31 fprintf(stderr, "%s: invalid option -%c\n",
38 fprintf(stderr, "%s: specify rotation\n", argv[0]);
45 fprintf(stderr, "cannot open %s\n", fbdev);
51 fprintf(stderr, "failed to get fbinfo: %s\n", strerror(errno));
66 fprintf(stderr, "failed to set fbinfo: %s\n", strerror(errno));
  /system/extras/ext4_utils/
simg2img.c 41 fprintf(stderr, "Usage: simg2img <sparse_image_file> <raw_image_file>\n");
98 fprintf(stderr, "read returned an error copying a raw chunk: %d %d\n",
105 fprintf(stderr, "write returned an error copying a raw chunk\n");
136 fprintf(stderr, "write returned an error copying a raw chunk\n");
164 fprintf(stderr, "read returned an error copying a crc32 chunk\n");
169 fprintf(stderr, "computed crc32 of 0x%8.8x, expected 0x%8.8x\n",
194 fprintf(stderr, "Cannot malloc copy buf\n");
202 fprintf(stderr, "Cannot open input file %s\n", argv[1]);
211 fprintf(stderr, "Cannot open output file %s\n", argv[2]);
218 fprintf(stderr, "Error reading sparse file header\n")
    [all...]
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 10 fprintf(stderr, "NOP");
35 fprintf(stderr, "error encoding set: %s\n", error_to_string(err));
46 fprintf(stderr, "error decoding set using der_decode_set: %s\n", error_to_string(err));
52 fprintf(stderr, "error decoding set using der_decode_set (oct_str is wrong):\n");
57 fprintf(stderr, "error decoding set using der_decode_set (bin_str is wrong):\n");
62 fprintf(stderr, "error decoding set using der_decode_set (int_val is wrong):\n");
83 fprintf(stderr, "error encoding SET OF: %s\n", error_to_string(err));
93 fprintf(stderr, "error decoding SET OF: %s\n", error_to_string(err));
100 fprintf(stderr, "error SET OF order at %lu is wrong\n", x);
173 fprintf(stderr, "Encoding static_list: %s\n", error_to_string(err))
    [all...]
x86_prof.c 24 fprintf(stderr, "\n");
27 fprintf(stderr, "%-20s: Schedule at %6lu\n", cipher_descriptor[results[x].id].name, (unsigned long)results[x].spd1);
121 fprintf(stderr, "Clock Skew: %lu\n", (unsigned long)skew);
228 fprintf(stderr, "chc_register error: %s\n", error_to_string(err));
249 fprintf(stderr, "rng_make_prng failed: %s\n", error_to_string(err));
264 fprintf(stderr, "\n\nKey Schedule Time Trials for the Symmetric Ciphers:\n(Times are cycles per key)\n");
282 fprintf(stderr, "."); fflush(stdout);
299 fprintf(stderr, "\n\nECB Time Trials for the Symmetric Ciphers:\n");
306 fprintf(stderr, "\n\nERROR: Cipher %s failed self-test %s\n", cipher_descriptor[x].name, error_to_string(err));
352 fprintf(stderr, "."); fflush(stdout)
    [all...]
pkcs_1_test.c 17 fprintf(stderr, "pkcs_1 tests require sha1/yarrow");
48 fprintf(stderr, "Outsize == %lu, should have been %lu, res1 = %d, lparamlen = %lu, msg contents follow.\n", l2, l3, res1, lparamlen);
49 fprintf(stderr, "ORIGINAL:\n");
51 fprintf(stderr, "%02x ", buf[0][x]);
53 fprintf(stderr, "\nRESULT:\n");
55 fprintf(stderr, "%02x ", buf[2][x]);
57 fprintf(stderr, "\n\n");
73 fprintf(stderr, "PSS failed: %d, %d, %d, %lu, %lu\n", res1, res2, res3, l3, saltlen);
84 fprintf(stderr, "NOP");
  /external/clang/utils/
CmpDriver 91 self.stderr = ''
105 self.stderr += ln + '\n'
107 self.stderr = self.stderr.strip()
114 stderr=subprocess.PIPE)
151 # Compare stderr.
152 if infoA.stderr != infoB.stderr:
153 print '-- STDERR DIFFERS -'
154 print 'A STDERR: ',infoA.stder
    [all...]
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 67 fprintf(stderr, "Plain RSA key generator, part of %s\n", TOP_PACKAGE_STRING);
68 fprintf(stderr, "By Michal Ludvig (http://www.logix.cz/michal)\n");
69 fprintf(stderr, "\n");
70 fprintf(stderr, "Usage: %s [options]\n", argv0);
71 fprintf(stderr, "\n");
72 fprintf(stderr, " -b bits Generate <bits> long RSA key (default=1024)\n");
73 fprintf(stderr, " -e pubexp Public exponent to use (default=0x3)\n");
74 fprintf(stderr, " -f filename Filename to store the key to (default=stdout)\n");
75 fprintf(stderr, " -h Help\n");
76 fprintf(stderr, "\n")
    [all...]
  /external/iproute2/ip/
xfrm_state.c 61 fprintf(stderr, "Usage: ip xfrm state { add | update } ID [ XFRM_OPT ] [ mode MODE ]\n");
62 fprintf(stderr, " [ reqid REQID ] [ seq SEQ ] [ replay-window SIZE ] [ flag FLAG-LIST ]\n");
63 fprintf(stderr, " [ encap ENCAP ] [ sel SELECTOR ] [ replay-seq SEQ ]\n");
64 fprintf(stderr, " [ replay-oseq SEQ ] [ LIMIT-LIST ]\n");
65 fprintf(stderr, "Usage: ip xfrm state allocspi ID [ mode MODE ] [ reqid REQID ] [ seq SEQ ]\n");
66 fprintf(stderr, " [ min SPI max SPI ]\n");
67 fprintf(stderr, "Usage: ip xfrm state { delete | get } ID\n");
68 fprintf(stderr, "Usage: ip xfrm state { deleteall | list } [ ID ] [ mode MODE ] [ reqid REQID ]\n");
69 fprintf(stderr, " [ flag FLAG-LIST ]\n");
70 fprintf(stderr, "Usage: ip xfrm state flush [ proto XFRM_PROTO ]\n")
    [all...]
xfrm_policy.c 58 fprintf(stderr, "Usage: ip xfrm policy { add | update } dir DIR SELECTOR [ index INDEX ] [ ptype PTYPE ]\n");
59 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ] [ LIMIT-LIST ] [ TMPL-LIST ] [mark MARK [mask MASK]]\n");
60 fprintf(stderr, "Usage: ip xfrm policy { delete | get } dir DIR [ SELECTOR | index INDEX ] [ ptype PTYPE ] [mark MARK [mask MASK]]\n");
61 fprintf(stderr, "Usage: ip xfrm policy { deleteall | list } [ dir DIR ] [ SELECTOR ]\n");
62 fprintf(stderr, " [ index INDEX ] [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ]\n");
63 fprintf(stderr, "Usage: ip xfrm policy flush [ ptype PTYPE ]\n");
64 fprintf(stderr, "Usage: ip xfrm count\n");
65 fprintf(stderr, "PTYPE := [ main | sub ](default=main)\n");
66 fprintf(stderr, "DIR := [ in | out | fwd ]\n");
68 fprintf(stderr, "SELECTOR := src ADDR[/PLEN] dst ADDR[/PLEN] [ UPSPEC ] [ dev DEV ]\n")
    [all...]
  /external/libpng/contrib/pngminus/
png2pnm.c 35 #define STDERR 2
86 fprintf (stderr, "PNM2PNG\n");
87 fprintf (stderr, "Error: can not create alpha-channel file %s\n", argv[argi]);
97 fprintf (stderr, "PNG2PNM\n");
98 fprintf (stderr, "Error: unknown option %s\n", argv[argi]);
108 fprintf (stderr, "PNG2PNM\n");
109 fprintf (stderr, "Error: file %s does not exist\n", argv[argi]);
117 fprintf (stderr, "PNG2PNM\n");
118 fprintf (stderr, "Error: can not create file %s\n", argv[argi]);
124 fprintf (stderr, "PNG2PNM\n")
    [all...]
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 34 fprintf(stderr, "usage: %s\n", me);
35 fprintf(stderr, " -h(elp)\n");
36 fprintf(stderr, " -b bit rate in bits per second (default: 300000)\n");
37 fprintf(stderr, " -c YUV420 color format: [0] semi planar or [1] planar or other omx YUV420 color format (default: 1)\n");
38 fprintf(stderr, " -f frame rate in frames per second (default: 30)\n");
39 fprintf(stderr, " -i I frame interval in seconds (default: 1)\n");
40 fprintf(stderr, " -n number of frames to be recorded (default: 300)\n");
41 fprintf(stderr, " -w width in pixels (default: 176)\n");
42 fprintf(stderr, " -t height in pixels (default: 144)\n");
43 fprintf(stderr, " -l encoder level. see omx il header (default: encoder specific)\n")
    [all...]
  /external/bluetooth/bluez/test/
agent.c 64 fprintf(stderr, "Invalid arguments for NameOwnerChanged signal");
69 fprintf(stderr, "Agent has been terminated\n");
87 fprintf(stderr, "Invalid arguments for RequestPinCode method");
98 fprintf(stderr, "Can't create reply message\n");
134 fprintf(stderr, "Invalid arguments for RequestPasskey method");
145 fprintf(stderr, "Can't create reply message\n");
181 fprintf(stderr, "Invalid arguments for RequestPasskey method");
192 fprintf(stderr, "Can't create reply message\n");
222 fprintf(stderr, "Invalid arguments for Authorize method");
233 fprintf(stderr, "Can't create reply message\n")
    [all...]
  /external/tremolo/Tremolo/
bitwise.c 67 //fprintf(stderr, "Init: buffer=(%d,%x,%d,%d) %08x%08x\n",
70 //fflush(stderr);
78 //fprintf(stderr, "PreLook: buffer=(%x,%x,%x) %08x%08x (%d bits)\n",
81 //fflush(stderr);
83 //fprintf(stderr, "Look: buffer=(%d,%x,%d,%d) %08x%08x (%d bits) (result=%x)\n",
86 //fflush(stderr);
94 //fprintf(stderr, "Adv before: buffer=(%x,%x,%x) %08x%08x (%d bits)\n",
97 //fflush(stderr);
99 //fprintf(stderr, "Adv: buffer=(%d,%x,%d,%d) %08x%08x\n",
102 //fflush(stderr);
    [all...]
  /external/iproute2/tc/
tc_qdisc.c 33 fprintf(stderr, "Usage: tc qdisc [ add | del | replace | change | show ] dev STRING\n");
34 fprintf(stderr, " [ handle QHANDLE ] [ root | ingress | parent CLASSID ]\n");
35 fprintf(stderr, " [ estimator INTERVAL TIME_CONSTANT ]\n");
36 fprintf(stderr, " [ stab [ help | STAB_OPTIONS] ]\n");
37 fprintf(stderr, " [ [ QDISC_KIND ] [ help | OPTIONS ] ]\n");
38 fprintf(stderr, "\n");
39 fprintf(stderr, " tc qdisc show [ dev STRING ] [ingress]\n");
40 fprintf(stderr, "Where:\n");
41 fprintf(stderr, "QDISC_KIND := { [p|b]fifo | tbf | prio | cbq | red | etc. }\n");
42 fprintf(stderr, "OPTIONS := ... try tc qdisc add <desired QDISC_KIND> help\n")
    [all...]
  /external/jpeg/
jpegtran.c 48 fprintf(stderr, "usage: %s [switches] ", progname);
50 fprintf(stderr, "inputfile outputfile\n");
52 fprintf(stderr, "[inputfile]\n");
55 fprintf(stderr, "Switches (names may be abbreviated):\n");
56 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
57 fprintf(stderr, " -copy comments Copy only comment markers (default)\n");
58 fprintf(stderr, " -copy all Copy all extra markers\n");
60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
63 fprintf(stderr, " -progressive Create progressive JPEG file\n");
66 fprintf(stderr, "Switches for modifying the image:\n")
    [all...]
  /external/qemu/distrib/jpeg-6b/
jpegtran.c 48 fprintf(stderr, "usage: %s [switches] ", progname);
50 fprintf(stderr, "inputfile outputfile\n");
52 fprintf(stderr, "[inputfile]\n");
55 fprintf(stderr, "Switches (names may be abbreviated):\n");
56 fprintf(stderr, " -copy none Copy no extra markers from source file\n");
57 fprintf(stderr, " -copy comments Copy only comment markers (default)\n");
58 fprintf(stderr, " -copy all Copy all extra markers\n");
60 fprintf(stderr, " -optimize Optimize Huffman table (smaller file, but slow compression)\n");
63 fprintf(stderr, " -progressive Create progressive JPEG file\n");
66 fprintf(stderr, "Switches for modifying the image:\n")
    [all...]
  /external/valgrind/main/none/tests/s390x/
flogr.c 98 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value);
99 if (bitpos != 64) fprintf(stderr, "bitpos is wrong for %lx\n", value);
100 if (cc != 0) fprintf(stderr, "cc is wrong for %lx\n", value);
106 if (modval != 0) fprintf(stderr, "modval is wrong for %lx\n", value);
107 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value);
108 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value);
116 if (modval != (value >> 1)) fprintf(stderr, "modval is wrong for %lx\n", value);
117 if (bitpos != 63 - i) fprintf(stderr, "bitpos is wrong for %lx\n", value);
118 if (cc != 2) fprintf(stderr, "cc is wrong for %lx\n", value);
  /frameworks/base/tools/validatekeymaps/
Main.cpp 41 fprintf(stderr, "Keymap Validation Tool\n\n");
42 fprintf(stderr, "Usage:\n");
43 fprintf(stderr,
77 fprintf(stderr, "Supported file types: *.kl, *.kcm, virtualkeys.*\n\n");
84 fprintf(stderr, "Error %d parsing key layout file.\n\n", status);
95 fprintf(stderr, "Error %d parsing key character map file.\n\n", status);
105 fprintf(stderr, "Error %d parsing input device configuration file.\n\n", status);
116 fprintf(stderr, "Error %d parsing virtual key definition file.\n\n", status);
142 fputs("Failed!\n", stderr);
  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 113 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
119 fprintf(stderr, "UNKNOWN retval: %s\n", linestr.c_str());
134 fprintf(stderr, "line: %d: Parsing error in field <%s>\n", lc, field.c_str());
140 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str());
216 fprintf(stderr, "ERROR: %u: Missing variable name in 'len' attribute\n", (unsigned int)lc);
221 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
233 fprintf(stderr, "ERROR: %u: Missing variable name in 'param_check' attribute\n", (unsigned int)lc);
238 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
250 fprintf(stderr, "ERROR: %u: Missing variable name in 'dir' attribute\n", (unsigned int)lc);
255 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n"
    [all...]
  /external/mdnsresponder/mDNSPosix/
Client.c 69 fprintf(stderr, "*** %s name = '%s', type = '%s', domain = '%s'\n", state, nameC, typeC, domainC);
82 fprintf(stderr,
90 fprintf(stderr,
104 fprintf(stderr,
107 fprintf(stderr, " -v verbose mode, level is a number from 0 to 2\n");
108 fprintf(stderr, " 0 = no debugging info (default)\n");
109 fprintf(stderr, " 1 = standard debugging info\n");
110 fprintf(stderr, " 2 = intense debugging info\n");
111 fprintf(stderr, " -t uses 'type' as the service type (default is '%s')\n", kDefaultServiceType);
112 fprintf(stderr, " -d uses 'domain' as the domain to browse (default is '%s')\n", kDefaultDomain)
    [all...]
  /external/valgrind/main/gdbserver_tests/
sleepers.c 29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg);
30 fflush(stderr);
50 fprintf(stderr, "signal_ready lock error %d_n", rc);
54 fprintf(stderr, "signal_ready signal error %d_n", rc);
57 fprintf(stderr, "signal_ready unlock error %d_n", rc);
75 fprintf(stderr, "%s ready to sleep and/or burn\n", s->name);
76 fflush (stderr);
90 fprintf(stderr, "%s finished to sleep and/or burn\n", s->name);
91 fflush (stderr);
102 fprintf(stderr, "wait_ready lock error %d_n", rc)
    [all...]

Completed in 5499 milliseconds

1 2 3 4 5 67 8 91011>>