HomeSort by relevance Sort by last modified time
    Searched defs:allocCount (Results 1 - 8 of 8) 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/skqp/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/skia/src/gpu/
GrMemoryPool.cpp 166 int allocCount = 0;
169 allocCount += block->fLiveCount;
201 SkASSERT(allocCount == fAllocationCnt);
  /external/skqp/src/gpu/
GrMemoryPool.cpp 166 int allocCount = 0;
169 allocCount += block->fLiveCount;
201 SkASSERT(allocCount == fAllocationCnt);
  /frameworks/base/tools/preload/loadclass/
LoadClass.java 51 int allocCount = Debug.getGlobalAllocCount();
71 response.append(',').append(allocCount);
  /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,
  /system/extras/alloc-stress/
alloc-stress.cpp 221 long long allocCount = 0;
225 memset(ptr, (int)allocCount >> 10, s);
227 *((long long*)&ptr[i]) = allocCount + i;
231 //cout << "total alloc: " << allocCount / (1<<20)<< " adj: " << argv[2]<< endl;;
234 allocCount += s;
  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 373 unsigned int allocCount = 0;
395 allocCount = allocatedMemoryLimit / 1048576; /* 1 mb */
396 allocCount = (allocCount / 4) * 4; /* always a multiple of 4. */
399 errCode = RunPhase(phase, 512, 512, allocCount, 1, phase1_tex);
406 (allocCount * 3 / 4) * 1);
407 for (i = 0; i < allocCount; i++) {
429 allocCount = (allocCount * 3) / 16;
431 errCode = RunPhase(phase, 1024, 1024, allocCount, 4, phase2_tex)
    [all...]

Completed in 127 milliseconds