HomeSort by relevance Sort by last modified time
    Searched full:errorcount (Results 26 - 50 of 61) sorted by null

12 3

  /external/icu4c/common/
utf_impl.c 166 uint8_t errorCount=count;
174 c=utf8_errorValue[errorCount-count];
  /external/icu4c/test/intltest/
transrt.cpp 333 int32_t errorCount;
411 errorCount = 0;
535 if (errorCount > 0) {
539 parent->errln("FAIL: %s errors: %d %s", str, errorCount, (errorCount > errorLimit ? " (at least!)" : " ")); // + ", see " + logFileName);
891 ++errorCount;
907 ++errorCount;
912 ++errorCount;
928 ++errorCount;
943 ++errorCount;
    [all...]
intltest.cpp 508 errorCount = 0;
598 return errorCount;
699 lastErrorCount = errorCount;
719 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
724 if (lastErrorCount == errorCount) {
729 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name);
811 errorCount++;
813 return errorCount;
    [all...]
intltest.h 233 int32_t errorCount;
  /external/stressapptest/src/
worker.cc 916 int errorcount = CheckRegion(memslice, local
920 if (errorcount == 0) {
926 errors += errorcount;
1220 int errorcount = CheckRegion(sourcemem, local
1364 int errorcount = CheckRegion(sourcemem, local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/doxygen/
buildrec.dox 240 /// if (psr->pParser->rec->errorCount > 0)
242 /// ANTLR3_FPRINTF(stderr, "The parser returned %d errors, tree walking aborted.\n", psr->pParser->rec->errorCount);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3recognizersharedstate.h 106 ANTLR3_UINT32 errorCount;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
junit-frames-xalan1.xsl 430 <xsl:variable name="errorCount" select="sum(testsuite/@errors)"/>
433 <xsl:variable name="successRate" select="($testCount - $failureCount - $errorCount) div $testCount"/>
445 <xsl:when test="$errorCount &gt; 0">Error</xsl:when>
452 <td><xsl:value-of select="$errorCount"/></td>
junit-frames.xsl 550 <xsl:variable name="errorCount" select="sum(testsuite/@errors)"/>
553 <xsl:variable name="successRate" select="($testCount - $failureCount - $errorCount) div $testCount"/>
565 <xsl:when test="$errorCount &gt; 0">Error</xsl:when>
572 <td><a title="Display all errors" href="alltests-errors.html"><xsl:value-of select="$errorCount"/></a></td>
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 231 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR) macro
langhooks.h 363 If errorcount is nonzero after this call the compiler exits
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 231 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
diagnostic.h 231 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR) macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
diagnostic.h 231 #define errorcount diagnostic_kind_count (global_dc, DK_ERROR) macro
  /sdk/lint/cli/src/com/android/tools/lint/
XmlReporter.java 56 public void write(int errorCount, int warningCount, List<Warning> issues) throws IOException {
HtmlReporter.java 93 public void write(int errorCount, int warningCount, List<Warning> issues) throws IOException {
131 errorCount, warningCount));
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 919 private int errorCount;
925 errorCount = 0;
930 errorCount++;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3baserecognizer.c 118 recognizer->state->errorCount = 0;
718 /// If you override, make sure to update errorCount if you care about that.
743 recognizer->state->errorCount++;
    [all...]
antlr3lexer.c 415 rec->state->errorCount++;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 

Completed in 1543 milliseconds

12 3