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

  /external/deqp/framework/delibs/decpp/
deAppendList.cpp 138 ObjCountElem (int* liveCount)
139 : m_liveCount(liveCount)
168 int liveCount = 0;
174 testList.append(ObjCountElem(&liveCount));
176 DE_TEST_ASSERT(liveCount == (int)numElements1);
180 DE_TEST_ASSERT(liveCount == 0);
183 testList.append(ObjCountElem(&liveCount));
185 DE_TEST_ASSERT(liveCount == (int)numElements2);
188 DE_TEST_ASSERT(liveCount == 0);
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]

Completed in 69 milliseconds