Searched defs:kCount (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc38 const int kCount = 1000; local
39 char *ptrs[kCount];
41 for (int i = 0; i < kCount; i++) {
51 for (int i = 0; i < kCount; i++) {
/external/skia/include/core/
H A DSkPerspIter.h39 kCount = (1 << kShift) enumerator in enum:SkPerspIter::__anon11959
42 SkFixed fStorage[kCount * 2];
/external/chromium/base/
H A Did_map_unittest.cc90 const int kCount = 5; local
91 TestObject obj[kCount];
92 int32 ids[kCount];
94 for (int i = 0; i < kCount; i++)
126 const int kCount = 3; local
129 DestructorCounter* external_obj[kCount];
130 int map_external_ids[kCount];
133 DestructorCounter* owned_obj[kCount];
134 int map_owned_ids[kCount];
139 for (int i = 0; i < kCount;
164 const int kCount = 3; local
[all...]

Completed in 94 milliseconds