Home
last modified time | relevance | path

Searched refs:totalUsed (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/tests/
DMemsetTest.cpp17 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed()); in test_chunkalloc()
24 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed()); in test_chunkalloc()
30 REPORTER_ASSERT(reporter, alloc.totalUsed() == size); in test_chunkalloc()
37 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed()); in test_chunkalloc()
/external/skia/tests/
DMemsetTest.cpp17 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed()); in test_chunkalloc()
24 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed()); in test_chunkalloc()
30 REPORTER_ASSERT(reporter, alloc.totalUsed() == size); in test_chunkalloc()
37 REPORTER_ASSERT(reporter, 0 == alloc.totalUsed()); in test_chunkalloc()
/external/chromium_org/third_party/sqlite/src/src/
Dstatus.c141 int totalUsed = 0; in sqlite3_db_status() local
148 totalUsed += sqlite3PagerMemUsed(pPager); in sqlite3_db_status()
152 *pCurrent = totalUsed; in sqlite3_db_status()
/external/skia/include/core/
DSkChunkAlloc.h45 size_t totalUsed() const { return fTotalUsed; } in totalUsed() function
/external/chromium_org/third_party/skia/include/core/
DSkChunkAlloc.h45 size_t totalUsed() const { return fTotalUsed; } in totalUsed() function
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c12763 int totalUsed = 0; in sqlite3_db_status() local
12770 totalUsed += sqlite3PagerMemUsed(pPager); in sqlite3_db_status()
12774 *pCurrent = totalUsed; in sqlite3_db_status()
/external/sqlite/dist/
Dsqlite3.c14471 int totalUsed = 0; in sqlite3_db_status() local
14478 totalUsed += sqlite3PagerMemUsed(pPager); in sqlite3_db_status()
14482 *pCurrent = totalUsed; in sqlite3_db_status()
/external/sqlite/dist/orig/
Dsqlite3.c14471 int totalUsed = 0; in sqlite3_db_status() local
14478 totalUsed += sqlite3PagerMemUsed(pPager); in sqlite3_db_status()
14482 *pCurrent = totalUsed; in sqlite3_db_status()