Searched refs:failCount (Results 1 - 10 of 10) sorted by relevance

/external/libese/esed/
H A Desed.cpp50 uint32_t failCount = 0; local
63 ++failCount;
64 std::this_thread::sleep_for(failCount * 5s);
/external/selinux/libsepol/cil/test/unit/
H A DCuTest.c264 testSuite->failCount = 0;
313 if (testCase->failed) { testSuite->failCount += 1; }
331 int failCount = 0; local
333 if (testSuite->failCount == 0)
335 int passCount = testSuite->count - testSuite->failCount;
341 if (testSuite->failCount == 1)
344 CuStringAppendFormat(details, "There were %d failures:\n", testSuite->failCount);
351 failCount++;
353 failCount, testCase->name, testCase->message);
359 CuStringAppendFormat(details, "Passes: %d ", testSuite->count - testSuite->failCount);
[all...]
H A DCuTest.h125 int failCount; member in struct:__anon17863
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java58 int failCount = 0;
102 ++failCount;
123 if (failCount != 0) {
124 errln("Total: " + failCount + " lines failed, " +
H A DConformanceTest.java64 int failCount = 0;
108 ++failCount;
129 if (failCount != 0) {
130 errln("Total: " + failCount + " lines failed, " +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DUnicodeNormalizerConformanceTest.java57 int failCount = 0;
101 ++failCount;
122 if (failCount != 0) {
123 errln("Total: " + failCount + " lines failed, " +
H A DConformanceTest.java63 int failCount = 0;
107 ++failCount;
128 if (failCount != 0) {
129 errln("Total: " + failCount + " lines failed, " +
/external/skia/tests/
H A Dskia_test.cpp74 int32_t failCount() { return fFailCount; } function in class:Status
256 toRun, status.failCount(), skipCount, status.testCount());
269 return (status.failCount() == 0) ? 0 : 1;
/external/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp168 int32_t failCount = 0; local
228 ++failCount;
264 ++failCount;
275 if (failCount != 0) {
276 dataerrln((UnicodeString)"Total: " + failCount + " lines/code points failed, " +
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp760 int failCount = 0; local
776 if (failCount++ < maxPrintedFailures)
798 << "Passed " << m_numSamples - failCount << " out of " << m_numSamples << "."
801 return failCount == 0;

Completed in 340 milliseconds