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

1 2

  /external/skia/tools/skdiff/
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/skqp/tools/skdiff/
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/icu/icu4c/source/samples/csdet/
csdet.c 33 int32_t inputLength, match, matchCount = 0;
58 csm = ucsdet_detectAll(csd, &matchCount, &status);
60 for(match = 0; match < matchCount; match += 1) {
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
IntDiffer.java 24 * @param matchCount The number of items that have to be the same to count as a match
26 public IntDiffer(int stackSize, int matchCount) {
28 this.EQUALSIZE = matchCount;
29 a = new int[stackSize+matchCount];
30 b = new int[stackSize+matchCount];
  /cts/tests/signature/src/android/signature/cts/
DexApiDocumentParser.java 120 int matchCount = (matchClass.matches() ? 1 : 0) + (matchField.matches() ? 1 : 0) +
122 if (matchCount == 0) {
124 } else if (matchCount > 1) {
  /frameworks/base/core/java/com/android/internal/widget/
DialogViewAnimator.java 107 final int matchCount = mMatchParentChildren.size();
108 for (int i = 0; i < matchCount; i++) {
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 164 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) {
166 mNumberOfMatches = matchCount;
  /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) {
791 int32_t matchCount = 0;
792 const UCharsetMatch **matches = ucsdet_detectAll(csd, &matchCount, &status);
800 for (i=0; i<matchCount; i++) {
    [all...]
  /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/oj-libjdwp/src/share/back/
VirtualMachineImpl.c 124 int matchCount = 0;
152 theClasses[i] = theClasses[matchCount];
153 theClasses[matchCount++] = clazz;
159 * indicies 0 thru matchCount-1 of theClasses.
163 (void)outStream_writeInt(out, matchCount);
164 for (; writtenCount < matchCount; writtenCount++) {
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 

Completed in 329 milliseconds

1 2