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

  /external/chromium_org/third_party/skia/tests/
ObjectPoolTest.cpp 38 static const int kNumToAcquire = kNumItemsPerBlock * 5;
43 for (int index = 0; index < kNumToAcquire; ++index) {
53 for (int index = 0; index < kNumToAcquire / 2; ++index) {
  /external/skia/tests/
ObjectPoolTest.cpp 38 static const int kNumToAcquire = kNumItemsPerBlock * 5;
43 for (int index = 0; index < kNumToAcquire; ++index) {
53 for (int index = 0; index < kNumToAcquire / 2; ++index) {

Completed in 1455 milliseconds