Searched defs:passCount (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp166 int32_t passCount = 0; local
225 ++passCount;
261 ++passCount;
276 passCount + " lines/code points passed");
278 logln((UnicodeString)"Total: " + passCount + " lines/code points passed");
/external/selinux/libsepol/cil/test/unit/
H A DCuTest.c335 int passCount = testSuite->count - testSuite->failCount; local
336 const char* testWord = passCount == 1 ? "test" : "tests";
337 CuStringAppendFormat(details, "OK (%d %s)\n", passCount, testWord);
/external/skia/src/gpu/
H A DGrDefaultPathRenderer.cpp562 int passCount = 0; local
569 passCount = 1;
579 passCount = 1;
595 passCount = 1;
598 passCount = 2;
619 passCount = 2;
632 passCount = 3;
636 --passCount;
639 drawFace[passCount-1] = GrPipelineBuilder::kBoth_DrawFace;
641 passes[passCount
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp509 int passCount = (kHigh_SkBlurQuality == quality) ? 3 : 1; local
522 int padx = passCount * rx;
523 int pady = passCount * ry;
596 dp + passCount * (rx + ry * dst->fRowBytes),
600 clamp_with_orig(dp + passCount * (rx + ry * dst->fRowBytes),
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 818 milliseconds