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

1 2 3 4 5 67 8 91011>>

  /system/core/toolbox/
touch.c 11 fprintf(stderr, "touch: usage: touch [-alm] [-t time_t] <file>\n");
36 fprintf(stderr, "touch: invalid time_t\n");
57 fprintf(stderr, "touch: no file specified\n");
79 fprintf(stderr, "file = %s\n", file);
80 fprintf(stderr, "times[0].tv_sec = %ld, times[0].tv_nsec = %ld\n", times[0].tv_sec, times[0].tv_nsec);
81 fprintf(stderr, "times[1].tv_sec = %ld, times[1].tv_nsec = %ld\n", times[1].tv_sec, times[1].tv_nsec);
82 fprintf(stderr, "flags = 0x%8.8x\n", flags);
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));
  /cts/suite/audio_quality/executable/src/
main.cpp 46 fprintf(stderr, "\n\nexecuting %s\n", command.string());
48 fprintf(stderr, "cannot create zip file with command %s\n", command.string());
56 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", bin);
61 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", argv[0]);
89 fprintf(stderr, "cannot prepare report dir");
95 fprintf(stderr, "caanot create Settings");
103 fprintf(stderr, "cannot create Log");
117 fprintf(stderr, "cannot create ClientInterface");
121 fprintf(stderr, "cannot init ClientInterface");
126 fprintf(stderr, "cannot get device info")
    [all...]
  /external/libvorbis/vq/
latticetune.c 51 fprintf(stderr,"Need a lattice codebook on the command line.\n");
55 fprintf(stderr,"Need a codeword data file on the command line.\n");
77 fprintf(stderr,"Provided book is not a latticebook.\n");
90 fprintf(stderr,"Could not open input file %s\n",argv[2]);
147 fprintf(stderr,"%4ld: ",j);
150 fprintf(stderr,"%+3.1f,", c->quantlist[index]*_float32_unpack(c->q_delta)+
154 fprintf(stderr,"\t|");
155 for(k=0;k<base-c->lengthlist[j];k++)fprintf(stderr,"*");
156 fprintf(stderr,"\n");
161 fprintf(stderr,"\r
    [all...]
  /external/valgrind/main/drd/tests/
trylock.c 31 fprintf(stderr, "Locking rwlock via pthread_rwlock_wrlock().\n");
34 fprintf(stderr, "Locking rwlock via pthread_rwlock_trywrlock().\n");
37 fprintf(stderr, "Locking rwlock via pthread_rwlock_timedwrlock().\n");
42 fprintf(stderr, "Locking rwlock via pthread_rwlock_rdlock().\n");
49 fprintf(stderr, "Locking rwlock via pthread_rwlock_tryrdlock().\n");
52 fprintf(stderr, "Locking rwlock via pthread_rwlock_timedrdlock().\n");
57 fprintf(stderr, "Attempt to lock for writing recursively (not allowed).\n");
64 fprintf(stderr, "Locking mutex via pthread_mutex_trylock().\n");
67 fprintf(stderr, "Locking mutex via pthread_mutex_lock().\n");
70 fprintf(stderr, "Locking mutex via pthread_mutex_timedlock().\n")
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/
plt.c 49 fprintf(stderr, "%s> Missing arguments\n", __func__);
58 fprintf(stderr, "%s> Invalid parameter\n", __func__);
64 fprintf(stderr, "%s> fail to nla_nest_start()\n", __func__);
76 fprintf(stderr, "%s> building message failed\n", __func__);
100 fprintf(stderr, "fail to nla_nest_start()\n");
114 fprintf(stderr, "%s> building message failed\n", __func__);
139 fprintf(stderr, "fail to nla_nest_start()\n");
151 fprintf(stderr, "%s> building message failed\n", __func__);
172 fprintf(stderr, "no data!\n");
182 fprintf(stderr, "Fail to calibrate ith radio status (%d)\n"
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testsem.c 21 fprintf(stderr, "Thread number %d has got the semaphore (value = %d)!\n", threadnum, SDL_SemValue(sem));
24 fprintf(stderr, "Thread number %d has released the semaphore (value = %d)!\n", threadnum, SDL_SemValue(sem));
55 fprintf(stderr, "Wait took %d milliseconds\n", duration);
65 fprintf(stderr,"Usage: %s init_value\n", argv[0]);
71 fprintf(stderr, "Couldn't initialize SDL: %s\n",SDL_GetError());
testtimer.c 33 fprintf(stderr, "Couldn't initialize SDL: %s\n", SDL_GetError());
56 fprintf(stderr,
65 fprintf(stderr,"Could not create timer 1: %s\n", SDL_GetError());
68 fprintf(stderr,"Could not create timer 2: %s\n", SDL_GetError());
71 fprintf(stderr,"Could not create timer 3: %s\n", SDL_GetError());
  /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",
  /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...]
  /system/core/libsparse/
simg2img.c 35 fprintf(stderr, "Usage: simg2img <sparse_image_files> <raw_image_file>\n");
53 fprintf(stderr, "Cannot open output file %s\n", argv[argc - 1]);
63 fprintf(stderr, "Cannot open input file %s\n", argv[i]);
70 fprintf(stderr, "Failed to read sparse file\n");
78 fprintf(stderr, "Cannot write output file\n");
  /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...]
  /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);

Completed in 738 milliseconds

1 2 3 4 5 67 8 91011>>