Home
last modified time | relevance | path

Searched refs:totalCount (Results 1 – 25 of 33) sorted by relevance

12

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DTreeMultiset.java138 return (root == null) ? 0 : root.totalCount; in treeAggregate()
522 private long totalCount;
533 this.totalCount = elemCount;
556 totalCount += count;
565 totalCount += count;
587 this.totalCount += count;
601 this.totalCount += count;
610 this.totalCount += count;
628 this.totalCount -= result[0];
630 this.totalCount -= count;
[all …]
/external/guava/guava/src/com/google/common/collect/
DTreeMultiset.java142 return (root == null) ? 0 : root.totalCount; in treeAggregate()
526 private long totalCount;
537 this.totalCount = elemCount;
560 totalCount += count;
569 totalCount += count;
591 this.totalCount += count;
605 this.totalCount += count;
614 this.totalCount += count;
632 this.totalCount -= result[0];
634 this.totalCount -= count;
[all …]
DMultisets.java1021 private int totalCount;
1042 totalCount = laterCount = currentEntry.getCount();
1052 if (totalCount == 1) {
1057 totalCount--;
/external/skia/tools/lua/
Dglyph-usage.lua116 local totalCount = 0
131 totalCount = totalCount + count
136 local ave = round(totalCount / strikeCount)
/external/doclava/res/assets/templates/
Dtodo.cs37 <tr><th>Total Comments</th><td><?cs var:all.totalCount ?></td></tr>
54 <td><?cs var:pkg.totalCount ?></td>
74 <td><?cs var:cl.totalCount ?></td>
84 Total: <?cs var:cl.totalCount ?><br/>
/external/libvncserver/test/
Dencodingstest.c44 static unsigned int totalFailed,totalCount; variable
51 totalFailed=totalCount=0; in initStatistics()
63 totalCount++; in updateStatistics()
309 rfbLog("%d failed, %d received\n",totalFailed,totalCount); in main()
/external/autotest/frontend/client/src/autotest/common/table/
DDataSource.java103 public void handleTotalResultCount(int totalCount); in handleTotalResultCount() argument
109 public void handleTotalResultCount(int totalCount) {} in handleTotalResultCount() argument
DDynamicTable.java267 public void handleTotalResultCount(int totalCount) { in handleTotalResultCount() argument
268 updatePaginatorTotalResults(totalCount); in handleTotalResultCount()
/external/google-breakpad/src/common/
Dsimple_string_dictionary_unittest.cc183 int totalCount = 0; in TEST() local
187 totalCount++; in TEST()
224 EXPECT_EQ(totalCount, expectedDictionarySize); in TEST()
/external/glide/library/src/main/java/com/bumptech/glide/
DListPreloader.java52 …public void onScroll(AbsListView absListView, int firstVisible, int visibleCount, int totalCount) { in onScroll() argument
53 totalItemCount = totalCount; in onScroll()
/external/skia/src/core/
DSkBlitter_A8.cpp362 SkDEBUGCODE(int totalCount = 0;) in blitAntiH()
377 SkDEBUGCODE(totalCount += count;) in blitAntiH()
379 SkASSERT(fDevice.width() == totalCount); in blitAntiH()
/external/autotest/frontend/client/src/autotest/tko/
DSpreadsheetDataProcessor.java171 public void handleTotalResultCount(int totalCount) {} in handleTotalResultCount() argument
/external/icu/icu4c/source/test/intltest/
Dmeasfmttest.cpp933 int32_t totalCount = MeasureUnit::getAvailable(units, 0, status); in TestGetAvailable() local
937 units = new MeasureUnit[totalCount]; in TestGetAvailable()
938 totalCount = MeasureUnit::getAvailable(units, totalCount, status); in TestGetAvailable()
945 if (totalCount < 200) { in TestGetAvailable()
984 if (unitCountSum != totalCount) { in TestGetAvailable()
/external/autotest/frontend/client/src/autotest/afe/
DHostDetailView.java247 public void handleTotalResultCount(int totalCount) {} in handleTotalResultCount() argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.core.runtime_3.11.0.v20150405-1723.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/guice/lib/
Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/dagger2/lib/
Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12