Lines Matching defs:kElementCount

14910   const int kElementCount = 260;
14911 uint8_t* pixel_data = reinterpret_cast<uint8_t*>(malloc(kElementCount));
14914 factory->NewExternalArray(kElementCount,
14919 for (int i = 0; i < kElementCount; i++) {
14924 for (int i = 0; i < kElementCount; i++) {
14933 obj->SetIndexedPropertiesToPixelData(pixel_data, kElementCount);
15331 const int kElementCount = 260;
15332 uint8_t* pixel_data = reinterpret_cast<uint8_t*>(malloc(kElementCount));
15335 factory->NewExternalArray(kElementCount,
15338 for (int i = 0; i < kElementCount; i++) {
15345 obj->SetIndexedPropertiesToPixelData(pixel_data, kElementCount);
15699 const int kElementCount = 40;
15702 static_cast<ElementType*>(malloc(kElementCount * element_size));
15705 factory->NewExternalArray(kElementCount, array_type, array_data));
15708 for (int i = 0; i < kElementCount; i++) {
15713 for (int i = 0; i < kElementCount; i++) {
15724 kElementCount);
15729 context.local(), obj, kElementCount, array_type, low, high);
15822 kElementCount);
15835 kElementCount);
15850 kElementCount);
15873 kElementCount);
15885 kElementCount);
16053 const int kElementCount = 50;
16055 i::ScopedVector<ElementType> backing_store(kElementCount+2);
16062 backing_store.start(), (kElementCount+2)*sizeof(ElementType));
16064 TypedArray::New(ab, 2*sizeof(ElementType), kElementCount);
16066 CHECK_EQ(kElementCount, static_cast<int>(ta->Length()));
16068 CHECK_EQ(kElementCount*sizeof(ElementType),
16073 for (int i = 0; i < kElementCount; i++) {
16078 env.local(), ta, kElementCount, array_type, low, high);