HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 526 - 550 of 3043) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/libjpeg_turbo/
rdswitch.c 97 fprintf(stderr, "Can't open table file %s\n", filename);
104 fprintf(stderr, "Too many tables in file %s\n", filename);
111 fprintf(stderr, "Invalid table data in file %s\n", filename);
128 fprintf(stderr, "Non-numeric data in file %s\n", filename);
195 fprintf(stderr, "Can't open scan definition file %s\n", filename);
203 fprintf(stderr, "Too many scans defined in file %s\n", filename);
211 fprintf(stderr, "Too many components in one scan in file %s\n",
244 fprintf(stderr, "Invalid scan entry format in file %s\n", filename);
252 fprintf(stderr, "Non-numeric data in file %s\n", filename);
374 fprintf(stderr, "JPEG quantization tables are numbered 0..%d\n"
    [all...]
  /external/chromium_org/tools/android/heap_profiler/
heap_dump.c 104 fprintf(stderr, "Could not find the HeapStats area. "
132 fprintf(stderr, "ERROR: cannot read allocation table\n");
142 fprintf(stderr, "ERROR: found inconsistent alloc.\n");
162 fprintf(stderr,
169 fprintf(stderr, "ERROR: inconsistent alloc totals (%zu vs %zu).\n",
183 fprintf(stderr, "ERROR: cannot read stack trace table\n");
213 fprintf(stderr, "ERROR: inconsistent stacks totals (%zu vs %zu).\n",
255 fprintf(stderr, "Could not attach to target process virtual memory.\n");
266 fprintf(stderr, "Could not open %s.\n", path);
277 fprintf(stderr, "Could not open %s.\n", path)
    [all...]
  /external/chromium_org/tools/
nocompile_driver.py 145 compiler. If any one of the listed patterns matches either the stderr or
232 stderr=subprocess.PIPE)
266 def FailTest(resultfile, test, error, stdout=None, stderr=None):
274 stderr: The test's output to stderr.
283 if stderr and len(stderr) != 0:
284 resultfile.write('#error "%s stderr:"\n' % test['name'])
285 for line in stderr.split('\n'):
317 # Snap a copy of stdout and stderr into the test dictionary immediatel
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmaptools.cc 40 fprintf(stderr, "Could not parse Box.\n");
44 fprintf(stderr, "Box dimensions must be non-negative.\n");
85 fprintf(stderr, "Could not parse Bitmap initializer.\n");
89 fprintf(stderr, "Dimensions must be positive.\n");
101 fprintf(stderr, "Expected crop box argument not found.\n");
107 fprintf(stderr, "Crop box overflows the bitmap.\n");
114 fprintf(stderr, "Not enough pixels found,\n");
173 fprintf(stderr, "Could not parse HISTOGRAM command.\n");
202 fprintf(stderr, "Could not parse BOUNDING_BOX command.\n");
246 fprintf(stderr, "Expected command.\n")
    [all...]
  /external/clang/utils/
CmpDriver 96 self.stderr = ''
110 self.stderr += ln + '\n'
112 self.stderr = self.stderr.strip()
119 stderr=subprocess.PIPE)
156 # Compare stderr.
157 if infoA.stderr != infoB.stderr:
158 print '-- STDERR DIFFERS -'
159 print 'A STDERR: ',infoA.stder
    [all...]
token-delta.py 113 stderr=subprocess.PIPE)
168 print >>sys.stderr, 'TEST - ',
173 sys.stderr.write('\n ')
174 sys.stderr.write('%s:%d tokens: [' % (file,len(byFile[i])))
179 sys.stderr.write('%d][' % prev)
180 sys.stderr.write(str(j))
181 sys.stderr.write(':')
184 sys.stderr.write(str(byFile[i][-1]))
185 sys.stderr.write('] ')
187 print >>sys.stderr, ', '.join(['%s:%d tokens' % (file, len(byFile[i])
    [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 { dev DEVICE | group DEVGROUP } [ { up | down } ]\n");
56 fprintf(stderr, "Usage: ip link set DEVICE [ { up | down } ]\n")
    [all...]
ip.c 43 fprintf(stderr,
100 fprintf(stderr, "Object \"%s\" is unknown, try \"ip help\".\n", argv0);
113 fprintf(stderr, "Cannot open file \"%s\" for reading: %s\n",
120 fprintf(stderr, "Cannot open rtnetlink\n");
134 fprintf(stderr, "Command failed %s:%d\n", name, cmdlineno);
239 fprintf(stderr, "Invalid rcvbuf size '%s'\n",
247 fprintf(stderr, "Option \"%s\" is unknown, try \"ip -help\".\n", opt);
ip6tunnel.c 50 fprintf(stderr, "Usage: ip -f inet6 tunnel { add | change | del | show } [ NAME ]\n");
51 fprintf(stderr, " [ mode { ip6ip6 | ipip6 | any } ]\n");
52 fprintf(stderr, " [ remote ADDR local ADDR ] [ dev PHYS_DEV ]\n");
53 fprintf(stderr, " [ encaplimit ELIM ]\n");
54 fprintf(stderr ," [ hoplimit TTL ] [ tclass TCLASS ] [ flowlabel FLOWLABEL ]\n");
55 fprintf(stderr, " [ dscp inherit ]\n");
56 fprintf(stderr, "\n");
57 fprintf(stderr, "Where: NAME := STRING\n");
58 fprintf(stderr, " ADDR := IPV6_ADDRESS\n");
59 fprintf(stderr, " ELIM := { none | 0..255 }(default=%d)\n"
    [all...]
  /external/jpeg/
rdswitch.c 91 fprintf(stderr, "Can't open table file %s\n", filename);
98 fprintf(stderr, "Too many tables in file %s\n", filename);
105 fprintf(stderr, "Invalid table data in file %s\n", filename);
116 fprintf(stderr, "Non-numeric data in file %s\n", filename);
183 fprintf(stderr, "Can't open scan definition file %s\n", filename);
191 fprintf(stderr, "Too many scans defined in file %s\n", filename);
199 fprintf(stderr, "Too many components in one scan in file %s\n",
232 fprintf(stderr, "Invalid scan entry format in file %s\n", filename);
240 fprintf(stderr, "Non-numeric data in file %s\n", filename);
284 fprintf(stderr, "JPEG quantization tables are numbered 0..%d\n"
    [all...]
  /external/libcxxabi/src/Unwind/
DwarfParser.hpp 179 //fprintf(stderr, "findFDE(0x%llX)\n", (long long)pc);
184 //fprintf(stderr, "findFDE() CFI at 0x%llX\n", (long long)p);
373 fprintf(stderr, "parseInstructions(instructions=0x%0llX)\n",
389 fprintf(stderr, "DW_CFA_nop\n");
395 fprintf(stderr, "DW_CFA_set_loc\n");
401 fprintf(stderr, "DW_CFA_advance_loc1: new offset=%llu\n",
408 fprintf(stderr, "DW_CFA_advance_loc2: new offset=%llu\n",
415 fprintf(stderr, "DW_CFA_advance_loc4: new offset=%llu\n",
423 fprintf(stderr,
430 fprintf(stderr, "DW_CFA_offset_extended(reg=%lld, offset=%lld)\n", reg
    [all...]
  /external/libedit/examples/
tc1.c 153 el = el_init(*argv, stdin, stdout, stderr);
189 (void) fprintf(stderr, "==> got %d %s", num, buf);
190 (void) fprintf(stderr, " > li `%.*s_%.*s'\n",
197 (void) fprintf(stderr, "Got signal %d.\n", gotsig);
208 (void) fprintf(stderr, "Internal error\n");
213 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
240 (void) fprintf(stderr, " > arg# %2d ", i);
242 (void) fprintf(stderr, "`%s'\n", av[i]);
244 (void) fprintf(stderr, "`%.*s_%s'\n",
276 (void) fprintf(stderr,
    [all...]
wtc1.c 133 el = el_init(argv[0], stdin, stdout, stderr);
165 (void)fwprintf(stderr, L"==> got %d %ls", numc, line);
166 (void)fwprintf(stderr, L" > li `%.*ls_%.*ls'\n",
173 (void)fprintf(stderr, "Got signal %d.\n", gotsig);
184 (void) fprintf(stderr, "Internal error\n");
190 (void)fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
202 (void)fwprintf(stderr, L" > arg# %2d ", i);
204 (void)fwprintf(stderr, L"`%ls'\n", av[i]);
206 (void)fwprintf(stderr, L"`%.*ls_%ls'\n",
238 (void)fprintf(stderr,
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 38 fprintf(stderr, "validation: %s\n", msg);
45 fprintf(stderr, "overflow in: %s\n", msg);
105 fprintf(stderr, "unknown argument %s\n", *argv);
121 fprintf(stderr, "%.*g %d\n", DBL_DIG, test, precision);
133 fprintf(stderr, "%g[%d] -> '%s'[%lu] buffer overflow\n", test,
149 fprintf(stderr, "%g[%d] -> '%s' but expected 'inf'\n", test,
157 fprintf(stderr, "%g[%d] -> '%s' but has bad format ('%c')\n", test,
163 fprintf(stderr, "%g[%d] -> '%s' but negative value not so reported\n",
171 fprintf(stderr, "%g[%d] -> '%s' but zero value not so reported\n",
179 fprintf(stderr, "%g[%d] -> '%s' but postive value not so reported\n"
    [all...]
makepng.c 185 fprintf(stderr, "makepng: --colors=...: invalid count %u\n",
280 fprintf(stderr, "makepng: bad bit depth (internal error)\n");
297 fprintf(stderr, "makepng: row buffer overflow (internal error)\n");
304 fprintf(stderr, "makepng: component overflow (internal error)\n");
434 fprintf(stderr, "makepng: internal bad channel count\n");
518 fprintf(stderr, "makepng: internal bad channel count\n");
524 fprintf(stderr,
544 fprintf(stderr, "%s: warning: %s\n", name, message);
566 fprintf(stderr, "makepng: OOM allocating write structure\n");
749 fprintf(stderr, "%s: read error\n", name)
    [all...]
  /device/generic/goldfish/libqemu/
test_host_1.c 165 fprintf(stderr, "-unix option needs an argument! See --help for details.\n");
173 fprintf(stderr, "-tcp option needs an argument! See --help for details.\n");
180 fprintf(stderr, "UNKNOWN OPTION: %s\n\n", arg);
195 fprintf(stderr, "Could not start server: %s\n", strerror(errno));
203 fprintf(stderr, "Server error: %s\n", strerror(errno));
215 fprintf(stderr, "Client read error: %s\n", strerror(errno));
229 fprintf(stderr, "Client write error: %s\n", strerror(errno));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPjitter.cc 37 fprintf(stderr,"\n %s \n line: %d \nerror at %s\n",__FILE__,__LINE__,#a ); \
114 fprintf(stderr, "Error: could not allocate memory for reading dat file\n");
125 fprintf(stderr, "Error: dat_file is empty, no arrival time is given.\n");
134 fprintf(stderr,"Error: could not allocate memory for reading rtp file\n");
157 fprintf(stderr,"Error: currupt packet length\n");
168 fprintf(stderr, "Error: No RTP packet found.\n");
191 fprintf(stderr, "Warning: negative receive time in dat file transformed"
  /external/libpcap/tests/
opentest.c 176 (void)fprintf(stderr,
188 (void)fprintf(stderr, "%s: ", program_name);
190 (void)vfprintf(stderr, fmt, ap);
195 (void)fputc('\n', stderr);
207 (void)fprintf(stderr, "%s: WARNING: ", program_name);
209 (void)vfprintf(stderr, fmt, ap);
214 (void)fputc('\n', stderr);
  /external/libsepol/tests/
test-expander.c 82 fprintf(stderr, "out of memory!\n");
88 fprintf(stderr, "out of memory!\n");
94 fprintf(stderr, "out of memory!\n");
102 fprintf(stderr, "read source policy failed %s\n", filename[0]);
110 fprintf(stderr, "read source policy failed %s\n", filename[i]);
116 fprintf(stderr, "link modules failed\n");
121 fprintf(stderr, "expand modules failed\n");
  /external/libvorbis/vq/
huffbuild.c 51 fprintf(stderr,
98 fprintf(stderr,"n must be divisible by group\n");
107 fprintf(stderr,"Could not open file %s\n",infile);
111 fprintf(stderr," making untrained books.\n");
148 fprintf(stderr,"Building tree for %ld entries\n",vals);
158 fprintf(stderr,"Could not open file %s\n",buffer);
184 fprintf(stderr,"Done. \n\n");
  /external/oprofile/libdb/tests/
db_test.c 55 fprintf(stderr, "%s", strerror(rc));
62 fprintf(stderr, "%s", strerror(rc));
97 fprintf(stderr, "%s", strerror(rc));
106 fprintf(stderr, "%s", strerror(rc));
128 fprintf(stderr, "%s:%d failure for %d %d\n",
146 fprintf(stderr, "%s", strerror(rc));
151 fprintf(stderr, "checking file %s FAIL\n", filename);
  /external/iproute2/tc/
f_rsvp.c 29 fprintf(stderr, "Usage: ... rsvp ipproto PROTOCOL session DST[/PORT | GPI ]\n");
30 fprintf(stderr, " [ sender SRC[/PORT | GPI ]\n");
31 fprintf(stderr, " [ classid CLASSID ] [ police POLICE_SPEC ]\n");
32 fprintf(stderr, " [ tunnelid ID ] [ tunnel ID skip NUMBER ]\n");
33 fprintf(stderr, "Where: GPI := { flowlabel NUMBER | spi/ah SPI | spi/esp SPI |\n");
34 fprintf(stderr, " u{8|16|32} NUMBER mask MASK at OFFSET}\n");
35 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n");
36 fprintf(stderr, " FILTERID := X:Y\n");
37 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n");
183 fprintf(stderr, "Illegal \"handle\"\n")
    [all...]
  /external/libxml2/
xmllint.c 240 fprintf(stderr, "MAX_PATHS reached: too many paths\n");
295 (stderr,
318 (stderr,
349 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
467 vfprintf(stderr, fmt, ap);
470 fprintf(stderr, " took %ld ms\n", msec);
501 vfprintf(stderr, fmt, ap);
503 fprintf(stderr, " took %ld ms\n", msec);
526 vfprintf(stderr, format, ap);
528 fprintf(stderr, " was not timed\n")
1672 stderr); local
2857 stderr); local
2885 stderr); local
3575 stderr); local
3601 stderr); local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
bn_test.c 331 fprintf(stderr, "Add test failed!\n");
375 fprintf(stderr, "Subtract test failed!\n");
429 fprintf(stderr, "Division test failed!\n");
465 fprintf(stderr, "Left shift one test failed!\n");
506 fprintf(stderr, "Right shift test failed!\n");
542 fprintf(stderr, "Right shift one test failed!\n");
585 fprintf(stderr, "Left shift test failed!\n");
586 fprintf(stderr, "a=");
587 BN_print_fp(stderr, a);
588 fprintf(stderr, "\nb=")
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
MacroDebug.h 45 fprintf (stderr, "silk_ADD16(%d, %d) in %s: line %d\n", a, b, file, line);
61 fprintf (stderr, "silk_ADD32(%d, %d) in %s: line %d\n", a, b, file, line);
77 fprintf (stderr, "silk_ADD64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line);
93 fprintf (stderr, "silk_SUB16(%d, %d) in %s: line %d\n", a, b, file, line);
109 fprintf (stderr, "silk_SUB32(%d, %d) in %s: line %d\n", a, b, file, line);
125 fprintf (stderr, "silk_SUB64(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line);
140 fprintf (stderr, "silk_ADD_SAT16(%d, %d) in %s: line %d\n", a16, b16, file, line);
157 fprintf (stderr, "silk_ADD_SAT32(%d, %d) in %s: line %d\n", a32, b32, file, line);
186 fprintf (stderr, "silk_ADD_SAT64(%lld, %lld) in %s: line %d\n", (long long)a64, (long long)b64, file, line);
201 fprintf (stderr, "silk_SUB_SAT16(%d, %d) in %s: line %d\n", a16, b16, file, line)
    [all...]

Completed in 2459 milliseconds

<<21222324252627282930>>