HomeSort by relevance Sort by last modified time
    Searched refs:currentCount (Results 1 - 12 of 12) sorted by null

  /external/guava/guava/src/com/google/common/collect/
SortedIterables.java 161 int currentCount = 0;
164 if (currentCount > 0) {
166 currentCount++;
168 sortedEntries.add(Multisets.immutableEntry(current, currentCount));
170 currentCount = 1;
174 currentCount = 1;
177 if (currentCount > 0) {
178 sortedEntries.add(Multisets.immutableEntry(current, currentCount));
  /external/chromium_org/third_party/sqlite/src/src/
mem5.c 112 u32 currentCount; /* Current number of distinct checkouts */
114 u32 maxCount; /* Maximum instantaneous currentCount */
291 mem5.currentCount++;
293 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount;
323 assert( mem5.currentCount>0 );
325 mem5.currentCount--;
327 assert( mem5.currentOut>0 || mem5.currentCount==0 );
328 assert( mem5.currentCount>0 || mem5.currentOut==0 );
549 fprintf(out, "mem5.currentCount = %u\n", mem5.currentCount)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ConfigResults.java 260 long currentCount = buildResults.getCount();
261 if (baselineCount > 1 && currentCount > 1) {
513 long currentCount = this.current.getCount(dim_id);
514 if (baselineCount == 1 || currentCount == 1) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsElement.java 245 long currentCount = buildResults.getCount();
246 if (baselineCount > 1 && currentCount > 1) {
ResultsElement.java 477 long currentCount = buildResults.getCount();
479 if (baselineCount == 1 || currentCount == 1) {
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
ThreadState.cpp 448 int currentCount = anchor->numberOfPersistents();
449 ASSERT(currentCount >= 0);
450 while (currentCount != oldCount) {
452 oldCount = currentCount;
453 currentCount = anchor->numberOfPersistents();
457 ASSERT(!currentCount);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 533 milliseconds