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 250 int countRemaining = 1;
251 AtomicInteger current = new AtomicInteger(countToRemove + countRemaining);
256 assertEquals(countToRemove + countRemaining, multiset.remove(KEY, countToRemove));
257 assertEquals(countRemaining, current.get());
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 61 milliseconds