HomeSort by relevance Sort by last modified time
    Searched refs:matchCount (Results 1 - 16 of 16) sorted by null

  /external/skia/tools/
skdiff_html.h 14 void print_diff_page(const int matchCount,
skdiff_html.cpp 29 const int matchCount,
55 stream->writeDecAsText(matchCount);
224 void print_diff_page(const int matchCount,
283 print_table_header(&outputStream, matchCount, colorThreshold, differences,
  /external/icu4c/samples/csdet/
csdet.c 29 int32_t inputLength, match, matchCount = 0;
54 csm = ucsdet_detectAll(csd, &matchCount, &status);
56 for(match = 0; match < matchCount; match += 1) {
  /dalvik/vm/jdwp/
JdwpEvent.cpp 387 int matchCount)
391 while (matchCount--) {
561 int matchCount)
565 while (matchCount--) {
855 int matchCount = 0;
859 &matchCount);
862 &matchCount);
865 &matchCount);
868 &matchCount);
871 if (matchCount != 0)
    [all...]
  /external/icu4c/layout/
ContextualSubstSubtables.cpp 212 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1;
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;
267 if (matchGlyphClasses(subClassRuleTable->classArray, matchCount, glyphIterator, classDefinitionTable)) {
269 (const SubstitutionLookupRecord *) &subClassRuleTable->classArray[matchCount];
273 return matchCount + 1;
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 160 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) {
162 mNumberOfMatches = matchCount;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
csdetest.cpp 171 int32_t matchCount = 0;
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;
729 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
737 for (i=0; i<matchCount; i++) {
  /external/icu4c/test/intltest/
csdetest.cpp 183 int32_t matchCount = 0;
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;
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/
RedundentExprEliminator.java 234 int matchCount = 0;
260 diagnoseMultistepList(matchCount, lengthToTest, isGlobal);
416 int matchCount,
420 if (matchCount > 0)
423 "Found multistep matches: " + matchCount + ", " + lengthToTest + " length");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 421 milliseconds