Searched defs:getSize (Results 76 - 100 of 199) sorted by relevance

12345678

/external/icu/icu4c/source/common/
H A Dresbund.cpp285 int32_t ResourceBundle::getSize(void) const { function in class:ResourceBundle
/external/icu/icu4c/source/layout/
H A DValueRecords.cpp245 le_int16 ValueRecord::getSize(ValueFormat valueFormat) function in class:ValueRecord
H A DLETableReference.h223 inline static size_t getSize();
228 size_t LETableVarSizer<T>::getSize() { function in class:LETableVarSizer
239 * template<> inline size_t LETableVarSizer<FeatureListTable>::getSize() { return sizeof(FeatureListTable) - (sizeof(le_uint16)*ANY_NUMBER); }
243 #define LE_VAR_ARRAY(x,y) template<> inline size_t LETableVarSizer<x>::getSize() { return sizeof(x) - (sizeof(((const x*)0)->y)); }
249 #define LE_CORRECT_SIZE(x,y) template<> inline size_t LETableVarSizer<x>::getSize() { return y; }
270 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
272 LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success);
285 count = getLength()/LETableVarSizer<T>::getSize(); // fit to max size
287 LETableReference::verifyLength(0, LETableVarSizer<T>::getSize()*count, success);
296 count = getLength()/LETableVarSizer<T>::getSize(); // fi
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DMultiType.java86 public int getSize() { method in class:MultiType
H A DType.java158 public int getSize() { method in class:Type
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h58 unsigned getSize() const { return Offset; } function in class:llvm::MCWin64EHInstruction
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java132 public long getSize() { method in class:MediaDataBox
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
H A DAbstractBox.java81 * <code>getSize()</code> bytes.
122 ByteBuffer bb = ByteBuffer.allocate(l2i(getSize()));
174 public long getSize() { method in class:AbstractBox
266 IsoTypeWriter.writeUInt32(byteBuffer, this.getSize());
271 IsoTypeWriter.writeUInt64(byteBuffer, getSize());
/external/skia/include/core/
H A DSkFont.h125 SkScalar getSize() const { return fSize; } function in class:SkFont
/external/skia/include/utils/
H A DSkLayer.h34 const SkSize& getSize() const { return m_size; } function in class:SkLayer
/external/skia/src/gpu/gl/debug/
H A DGrBufferObj.h52 GrGLsizeiptr getSize() const { return fSize; } function in class:GrBufferObj
/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeImpl.java368 public long getSize() { method in class:RadixTreeImpl
/external/srec/shared/include/
H A DESR_Session.h256 ESR_ReturnCode(*getSize)(size_t* size); member in struct:ESR_SessionSingleton_t
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DExpandedNameTable.java355 public int getSize() method in class:ExpandedNameTable
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DMessageHeader.java97 public int getSize() { method in class:MessageHeader
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/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/chromium_org/third_party/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/clang/include/clang/Basic/
H A DFileManager.h98 off_t getSize() const { return Size; } function in class:clang::FileEntry
H A DVirtualFileSystem.h65 uint64_t getSize() const { return Size; } function in class:clang::vfs::Status
/external/deqp/framework/egl/
H A DtcuEgl.cpp154 void Surface::getSize (int& x, int& y) const function in class:tcu::egl::Surface
/external/glide/library/src/main/java/com/bumptech/glide/
H A DListPreloader.java178 public void getSize(SizeReadyCallback cb) { method in class:ListPreloader.PreloadTarget
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h153 /// getSize - Return the size in bytes of the memory reference.
154 uint64_t getSize() const { return Size; } function in class:llvm::MachineMemOperand
/external/llvm/include/llvm/Object/
H A DArchive.h39 uint32_t getSize() const;
86 uint64_t getSize() const { return Data.size() - StartOfFile; } function in class:llvm::object::Archive::Child
89 return StringRef(Data.data() + StartOfFile, getSize());

Completed in 474 milliseconds

12345678