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

1 2

  /external/chromium_org/third_party/skia/src/core/
SkPerspIter.h 39 kCount = (1 << kShift)
42 SkFixed fStorage[kCount * 2];
  /external/skia/src/core/
SkPerspIter.h 39 kCount = (1 << kShift)
42 SkFixed fStorage[kCount * 2];
  /external/qemu/android/base/memory/
MallocUsableSize_unittest.cpp 28 const size_t kCount = 1000;
29 void* blocks[kCount];
30 for (size_t n = 0; n < kCount; ++n) {
35 for (size_t n = 0; n < kCount; ++n) {
41 for (size_t n = kCount; n > 0; --n) {
  /external/chromium_org/base/
id_map_unittest.cc 95 const int kCount = 5;
96 TestObject obj[kCount];
98 for (int i = 0; i < kCount; i++)
102 int32 ids_in_iteration_order[kCount];
103 const TestObject* objs_in_iteration_order[kCount];
205 const int kCount = 5;
206 TestObject obj[kCount];
208 for (int i = 0; i < kCount; i++)
212 int32 ids_in_iteration_order[kCount];
213 const TestObject* objs_in_iteration_order[kCount];
    [all...]
  /external/chromium_org/third_party/skia/tests/
SmallAllocatorTest.cpp 15 kCount++;
19 kCount--;
22 static int GetCount() { return kCount; }
25 static int kCount;
28 int CountingClass::kCount;
  /external/skia/tests/
SmallAllocatorTest.cpp 15 kCount++;
19 kCount--;
22 static int GetCount() { return kCount; }
25 static int kCount;
28 int CountingClass::kCount;
  /external/chromium_org/third_party/leveldatabase/src/db/
autocompact_test.cc 54 static const int kCount = kTotalSize / kValueSize;
63 for (int i = 0; i < kCount; i++) {
69 for (int i = 0; i < kCount; i++) {
76 const int64_t initial_other_size = Size(Key(n), Key(kCount));
93 read+1, size/1048576.0, Size(Key(n), Key(kCount))/1048576.0);
101 const int64_t final_other_size = Size(Key(n), Key(kCount));
107 DoReads(kCount);
111 DoReads(kCount/2);
  /art/compiler/utils/
arena_allocator.cc 34 template <bool kCount>
35 const char* const ArenaAllocatorStatsImpl<kCount>::kAllocNames[] = {
53 template <bool kCount>
54 ArenaAllocatorStatsImpl<kCount>::ArenaAllocatorStatsImpl()
59 template <bool kCount>
60 void ArenaAllocatorStatsImpl<kCount>::Copy(const ArenaAllocatorStatsImpl& other) {
65 template <bool kCount>
66 void ArenaAllocatorStatsImpl<kCount>::RecordAlloc(size_t bytes, ArenaAllocKind kind) {
71 template <bool kCount>
72 size_t ArenaAllocatorStatsImpl<kCount>::NumAllocations() const
    [all...]
arena_allocator.h 63 template <bool kCount>
82 template <bool kCount>
141 template <bool kCount> friend class ArenaAllocatorStatsImpl;
arena_containers.h 62 template <bool kCount>
74 template <bool kCount>
  /external/qemu/android/base/
StringFormat_unittest.cpp 73 const size_t kCount = 12;
75 for (size_t n = 0; n < kCount; ++n) {
79 EXPECT_EQ(kCount * kPieceLen, s.size());
80 for (size_t n = 0; n < kCount; ++n) {
String_unittest.cpp 67 const size_t kCount = 1024;
70 String s(kCount, kFill);
71 EXPECT_EQ(kCount, s.size());
72 for (size_t n = 0; n < kCount; ++n)
85 const size_t kCount = 4096;
87 for (size_t n = 0; n < kCount; ++n) {
91 EXPECT_EQ(kCount, s.size());
177 const size_t kCount = 1024;
180 s.assign(kCount, kFill);
181 EXPECT_EQ(kCount, s.size())
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_test.cc 63 const size_t kCount = 1000;
77 uint32 async_token = std::numeric_limits<uint32>::max() - kCount / 2;
82 for (size_t i = 0; i < kCount; ++i) {
  /external/chromium_org/ppapi/proxy/
file_chooser_resource_unittest.cc 50 const size_t kCount = 2;
51 const char* expected[kCount] = { expected1, expected2 };
53 for (size_t i = 0; i < kCount; i++) {
62 return output.size() == kCount;
  /external/qemu/android/base/containers/
StringVector_unittest.cpp 39 const size_t kCount = 100;
40 v.resize(kCount);
41 EXPECT_EQ(kCount, v.size());
42 for (size_t n = 0; n < kCount; ++n) {
  /external/chromium_org/chrome/browser/extensions/api/diagnostics/
diagnostics_api_chromeos.cc 19 const char kCount[] = "count";
76 config[kCount] = kDefaultCount;
  /external/chromium_org/third_party/skia/bench/
MatrixBench.cpp 270 for (i = 0; i < kCount; i++) {
281 int count = kCount;
295 kCount = 16
298 SkPoint fSrc [kCount];
299 SkPoint fDst [kCount];
309 for (i = 0; i < kCount; i++) {
320 int count = kCount;
335 kCount = 16
338 SkPoint fSrc [kCount];
339 SkPoint fDst [kCount];
    [all...]
  /external/skia/bench/
MatrixBench.cpp 270 for (i = 0; i < kCount; i++) {
281 int count = kCount;
295 kCount = 16
298 SkPoint fSrc [kCount];
299 SkPoint fDst [kCount];
309 for (i = 0; i < kCount; i++) {
320 int count = kCount;
335 kCount = 16
338 SkPoint fSrc [kCount];
339 SkPoint fDst [kCount];
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_wrappers.cpp 269 static const size_t kCount = sizeof(kSymbols) / sizeof(kSymbols[0]);
270 for (size_t n = 0; n < kCount; ++n) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_wrappers.cpp 269 static const size_t kCount = sizeof(kSymbols) / sizeof(kSymbols[0]);
270 for (size_t n = 0; n < kCount; ++n) {
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc 388 const GLsizei kCount = 3;
394 GetSharedMemoryAsWithOffset<GLint*>(sizeof(*pnames) * kCount);
397 for (GLsizei ii = 0; ii < kCount; ++ii) {
409 kCount,
411 kSharedMemoryOffset + sizeof(*pnames) * kCount,
426 const GLsizei kCount = 3;
429 const uint32 kResultsOffset = kPnameOffset + sizeof(GLint) * kCount;
437 for (GLsizei ii = 0; ii < kCount; ++ii) {
450 kCount,
459 kCount,
    [all...]
  /external/chromium_org/storage/browser/blob/
view_blob_internals_job.cc 29 const char kCount[] = "Count: ";
184 AddHTMLListItem(kCount,
  /external/chromium_org/base/memory/
shared_memory_unittest.cc 490 const size_t kCount = SysInfo::VMAllocationGranularity();
491 const size_t kDataSize = kCount * sizeof(uint32);
498 for (size_t i = 0; i < kCount; ++i) {
509 for (size_t i = offset; i < kCount; ++i) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
dfa.h 61 unsigned int kCount;
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc     [all...]

Completed in 394 milliseconds

1 2