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

  /external/skia/src/core/
SkPerspIter.h 39 kCount = (1 << kShift)
42 SkFixed fStorage[kCount * 2];
SkMatrix.cpp     [all...]
  /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/private/
SkTemplates.h 171 if (fCount > kCount) {
177 if (count > kCount) {
228 static const int kCount = kCountRequested * sizeof(T) > kMaxBytes
232 static const int kCount = kCountRequested;
238 char fStorage[kCount * sizeof(T)];
322 if (count > kCount) {
342 if (count > kCount) {
372 if (count > kCount) {
375 memcpy(fPtr, fTStorage, kCount * sizeof(T));
395 static const size_t kCount = kCountRequested * sizeof(T) > kMaxByte
    [all...]
  /art/runtime/base/
arena_bit_vector.cc 24 template <bool kCount>
37 template <bool kCount>
arena_allocator.cc 34 template <bool kCount>
35 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
93 template <bool kCount>
94 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl()
99 template <bool kCount>
100 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) {
105 template <bool kCount>
106 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) {
111 template <bool kCount>
112 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const
    [all...]
arena_allocator.h 104 template <bool kCount>
123 template <bool kCount>
239 template <bool kCount> friend class ArenaAllocatorStatsImpl;
arena_containers.h 101 template <bool kCount>
114 template <bool kCount>
  /external/skia/include/effects/
SkColorMatrix.h 16 kCount = 20
18 SkScalar fMat[kCount];
  /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/v8/src/inspector/
v8-console-message.h 39 kCount
v8-console-message.cc 54 case ConsoleAPIType::kCount:
207 if (m_type == ConsoleAPIType::kDebug || m_type == ConsoleAPIType::kCount ||
381 if (type == ConsoleAPIType::kDebug || type == ConsoleAPIType::kCount ||
v8-console.cc 363 helper.reportCallWithArgument(ConsoleAPIType::kCount,
    [all...]
  /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/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/skia/tests/
ResourceCacheTest.cpp     [all...]
  /art/runtime/
stack.cc 801 template <StackVisitor::CountTransitions kCount>
    [all...]
stack.h 624 template <CountTransitions kCount = CountTransitions::kYes>
  /external/sfntly/cpp/src/sfntly/table/core/
name_table.cc 374 new_data->WriteUShort(NameTable::Offset::kCount, name_entry_map_.size());
447 return data_->ReadUShort(Offset::kCount);
name_table.h 686 kCount = 2,
  /external/skia/samplecode/
SampleQuadStroker.cpp 103 kCount = 18
105 SkPoint fPts[kCount];
  /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...]

Completed in 683 milliseconds