HomeSort by relevance Sort by last modified time
    Searched defs:allocCount (Results 1 - 6 of 6) sorted by null

  /external/skia/tests/
DequeTest.cpp 85 int allocCount) {
91 int expected = (deq.count() + allocCount - 1) / allocCount;
100 static void TestSub(skiatest::Reporter* reporter, int allocCount) {
101 SkDeque deq(sizeof(int), allocCount);
112 assert_blocks(reporter, deq, allocCount);
119 assert_blocks(reporter, deq, allocCount);
125 assert_blocks(reporter, deq, allocCount);
134 assert_blocks(reporter, deq, allocCount);
141 assert_blocks(reporter, deq, allocCount);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrMemoryPool.cpp 126 int allocCount = 0;
128 allocCount += block->fLiveCount;
158 GrAssert(allocCount == fAllocationCnt);
  /external/skia/src/gpu/
GrMemoryPool.cpp 126 int allocCount = 0;
128 allocCount += block->fLiveCount;
158 GrAssert(allocCount == fAllocationCnt);
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 51 int allocCount = Debug.getGlobalAllocCount();
71 response.append(',').append(allocCount);
  /dalvik/vm/
Profile.h 69 int allocCount; // #of objects allocated
  /frameworks/base/tools/preload/
MemoryUsage.java 46 final int allocCount;
61 allocCount = Integer.parseInt(parsed[7]);
76 allocCount = -1;
89 int allocCount,
100 this.allocCount = allocCount;
115 allocCount - baseline.allocCount,

Completed in 237 milliseconds