/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/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/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;
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
StringImpl.cpp | [all...] |
/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/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/chromium/chrome/browser/ui/gtk/ |
find_bar_gtk.h | 213 // The last matchcount number we reported to the user.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
find_bar_gtk.h | 216 // The last matchcount number we reported to the user.
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
network_unittest.cc | 411 int matchcount = 0; local 415 ++matchcount; 416 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/web/ |
WebFrameImpl.cpp | [all...] |
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar_host_browsertest.cc | 534 // TODO(finnur): We cannot reliably get the matchcount for this Find call [all...] |
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
WebFrameTest.cpp | [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_observers.cc | [all...] |
/external/chromium_org/chrome/browser/automation/ |
automation_provider_observers.cc | [all...] |
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_bar_host_browsertest.cc | [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 | |