Searched refs:totalUsed (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/core/
H A DSkChunkAlloc.h50 size_t totalUsed() const { return fTotalUsed; } function in class:SkChunkAlloc
/external/skia/src/core/
H A DSkRWBuffer.cpp100 size_t totalUsed = 0; local
105 totalUsed += block->fUsed;
109 SkASSERT(minUsed <= totalUsed);
/external/skia/tests/
H A DMemsetTest.cpp15 REPORTER_ASSERT(reporter, alloc.totalUsed() == used);
/external/sqlite/dist/orig/
H A Dsqlite3.c15957 int totalUsed = 0; local
15964 totalUsed += sqlite3PagerMemUsed(pPager);
15968 *pCurrent = totalUsed;
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15957 int totalUsed = 0; local
15964 totalUsed += sqlite3PagerMemUsed(pPager);
15968 *pCurrent = totalUsed;
[all...]
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 932 milliseconds