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

<<21222324252627282930>>

  /external/mesa3d/src/mesa/main/
texcompress_rgtc_tmp.h 119 fprintf(stderr, "enc0 used\n");
181 fprintf(stderr, "%d ", alphaenc1[i]);
183 fprintf(stderr, "cutVals ");
185 fprintf(stderr, "%d ", acutValues[i]);
187 fprintf(stderr, "srcVals ");
190 fprintf(stderr, "%d ", srccolors[j][i]);
193 fprintf(stderr, "\n");
328 fprintf(stderr, "block err lin low %d, nr %d\n", blockerrlin1, nralphainrangelow);
329 fprintf(stderr, "block err lin high %d, nr %d\n", blockerrlin2, nralphainrangehigh);
390 if (alphablockerror1 > 96) fprintf(stderr, "enc1 used, error %d\n", alphablockerror1)
    [all...]
  /external/netperf/
netserver.c 453 fprintf(stderr,
458 fflush(stderr);
476 fprintf(stderr,"Sleeping on getaddrinfo EAI_AGAIN\n");
477 fflush(stderr);
484 fprintf(stderr,
489 fprintf(stderr,"\n\tgetaddrinfo returned %d %s\n",
496 dump_addrinfo(stderr, local_res, hostname, port, af);
504 fprintf(stderr,
546 fprintf(stderr,
551 fflush(stderr);
    [all...]
  /external/aac/libSYS/src/
cmdl_parser.cpp 181 _ftprintf(stderr, _TEXT("\n\nError: Parsing argument for required switch '%ls'.\n" ), current_str);
183 _ftprintf(stderr, _TEXT("\n\nError: Parsing argument for required switch '%s'.\n" ), current_str);
356 _ftprintf(stderr,_TEXT("\n\nInternal Parser Error: Strlen Problem\n") );
361 _ftprintf(stderr,_TEXT("\n\nInternal Parser Error: Missing bracket ')'\n") );
420 _ftprintf (stderr,_TEXT("Warning: Ignoring argument for switch '%ls'. "), search_string );
422 _ftprintf (stderr,_TEXT("Warning: Ignoring argument for switch '%s'. "), search_string );
424 _ftprintf (stderr,_TEXT("Argument is too LONG.\n") );
456 _ftprintf(stderr, _TEXT("\n\nError: Argument '%ls' for switch '%ls' is not valid \n" ), arg, cur_str );
458 _ftprintf(stderr, _TEXT("\n\nError: Argument '%s' for switch '%s' is not valid \n" ), arg, cur_str );
471 _ftprintf(stderr, _TEXT("\n\nError: Argument '%ls' for switch '%ls' is not a valid number.\n" ), arg, cur_str)
    [all...]
  /external/chromium_org/third_party/icu/source/test/thaitest/
thaitest.cpp 237 fprintf(stderr, "break iterator didn't end.\n");
239 fprintf(stderr, "premature break iterator end.\n");
280 fprintf(stderr, "break not found: %d\n", br);
295 fprintf(stderr, "found invalid break: %d\n", br);
316 fprintf(stderr,"Couldn't open %s reason: %s \n", fileName, strerror(errno));
327 fprintf(stderr,"Couldn't get memory for reading %s reason: %s \n", fileName, strerror(errno));
334 fprintf(stderr,"Couldn't read %s reason: %s \n", fileName, strerror(errno));
348 fprintf(stderr,"Couldn't get memory for reading %s reason: %s \n", fileName, strerror(errno));
381 fprintf(stderr, "Couldn't allocate memory for the space stripped text.\n");
426 fprintf(stderr, "generate failed: %s\n", u_errorName(status))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
videoprocessor.cc 95 fprintf(stderr, "Failed to register encode complete callback, return code: "
101 fprintf(stderr, "Failed to register decode complete callback, return code: "
114 fprintf(stderr, "Failed to initialize VideoEncoder, return code: %d\n",
120 fprintf(stderr, "Failed to initialize VideoDecoder, return code: %d\n",
153 fprintf(stderr, "Failed to update encoder with new rate %d, "
175 fprintf(stderr, "Attempting to use uninitialized VideoProcessor!\n");
216 fprintf(stderr, "Failed to encode frame %d, return code: %d\n",
323 fprintf(stderr, "Failed to set scalar for frame: %d, return code: %d\n",
329 fprintf(stderr, "Failed to scale frame: %d, return code: %d\n",
341 fprintf(stderr, "Failed to write frame %d to disk!", frame_number)
    [all...]
  /external/chromium_org/v8/tools/testrunner/local/
progress.py 90 if failed.output.stderr:
91 print "--- stderr ---"
92 print failed.output.stderr.strip()
176 stderr = test.output.stderr.strip()
177 if len(stderr):
178 print self.templates['stderr'] % stderr
219 'stderr': "\033[31m%s\033[0m",
234 'stderr': '%s'
    [all...]
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 237 fprintf(stderr, "break iterator didn't end.\n");
239 fprintf(stderr, "premature break iterator end.\n");
280 fprintf(stderr, "break not found: %d\n", br);
295 fprintf(stderr, "found invalid break: %d\n", br);
316 fprintf(stderr,"Couldn't open %s reason: %s \n", fileName, strerror(errno));
327 fprintf(stderr,"Couldn't get memory for reading %s reason: %s \n", fileName, strerror(errno));
334 fprintf(stderr,"Couldn't read %s reason: %s \n", fileName, strerror(errno));
348 fprintf(stderr,"Couldn't get memory for reading %s reason: %s \n", fileName, strerror(errno));
381 fprintf(stderr, "Couldn't allocate memory for the space stripped text.\n");
426 fprintf(stderr, "generate failed: %s\n", u_errorName(status))
    [all...]
  /external/iproute2/tc/
m_xt_old.c 151 fprintf(stderr, "%s v%s: ", pname, pversion);
152 vfprintf(stderr, msg, args);
154 fprintf(stderr, "\n");
200 fprintf(stderr, "using deprecated IPTABLES_LIB_DIR \n");
235 fprintf(stderr,"bad arguements to ipt %d vs %d \n", argc, rargc);
256 fprintf(stderr," failed to find target %s\n\n", optarg);
268 fprintf(stderr," failed to find target %s\n\n", optarg);
281 fprintf(stderr, "Illegal \"index\"\n");
292 fprintf(stderr," ipt Parser BAD!! (%s)\n", *argv);
391 fprintf(stderr, " %s error \n", m->name)
    [all...]
  /external/libvterm/src/
parser.c 16 fprintf(stderr, "libvterm: Unhandled control 0x%02x\n", control);
87 fprintf(stderr, "libvterm: TODO unhandled CSI bytes \"%.*s\"\n", (int)(arglen - i), args + i);
103 fprintf(stderr, "libvterm: Unhandled CSI %.*s %c\n", (int)arglen, args, command);
110 fprintf(stderr, "Truncating strbuffer preserve to %zd bytes\n", len);
129 fprintf(stderr, "parser.c: TODO: No strbuffer _and_ no final fragment???\n");
143 fprintf(stderr, "libvterm: Unhandled text (%zu chars)\n", len);
158 fprintf(stderr, "libvterm: Unhandled escape ESC 0x%02x\n", str_frag[len-1]);
170 fprintf(stderr, "libvterm: Unhandled OSC %.*s\n", (int)len, str_frag);
178 fprintf(stderr, "libvterm: Unhandled DCS %.*s\n", (int)len, str_frag);
183 fprintf(stderr, "libvterm: ARGH! Should never do_string() in ESC_IN_{OSC,DCS}\n")
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
perf.c 169 fprintf(stderr, "No directory given for --perf-dir.\n");
184 fprintf(stderr, "No directory given for --work-tree.\n");
198 fprintf(stderr, "No directory given for --debugfs-dir.\n");
208 fprintf(stderr, "dir: %s\n", debugfs_mountpoint);
220 fprintf(stderr, "Unknown option: %s\n", cmd);
339 fprintf(stderr, "write failure on standard output: %s", strerror(errno));
343 fprintf(stderr, "unknown write failure on standard output");
347 fprintf(stderr, "close failed on standard output: %s", strerror(errno));
484 fprintf(stderr, "cannot handle %s internally", cmd);
531 fprintf(stderr, "Expansion of alias '%s' failed;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 234 fprintf(stderr,
239 fprintf(stderr,
285 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
295 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
305 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
355 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
359 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
369 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
510 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
526 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum)
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 234 fprintf(stderr,
239 fprintf(stderr,
285 fprintf(stderr, "gencnval: unable to open input file %s\n", path);
295 fprintf(stderr, "gencnval: unable to open output file - error %s\n", u_errorName(errorCode));
305 fprintf(stderr, "gencnval: error finishing output file - %s\n", u_errorName(errorCode));
355 fprintf(stderr, "%s:%d: error: cannot start an alias with a space\n", path, lineNum-1);
359 fprintf(stderr, "%s:%d: error: alias needs to start with a converter name\n", path, lineNum);
369 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
510 fprintf(stderr, "%s:%d: Unterminated tag list\n", path, lineNum);
526 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.c 134 fprintf(stderr, "Couldn't create the udata %s.%s: %s\n",
161 fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)size);
220 fprintf(stderr,
227 FILE *stdfile=argc<0 ? stderr : stdout;
298 fprintf(stderr, "%s\n", u_errorName(U_BUFFER_OVERFLOW_ERROR));
340 fprintf(stderr, "Error creating converter for \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
368 fprintf(stderr, "Warning: %s%s claims to be '%s'\n",
376 fprintf(stderr,
393 fprintf(stderr, "Error writing \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
405 fflush(stderr);
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 134 fprintf(stderr, "Couldn't create the udata %s.%s: %s\n",
161 fprintf(stderr, "error: wrote %u bytes to the .cnv file but counted %u bytes\n", (int)sz2, (int)size);
220 fprintf(stderr,
227 FILE *stdfile=argc<0 ? stderr : stdout;
298 fprintf(stderr, "%s\n", u_errorName(U_BUFFER_OVERFLOW_ERROR));
340 fprintf(stderr, "Error creating converter for \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
368 fprintf(stderr, "Warning: %s%s claims to be '%s'\n",
376 fprintf(stderr,
393 fprintf(stderr, "Error writing \"%s\" file for \"%s\" (%s)\n", outFileName, arg,
405 fflush(stderr);
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 317 ANTLR3_FPRINTF(stderr, "Base recognizer function antlr3RecognitionExceptionNew called by unknown parser type - provide override for this function\n");
443 ANTLR3_FPRINTF(stderr, "Base recognizer function 'match' called by unknown parser type - provide override for this function\n");
515 ANTLR3_FPRINTF(stderr, "Base recognizer function 'matchAny' called by unknown parser type - provide override for this function\n");
665 ANTLR3_FPRINTF(stderr, "Base recognizer function 'mismatch' called by unknown parser type - provide override for this function\n");
    [all...]
antlr3exception.c 128 ANTLR3_FPRINTF(stderr, "ANTLR3_EXCEPTION number %d (%08X).\n", ex->type, ex->type);
132 ANTLR3_FPRINTF(stderr, "ANTLR3_EXCEPTION: %s\n", (char *)(ex->message));
  /external/libogg/src/
framing.c 1016 fprintf(stderr,"incorrect packet length (%d != %d)!\n",op->bytes,len);
1020 fprintf(stderr,"incorrect packet granpos (%ld != %ld)!\n",(long)op->granulepos,pos);
1035 fprintf(stderr,"incorrect packet sequence %ld != %d\n",
1043 fprintf(stderr,"body data mismatch (1) at pos %ld: %x!=%lx!\n\n",
1054 fprintf(stderr,"body data mismatch (2) at pos %ld: %x!=%x!\n\n",
1062 fprintf(stderr,"header content mismatch at pos %ld:\n",j);
1064 fprintf(stderr," (%ld)%02x:%02x",j,header[j],og->header[j]);
1065 fprintf(stderr,"\n");
1070 fprintf(stderr,"header length incorrect! (%ld!=%d)\n",
1078 fprintf(stderr,"\nHEADER:\n")
    [all...]
  /bootable/recovery/minadbd/
fuse_adb_provider.c 37 fprintf(stderr, "failed to write to adb host: %s\n", strerror(errno));
42 fprintf(stderr, "failed to read from adb host: %s\n", strerror(errno));
  /bootable/recovery/tools/ota/
convert-to-bmp.py 14 print >> sys.stderr, "Warning: I'm expecting to write BMP files."
79 print >> sys.stderr, "Don't know how to handle image mode '%s'." % (im.mode,)
  /dalvik/dexlist/
DexList.cpp 168 fprintf(stderr, "Trouble reading class data\n");
215 fprintf(stderr, "Unable to process '%s'\n", fileName);
222 fprintf(stderr, "Warning: DEX parse failed for '%s'\n", fileName);
249 fprintf(stderr, "Copyright (C) 2007 The Android Open Source Project\n\n");
250 fprintf(stderr, "%s: dexfile [dexfile2 ...]\n", gProgName);
251 fprintf(stderr, "\n");
270 fprintf(stderr, "Expected package.Class.method\n");
282 fprintf(stderr, "%s: no file specified\n", gProgName);
  /external/blktrace/
verify_blkparse.c 22 fprintf(stderr, "%s: file\n", argv[0]);
48 fprintf(stderr, "cpu%d too large\n", cpu);
  /external/chromium_org/testing/gtest/src/
gtest-typed-test.cc 98 fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
100 fflush(stderr);
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskRunQueue.cpp 77 fprintf(stderr, "Sync:\n");
79 fprintf(stderr, "Async:\n");
  /external/chromium_org/third_party/WebKit/Source/wtf/
DataLog.cpp 65 fprintf(stderr, "Warning: Could not open log file %s for writing.\n", actualFilename);
69 file = new FilePrintStream(stderr, FilePrintStream::Borrow);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
systemhost.py 46 self.stderr = sys.stderr

Completed in 1448 milliseconds

<<21222324252627282930>>