Searched defs:totalCount (Results 1 - 25 of 30) sorted by relevance

12

/external/google-breakpad/src/common/
H A Dsimple_string_dictionary_unittest.cc183 int totalCount = 0; local
187 totalCount++;
224 EXPECT_EQ(totalCount, expectedDictionarySize);
/external/autotest/frontend/client/src/autotest/common/table/
H A DDataSource.java103 public void handleTotalResultCount(int totalCount); argument
109 public void handleTotalResultCount(int totalCount) {} argument
H A DDynamicTable.java267 public void handleTotalResultCount(int totalCount) { argument
268 updatePaginatorTotalResults(totalCount);
/external/autotest/frontend/client/src/autotest/tko/
H A DSpreadsheetDataProcessor.java171 public void handleTotalResultCount(int totalCount) {} argument
/external/glide/library/src/main/java/com/bumptech/glide/
H A DListPreloader.java52 public void onScroll(AbsListView absListView, int firstVisible, int visibleCount, int totalCount) { argument
53 totalItemCount = totalCount;
/external/libvncserver/test/
H A Dencodingstest.c44 static unsigned int totalFailed,totalCount; variable
51 totalFailed=totalCount=0;
63 totalCount++;
309 rfbLog("%d failed, %d received\n",totalFailed,totalCount);
/external/autotest/frontend/client/src/autotest/afe/
H A DHostDetailView.java247 public void handleTotalResultCount(int totalCount) {} argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeMultiset.java138 return (root == null) ? 0 : root.totalCount;
522 private long totalCount; field in class:TreeMultiset.AvlNode
533 this.totalCount = elemCount;
556 totalCount += count;
565 totalCount += count;
571 * It speeds things up considerably to unconditionally add count to totalCount here,
587 this.totalCount += count;
601 this.totalCount += count;
610 this.totalCount += count;
628 this.totalCount
887 private static long totalCount(@Nullable AvlNode<?> node) { method in class:TreeMultiset.AvlNode
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMultisets.java1021 private int totalCount; field in class:Multisets.MultisetIteratorImpl
1042 totalCount = laterCount = currentEntry.getCount();
1052 if (totalCount == 1) {
1057 totalCount--;
H A DTreeMultiset.java142 return (root == null) ? 0 : root.totalCount;
526 private long totalCount; field in class:TreeMultiset.AvlNode
537 this.totalCount = elemCount;
560 totalCount += count;
569 totalCount += count;
575 * It speeds things up considerably to unconditionally add count to totalCount here,
591 this.totalCount += count;
605 this.totalCount += count;
614 this.totalCount += count;
632 this.totalCount
891 private static long totalCount(@Nullable AvlNode<?> node) { method in class:TreeMultiset.AvlNode
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp933 int32_t totalCount = MeasureUnit::getAvailable(units, 0, status); local
937 units = new MeasureUnit[totalCount];
938 totalCount = MeasureUnit::getAvailable(units, totalCount, status);
945 if (totalCount < 200) {
984 if (unitCountSum != totalCount) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.runtime_3.11.0.v20150405-1723.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 459 milliseconds

12