Home
last modified time | relevance | path

Searched refs:lastErrorCount (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Danalyze_continuously.dart32 int lastErrorCount = 0;
123 final int issueDiff = issueCount - lastErrorCount;
124 lastErrorCount = issueCount;
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp749 int32_t lastErrorCount; in runTestLoop() local
780 lastErrorCount = errorCount; in runTestLoop()
806 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL); in runTestLoop()
811 if (lastErrorCount == errorCount) { in runTestLoop()
816 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name); in runTestLoop()