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

  /dalvik/libdex/
DexCatch.h 50 u4 countRemaining;
59 pIterator->countRemaining = 0;
78 pIterator->countRemaining = count;
91 if (pIterator->countRemaining == 0) {
101 pIterator->countRemaining--;
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 200 int countRemaining = 1;
201 AtomicInteger current = new AtomicInteger(countToRemove + countRemaining);
206 assertEquals(countToRemove + countRemaining, multiset.remove(KEY, countToRemove));
207 assertEquals(countRemaining, current.get());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 460 milliseconds