Searched refs:instanceSize (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DparseConst.cpp171 size_t instanceSize = mType.getObjectSize(); local
174 if (mIndex >= instanceSize)
183 if (mIndex >= instanceSize)
198 if (i >= instanceSize)
H A DParseContext.cpp1786 size_t instanceSize = 0; local
1792 instanceSize += fields[index]->type()->getObjectSize();
1801 typedNode = intermediate.addConstantUnion(constArray+instanceSize, tempConstantNode->getType(), line); // type will be changed in the calling function
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py121 self.instanceSize = None # lazy fetching
146 "instanceSize = " + hex(self.instance_size()) + "\n" + \
156 if self.instanceSize is None:
157 self.instanceSize = Utilities.read_child_of(self.valobj,8,self.sys_params.types_cache.uint32_t)
165 return self.instanceSize
409 "instanceSize = " + hex(self.instanceSize()) + "\n"
418 if self.instanceSize is None:
419 self.instanceSize = Utilities.read_child_of(self.valobj,5*self.sys_params.pointer_size,self.sys_params.types_cache.addr_ptr_type)
427 return self.instanceSize
[all...]
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgxvar.c572 FT_UShort instanceSize; member in struct:GX_FVar_Head_
638 FT_FRAME_USHORT( instanceSize ),
678 /* axisCount limit implied by 16-bit instanceSize */
680 fvar_head.instanceSize != 4 + 4 * fvar_head.axisCount ||
684 fvar_head.instanceCount * fvar_head.instanceSize > table_len )
/external/freetype/src/truetype/
H A Dttgxvar.c572 FT_UShort instanceSize; member in struct:GX_FVar_Head_
638 FT_FRAME_USHORT( instanceSize ),
678 /* axisCount limit implied by 16-bit instanceSize */
680 fvar_head.instanceSize != 4 + 4 * fvar_head.axisCount ||
684 fvar_head.instanceCount * fvar_head.instanceSize > table_len )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgxvar.c572 FT_UShort instanceSize; member in struct:GX_FVar_Head_
638 FT_FRAME_USHORT( instanceSize ),
678 /* axisCount limit implied by 16-bit instanceSize */
680 fvar_head.instanceSize != 4 + 4 * fvar_head.axisCount ||
684 fvar_head.instanceCount * fvar_head.instanceSize > table_len )
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2157 int instanceSize = local
2174 instanceSize = 0 - (instanceSize - superInstanceSize);
2326 llvm::ConstantInt::get(LongTy, instanceSize), IvarList,

Completed in 5248 milliseconds