Searched defs:getSize (Results 101 - 125 of 199) sorted by relevance

12345678

/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h154 inline unsigned int getSize() const { return size; } function in class:nv50_ir::Graph
H A Dnv50_ir_inlines.h138 unsigned int ValueRef::getSize() const function in class:ValueRef
160 unsigned int ValueDef::getSize() const function in class:ValueDef
386 assert((unsigned int)id < (unsigned int)allLValues.getSize());
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DType.java676 public int getSize() { method in class:Type
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DItemLocationBox.java77 size += item.getSize();
203 public int getSize() { method in class:ItemLocationBox.Item
216 size += extent.getSize();
320 public int getSize() { method in class:ItemLocationBox.Extent
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
H A DTextSampleEntry.java79 contentSize += boxRecord.getSize();
80 contentSize += styleRecord.getSize();
82 contentSize += boxe.getSize();
241 public int getSize() { method in class:TextSampleEntry.BoxRecord
299 public int getSize() { method in class:TextSampleEntry.StyleRecord
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DDefaultMp4Builder.java431 offset += box.getSize();
443 public long getSize() { method in class:DefaultMp4Builder.InterleaveChunkMdat
454 long size = getSize();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DAbstractSampleEncryptionBox.java34 int offset = (getSize() > (1l << 32) ? 16 : 8);
180 contentSize += entry.getSize();
198 public int getSize() { method in class:AbstractSampleEncryptionBox.Entry
/external/skia/debugger/
H A DSkDebugger.h71 int getSize() { function in class:SkDebugger
72 return fDebugCanvas->getSize();
/external/skia/src/animator/
H A DSkMemberInfo.cpp100 size_t SkMemberInfo::getSize(const SkDisplayable* displayable) const { function in class:SkMemberInfo
142 size_t byteSize = getSize(displayable);
/external/skia/src/utils/debugger/
H A DSkDebugCanvas.h116 SK_ATTR_DEPRECATED("please use getDrawCommandAt and getSize instead")
138 int getSize() const { function in class:SkDebugCanvas
/external/smack/src/org/jivesoftware/smackx/packet/
H A DStreamInitiation.java248 public long getSize() { method in class:StreamInitiation.File
345 if (getSize() > 0) {
346 buffer.append("size=\"").append(getSize()).append("\" ");
/external/smack/src/org/xbill/DNS/
H A DLOCRecord.java266 getSize() { method in class:LOCRecord
H A DCache.java788 getSize() { method in class:Cache
/external/srec/shared/include/
H A DESR_SessionType.h307 ESR_ReturnCode(*getSize)(struct ESR_SessionType_t* self, size_t* size); member in struct:ESR_SessionType_t
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_theme_engine.cc47 blink::WebSize MockWebThemeEngine::getSize(WebThemeEngine::Part part) { function in class:content::MockWebThemeEngine
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFallbackThemeEngine.h146 virtual WebSize getSize(Part) { return WebSize(); } function in class:blink::WebFallbackThemeEngine
H A DWebThemeEngine.h186 virtual WebSize getSize(Part) { return WebSize(); } function in class:blink::WebThemeEngine
/external/deqp/framework/common/
H A DtcuThreadUtil.hpp213 size_t getSize (void) const { return m_data.size(); } function in class:tcu::ThreadUtil::DataBlock
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DFirstFitLocalCombiningAllocator.java1058 for (int i = 0; i < mapSet.getSize(); i++) {
1135 public int getSize() { method in class:FirstFitLocalCombiningAllocator.Multiset
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h70 uint64_t getSize() const { return Size; } function in class:llvm::AliasSet::PointerRec
206 uint64_t getSize() const { return CurNode->getSize(); } function
/external/llvm/include/llvm/Object/
H A DObjectFile.h97 std::error_code getSize(uint64_t &Result) const;
150 std::error_code getSize(uint64_t &Result) const;
374 inline std::error_code SymbolRef::getSize(uint64_t &Result) const { function in class:llvm::object::SymbolRef
422 inline std::error_code SectionRef::getSize(uint64_t &Result) const { function in class:llvm::object::SectionRef
/external/llvm/lib/Object/
H A DArchive.cpp43 uint32_t ArchiveMemberHeader::getSize() const { function in class:ArchiveMemberHeader
89 Data = StringRef(Start, sizeof(ArchiveMemberHeader) + Header->getSize());
140 + Parent->StringTable->getSize()))
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHttpResponseCache.java282 public long getSize() { method in class:HttpResponseCache
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-analysis-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer.class " package org.objectweb. ...
/external/chromium_org/third_party/mesa/src/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; }

Completed in 3972 milliseconds

12345678