HomeSort by relevance Sort by last modified time
    Searched full:matchcount (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/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/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/chromium_org/third_party/icu/source/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) {
  /external/icu/icu4c/source/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) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 161 unsigned int matchcount = 0; local
176 matchcount++;
180 if (matchcount > best_matchcount) {
181 best_matchcount = matchcount;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r300_fragprog_swizzle.c 161 unsigned int matchcount = 0; local
176 matchcount++;
180 if (matchcount > best_matchcount) {
181 best_matchcount = matchcount;
  /external/icu/icu4c/source/layout/
ContextualSubstSubtables.cpp 216 le_uint16 matchCount = SWAPW(subRuleTable->glyphCount) - 1;
219 if (matchGlyphIDs(subRuleTable->inputGlyphArray, matchCount, glyphIterator)) {
221 (const SubstitutionLookupRecord *) &subRuleTable->inputGlyphArray[matchCount];
225 return matchCount + 1;
270 le_uint16 matchCount = SWAPW(subClassRuleTable->glyphCount) - 1;
273 if (matchGlyphClasses(subClassRuleTable->classArray, matchCount, glyphIterator, classDefinitionTable)) {
275 (const SubstitutionLookupRecord *) &subClassRuleTable->classArray[matchCount];
279 return matchCount + 1;
  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 253 int matchCount = 0;
278 ++matchCount;
300 m_activeMatchIndexInCurrentFrame = matchCount - 1;
313 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount));
329 if (matchCount > 0) {
332 m_lastMatchCount += matchCount;
335 mainFrameImpl->increaseMatchCount(matchCount, identifier);
342 if (matchCount > 0)
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.cpp     [all...]
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 162 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) {
164 mNumberOfMatches = matchCount;
  /external/chromium_org/third_party/icu/source/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) {
787 int32_t matchCount = 0;
788 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
796 for (i=0; i<matchCount; i++) {
    [all...]
  /external/icu/icu4c/source/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) {
787 int32_t matchCount = 0;
788 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
796 for (i=0; i<matchCount; i++) {
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 1200 int matchcount = 0; local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
network_unittest.cc 394 int matchcount = 0; local
398 ++matchcount;
399 EXPECT_EQ(1, matchcount);
  /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/devtools/front_end/network/
NetworkPanel.js     [all...]
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/
Inspector-1.0.json     [all...]
Inspector-1.1.json     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2761 milliseconds