/external/chromium/base/ |
id_map_unittest.cc | 90 const int kCount = 5; 91 TestObject obj[kCount]; 92 int32 ids[kCount]; 94 for (int i = 0; i < kCount; i++) 126 const int kCount = 3; 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; ++i) [all...] |
/external/chromium_org/base/ |
id_map_unittest.cc | 95 const int kCount = 5; 96 TestObject obj[kCount]; 97 int32 ids[kCount]; 99 for (int i = 0; i < kCount; i++) 195 const int kCount = 5; 196 TestObject obj[kCount]; 197 int32 ids[kCount]; 199 for (int i = 0; i < kCount; i++) 229 const int kCount = 3; 232 DestructorCounter* external_obj[kCount]; [all...] |
/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);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
dfa.c | 84 s->kCount = 0; 213 State *DFA_findState(DFA *d, Ins **kernel, unsigned int kCount){ 217 kernel[kCount] = NULL; 227 kCount = cP - kernel; 228 kernel[kCount] = NULL; 231 if(s->kCount == kCount){ 242 s->kCount = kCount; 243 s->kernel = malloc(sizeof(Ins*)*(kCount+1)) [all...] |
dfa.h | 61 unsigned int kCount;
|
/external/chromium_org/third_party/skia/src/core/ |
SkPerspIter.h | 39 kCount = (1 << kShift) 42 SkFixed fStorage[kCount * 2];
|
SkMatrix.cpp | [all...] |
/external/skia/src/core/ |
SkPerspIter.h | 39 kCount = (1 << kShift) 42 SkFixed fStorage[kCount * 2];
|
SkMatrix.cpp | [all...] |
/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/chromium_org/chrome/browser/extensions/api/diagnostics/ |
diagnostics_api_chromeos.cc | 19 const char kCount[] = "count"; 76 config[kCount] = kDefaultCount;
|
/external/skia/bench/ |
MatrixBench.cpp | 276 for (i = 0; i < kCount; i++) { 287 int count = kCount; 301 kCount = 16 304 SkPoint fSrc [kCount]; 305 SkPoint fDst [kCount]; 315 for (i = 0; i < kCount; i++) { 326 int count = kCount; 341 kCount = 16 344 SkPoint fSrc [kCount]; 345 SkPoint fDst [kCount]; [all...] |
/external/chromium_org/webkit/browser/blob/ |
view_blob_internals_job.cc | 29 const char kCount[] = "Count: "; 184 AddHTMLListItem(kCount,
|
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation_unittest.cc | 778 const GLsizei kCount = 2; 805 expected.draw.Init(GL_POINTS, kFirst, kCount); 813 gl_->DrawArrays(GL_POINTS, kFirst, kCount); 845 const GLsizei kCount = 2; 874 expected.draw.Init(GL_POINTS, kFirst, kCount, 1); 883 gl_->DrawArraysInstancedANGLE(GL_POINTS, kFirst, kCount, 1); 924 const GLsizei kCount = 2; [all...] |
/external/chromium_org/base/memory/ |
shared_memory_unittest.cc | 475 const size_t kCount = SysInfo::VMAllocationGranularity(); 476 const size_t kDataSize = kCount * sizeof(uint32); 484 for (size_t i = 0; i < kCount; ++i) { 495 for (size_t i = offset; i < kCount; ++i) {
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_test.cc | 605 const int kCount = 1000; 606 char *ptrs[kCount]; 608 for (int i = 0; i < kCount; i++) { 614 for (int i = 0; i < kCount; i++) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
gmon.h | 159 u_short *kcount; member in struct:gmonparam
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
gmon.h | 159 u_short *kcount; member in struct:gmonparam
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
gmon.h | 159 u_short *kcount; member in struct:gmonparam
|
/art/compiler/dex/ |
compiler_enums.h | 47 kCount
|
/external/chromium_org/third_party/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);
|
/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);
|
/art/compiler/dex/quick/mips/ |
target_mips.cc | 79 case kCount: res = rMIPS_COUNT; break;
|
/art/compiler/dex/quick/x86/ |
target_x86.cc | 88 case kCount: res = rX86_COUNT; break;
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_unittest.cc | [all...] |