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

  /external/skia/src/core/
SkPerspIter.h 39 kCount = (1 << kShift)
42 SkFixed fStorage[kCount * 2];
  /external/skia/tests/
SmallAllocatorTest.cpp 15 kCount++;
19 kCount--;
22 static int GetCount() { return kCount; }
25 static int kCount;
28 int CountingClass::kCount;
ResourceCacheTest.cpp     [all...]
  /art/runtime/lambda/
closure.h 113 kCount = 0x8,
  /external/libchrome/base/
id_map_unittest.cc 100 const int kCount = 5;
101 TestObject obj[kCount];
103 for (int i = 0; i < kCount; i++)
107 int32_t ids_in_iteration_order[kCount];
108 const TestObject* objs_in_iteration_order[kCount];
210 const int kCount = 5;
211 TestObject obj[kCount];
213 for (int i = 0; i < kCount; i++)
217 int32_t ids_in_iteration_order[kCount];
218 const TestObject* objs_in_iteration_order[kCount];
    [all...]
  /external/skia/include/effects/
SkColorMatrix.h 16 kCount = 20
18 SkScalar fMat[kCount];
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 618 const int kCount = 1000;
619 char *ptrs[kCount];
621 for (int i = 0; i < kCount; i++) {
627 for (int i = 0; i < kCount; i++) {
  /external/skia/samplecode/
SampleQuadStroker.cpp 103 kCount = 18
105 SkPoint fPts[kCount];
  /art/compiler/dex/
compiler_enums.h 78 kCount
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.h 686 kCount = 2,

Completed in 114 milliseconds