Searched defs:getSize (Results 126 - 150 of 199) sorted by relevance

12345678

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h145 size_t getSize() const { return fInfo.height() * fRowBytes; } function in class:SkBitmap
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp124 (unsigned)Context.toBits(getSize(Type))));
133 CharUnits getSize(llvm::Type *Type) { function in struct:__anon17851::CGRecordLowering
256 CharUnits Size = NVBaseType ? Layout.getNonVirtualSize() : Layout.getSize();
280 CharUnits LayoutSize = Layout.getSize();
296 if (LayoutSize < getSize(FieldType))
306 getSize(FieldType) > getSize(StorageType)))
314 if (LayoutSize < getSize(StorageType))
317 appendPaddingBytes(LayoutSize - getSize(StorageType));
517 CharUnits Tail = getSize(Prio
[all...]
H A DCodeGenFunction.h260 size_t getSize() const { return Size; } function in struct:clang::CodeGen::CodeGenFunction::LifetimeExtendedCleanupHeader
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp229 int getSize (void) const { return (int)m_numTokens; } function in class:rsg::TokenStream
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h288 size_t getSize() const { return Size; } function in class:llvm::FoldingSetNodeIDRef
305 : Bits(Ref.getData(), Ref.getData() + Ref.getSize()) {}
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h85 /// getSize - Return the size of the register in bytes, which is also the size
87 unsigned getSize() const { return MC->getSize(); } function in class:llvm::TargetRegisterClass
525 /// 3. SuperRC->getSize() >= max(RCA->getSize(), RCB->getSize()).
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h157 unsigned getSize() const { return Size; } function in class:llvm::DIE
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h273 inline unsigned int getSize() { return size; } function in class:nv50_ir::Stack
362 id = ids.getSize() ? ids.pop().u.i : size++;
375 inline int getSize() const { return size; }
384 size = array->getSize();
490 inline unsigned int getSize() const { return size; }
/external/skia/include/core/
H A DSkBitmap.h171 size_t getSize() const { return fInfo.fHeight * fRowBytes; } function in class:SkBitmap
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DBuffer11.cpp82 size_t getSize() const { return mBufferSize; } function in class:rx::Buffer11::BufferStorage11
210 if (stagingBuffer->getSize() > mResolvedData.size())
212 if (!mResolvedData.resize(stagingBuffer->getSize()))
227 memcpy(mResolvedData.data(), mappedResource.pData, stagingBuffer->getSize());
265 if (stagingBuffer->getSize() < requiredSize)
528 if (directBuffer->getSize() < mSize)
546 stagingBuffer->copyFromStorage(latestBuffer, 0, latestBuffer->getSize(), 0);
554 if (directBuffer->copyFromStorage(latestBuffer, 0, latestBuffer->getSize(), 0))
651 resize(source->getSize(), preserveData);
864 ASSERT(offset + length <= getSize());
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DBytecode.java36 public final int getSize() { return size; } method in class:ByteVector
197 return getSize();
316 return getSize();
H A DConstPool.java162 public int getSize() { method in class:ConstPool
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h582 unsigned getSize() const { function in class:llvm::MCInstrDesc
H A DMCRegisterInfo.h84 /// getSize - Return the size of the register in bytes, which is also the size
86 unsigned getSize() const { return RegSize; } function in class:llvm::MCRegisterClass
H A DMCAssembler.h421 uint64_t getSize() const { return Size; } function in class:llvm::MCFillFragment
775 const MCExpr *getSize() const { function in class:llvm::MCSymbolData
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DMethodWriter.java1784 final int getSize() { method in class:MethodWriter
1818 size += cattrs.getSize(cw,
1850 size += 8 + anns.getSize();
1854 size += 8 + ianns.getSize();
1860 size += panns[i] == null ? 0 : panns[i].getSize();
1867 size += ipanns[i] == null ? 0 : ipanns[i].getSize();
1871 size += attrs.getSize(cw, null, 0, -1, -1);
1940 size += cattrs.getSize(cw,
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPMessage.java1722 public int getSize() { method in class:SIPMessage
/external/chromium_org/chrome/browser/resources/history/
H A Dhistory.js644 HistoryModel.prototype.getSize = function() {
835 return page * RESULTS_PER_PAGE < this.getSize();
845 return ((page + 1) * RESULTS_PER_PAGE <= this.getSize());
1228 if (this.model_.getSize() == 0)
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp150 EmptySize = Layout.getSize();
174 EmptySize = Layout.getSize();
418 ElementOffset += Layout.getSize();
517 ElementOffset += Layout.getSize();
744 CharUnits getSize() const { function in class:__anon17744::RecordLayoutBuilder
959 setSize(getSize().RoundUpToAlignment(BaseAlign));
960 setDataSize(getSize());
1009 setSize(getSize() + PtrWidth);
1010 setDataSize(getSize());
1175 setSize(std::max(getSize(), Layou
[all...]
/external/clang/lib/Basic/
H A DSourceManager.cpp62 /// getSize - Returns the size of the content encapsulated by this ContentCache.
66 unsigned ContentCache::getSize() const { function in class:ContentCache
68 : (unsigned) ContentsEntry->getSize();
115 Buffer.setPointer(MemoryBuffer::getNewMemBuffer(ContentsEntry->getSize(),
118 for (unsigned i = 0, e = ContentsEntry->getSize(); i != e; ++i)
136 if (getRawBuffer()->getBufferSize() != (size_t)ContentsEntry->getSize()) {
587 unsigned FileSize = File->getSize();
666 assert(SourceFile->getSize() == NewFile->getSize() &&
/external/deqp/framework/common/
H A DtcuTexture.hpp680 int getSize (void) const { return m_numLevels > 0 ? m_levels[0][0].getWidth() : 0; } function in class:tcu::TextureCubeView
706 int getSize (void) const { return m_size; } function in class:tcu::TextureCube
1026 int getSize (void) const { return m_numLevels > 0 ? m_levels[0].getWidth() : 0; } function in class:tcu::TextureCubeArrayView
1055 int getSize (void) const { return m_size; } function in class:tcu::TextureCubeArray
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp189 int getSize (void) const { return m_gridSize; } function in class:deqp::gles2::Functional::__anon19944::PosTexCoordQuadGrid
327 return IVec2(ref.getSize(), ref.getSize());
333 const int gridSize = grid.getSize();
362 const int gridSize = grid.getSize();
860 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize());
/external/llvm/include/llvm/Support/
H A DFileSystem.h204 uint64_t getSize() const { return fs_st_size; } function in class:llvm::sys::fs::file_status
212 uint64_t getSize() const { function in class:llvm::sys::fs::file_status
506 Result = Status.getSize();
/external/llvm/include/llvm/TableGen/
H A DRecord.h803 unsigned getSize() const { return Values.size(); } function in class:llvm::ListInit
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp394 int getSize (void) const { return (int)m_data.size(); } function in class:sglr::rc::DataBuffer

Completed in 1375 milliseconds

12345678