Lines Matching refs:stderr

286     fprintf(stderr, "htmlEscape(): buffer overflow\n");  in htmlEscape()
572 fprintf(stderr, "ERROR: not at start of %s (found '%.10s')\n", cmpStr, data); in checkToken()
580 fprintf(stderr, "ERROR: '%s' not found (got '%.7s')\n", cmpStr, data + 1); in checkToken()
605 fprintf(stderr, "ERROR: failed while reading version (found %d)\n", count); in parseVersion()
648 fprintf(stderr, "ERROR: failed while reading threads (found %d)\n", count); in parseThreads()
695 fprintf(stderr, "ERROR: failed while reading methods (found %d)\n", count); in parseMethods()
726 fprintf(stderr, "ERROR: missing field on method line: '%s'\n", data); in parseMethods()
735 fprintf(stderr, "ERROR: bad method ID '%s'\n", data); in parseMethods()
839 fprintf(stderr, "Key file is empty.\n"); in parseKeys()
847 fprintf(stderr, "ERROR: unable to alloc %" PRIu64 " bytes\n", pKeys->fileLen); in parseKeys()
853 fprintf(stderr, "ERROR: unable to read %" PRIu64 " bytes from trace file\n", pKeys->fileLen); in parseKeys()
958 fprintf(stderr, "Unsupported trace file version: %d\n", pHeader->version); in parseDataHeader()
1022 fprintf(stderr, "WARNING: hit EOF mid-record\n"); in readDataRecord()
1157 fprintf(stderr, in addInclusiveTime()
1210 fprintf(stderr, in addInclusiveTime()
1319 fprintf(stderr, " %2d: %8" PRIu64 " %s.%s %s\n", ii, entryTime, in stackDump()
1322 fprintf(stderr, " %2d: %8" PRIu64 " %s\n", ii, entryTime, method->className); in stackDump()
2103 fprintf(stderr, "Stack overflow (exceeded %d frames)\n", in parseDataKeys()
2139 fprintf(stderr, "Exit from method %s.%s %s does not match stack:\n", in parseDataKeys()
2142 fprintf(stderr, "Exit from method %s does not match stack:\n", in parseDataKeys()
2510 fprintf(stderr, "Copyright (C) 2006 The Android Open Source Project\n\n"); in usage()
2511 fprintf(stderr, in usage()
2515 fprintf(stderr, " -d trace-file-name - Diff with this trace\n"); in usage()
2516 fprintf(stderr, " -g outfile - Write graph to 'outfile'\n"); in usage()
2517 fprintf(stderr, in usage()
2520 fprintf(stderr, " -h - Turn on HTML output\n"); in usage()
2522 stderr, in usage()
2524 fprintf(stderr, in usage()
2527 fprintf(stderr, in usage()
2592 fprintf(stderr, "Cannot read \"%s\".\n", gOptions.traceFileName); in main()
2601 fprintf(stderr, "Cannot read \"%s\".\n", gOptions.diffFileName); in main()