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

  /external/chromium_org/third_party/skia/tests/
DequeTest.cpp 76 int fNumBlocksAllocated;
79 fNumBlocksAllocated = deq.numBlocksAllocated();
89 REPORTER_ASSERT(reporter, 1 == helper.fNumBlocksAllocated);
95 expected == helper.fNumBlocksAllocated ||
96 expected+1 == helper.fNumBlocksAllocated);
  /external/skia/tests/
DequeTest.cpp 76 int fNumBlocksAllocated;
79 fNumBlocksAllocated = deq.numBlocksAllocated();
89 REPORTER_ASSERT(reporter, 1 == helper.fNumBlocksAllocated);
95 expected == helper.fNumBlocksAllocated ||
96 expected+1 == helper.fNumBlocksAllocated);

Completed in 2331 milliseconds