Searched refs:matchCount (Results 1 - 11 of 11) sorted by relevance

/external/skia/tools/
H A Dskdiff_html.h14 void print_diff_page(const int matchCount,
H A Dskdiff_html.cpp29 const int matchCount,
55 stream->writeDecAsText(matchCount);
224 void print_diff_page(const int matchCount, argument
283 print_table_header(&outputStream, matchCount, colorThreshold, differences,
28 print_table_header(SkFILEWStream* stream, const int matchCount, const int colorThreshold, const RecordArray& differences, const SkString &baseDir, const SkString &comparisonDir, bool doOutputDate = false) argument
/external/icu4c/samples/csdet/
H A Dcsdet.c29 int32_t inputLength, match, matchCount = 0; local
54 csm = ucsdet_detectAll(csd, &matchCount, &status);
56 for(match = 0; match < matchCount; match += 1) {
/external/icu4c/layout/
H A DContextualSubstSubtables.cpp212 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1; local
215 if (matchGlyphIDs(subRuleTable->inputGlyphArray, matchCount, glyphIterator)) {
217 (const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[matchCount];
221 return matchCount + 1;
264 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1; local
267 if (matchGlyphClasses(subClassRuleTable->classArray, matchCount, glyphIterator, classDefinitionTable)) {
269 (const SubstitutionLookupRecord *) &subClassRuleTable->classArray[matchCount];
273 return matchCount + 1;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DStringImpl.cpp1502 unsigned matchCount = 0; local
1506 ++matchCount;
1511 if (!matchCount)
1514 RELEASE_ASSERT(!repStrLength || matchCount <= numeric_limits<unsigned>::max() / repStrLength);
1516 unsigned replaceSize = matchCount * repStrLength;
1517 unsigned newSize = m_length - matchCount;
1577 unsigned matchCount = 0; local
1581 ++matchCount;
1586 if (!matchCount)
1589 RELEASE_ASSERT(!repStrLength || matchCount <
1661 unsigned matchCount = 0; local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp171 int32_t matchCount = 0; local
172 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
180 if (matchCount == 0) {
189 for (int32_t m = 0; m < matchCount; m += 1) {
728 int32_t matchCount = 0; local
729 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
737 for (i=0; i<matchCount; i++) {
/external/icu4c/test/intltest/
H A Dcsdetest.cpp183 int32_t matchCount = 0; local
184 const UCharsetMatch **matches = ucsdet_detectAll(csd.getAlias(), &matchCount, &status);
192 if (matchCount == 0) {
201 for (int32_t m = 0; m < matchCount; m += 1) {
740 int32_t matchCount = 0; local
741 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
749 for (i=0; i<matchCount; i++) {
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DRedundentExprEliminator.java234 int matchCount = 0;
260 diagnoseMultistepList(matchCount, lengthToTest, isGlobal);
416 int matchCount,
420 if (matchCount > 0)
423 "Found multistep matches: " + matchCount + ", " + lengthToTest + " length");
415 diagnoseMultistepList( int matchCount, int lengthToTest, boolean isGlobal) argument
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.cpp1637 int matchCount = 0; local
1659 ++matchCount;
1681 m_activeMatchIndexInCurrentFrame = matchCount - 1;
1694 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount));
1714 if (matchCount > 0) {
1717 m_lastMatchCount += matchCount;
1720 mainFrameImpl->increaseMatchCount(matchCount, identifier);
1727 if (matchCount > 0)
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2201 int matchCount = 0; local
2204 ++matchCount;
2206 EXPECT_EQ(1, matchCount);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 232 milliseconds