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];
  /system/core/libappfuse/tests/
FuseBufferTest.cc 191 constexpr int kCount = 1000;
201 for (int i = 0; i < kCount; ++i) {
207 for (int i = 0; i < kCount; ++i) {
  /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 626 const int kCount = 1000;
627 char *ptrs[kCount];
629 for (int i = 0; i < kCount; i++) {
635 for (int i = 0; i < kCount; i++) {
  /external/libchrome/base/memory/
shared_memory_unittest.cc 440 const size_t kCount = SysInfo::VMAllocationGranularity();
441 const size_t kDataSize = kCount * sizeof(uint32_t);
448 for (size_t i = 0; i < kCount; ++i) {
459 for (size_t i = offset; i < kCount; ++i) {
  /external/skia/samplecode/
SampleQuadStroker.cpp 103 kCount = 18
105 SkPoint fPts[kCount];
  /external/skia/tests/
ResourceCacheTest.cpp     [all...]
  /art/compiler/jni/
jni_compiler_test.cc 58 kCount = Compiler::kCriticalNative + 1 // How many different types of JNIs we can have.
62 static constexpr size_t kJniKindCount = static_cast<size_t>(JniKind::kCount);
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.h 686 kCount = 2,

Completed in 339 milliseconds