HomeSort by relevance Sort by last modified time
    Searched refs:getSize (Results 126 - 150 of 3209) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/reference/
DexBackedTypeReference.java 62 public int getSize() {
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveReader.cpp 285 At += mbr->getSize();
293 strtab.assign(At, mbr->getSize());
294 At += mbr->getSize();
306 if (!parseSymbolTable(mbr->getData(), mbr->getSize(), error))
309 At += mbr->getSize();
321 At += mbr->getSize();
351 MemoryBuffer::getMemBufferCopy(StringRef(I->getData(), I->getSize()),
389 At += mbr->getSize();
405 strtab.assign((const char*)mbr->getData(), mbr->getSize());
406 At += mbr->getSize();
    [all...]
  /frameworks/av/media/img_utils/include/img_utils/
ByteArrayOutput.h 67 virtual size_t getSize() const;
  /frameworks/av/media/img_utils/src/
ByteArrayOutput.cpp 45 size_t ByteArrayOutput::getSize() const {
  /frameworks/av/media/libmedia/include/media/
IMediaHTTPConnection.h 38 virtual off64_t getSize() = 0;
MediaHTTPConnection.h 36 virtual off64_t getSize() = 0;
  /frameworks/av/media/ndk/
NdkMediaDataSourcePriv.h 47 virtual status_t getSize(off64_t *);
  /frameworks/base/libs/hwui/
RenderBufferCache.cpp 61 uint32_t RenderBufferCache::getSize() {
90 mSize -= buffer->getSize();
113 mSize -= buffer->getSize();
133 const uint32_t size = buffer->getSize();
  /frameworks/base/libs/hwui/tests/unit/
TextureCacheTests.cpp 28 ASSERT_EQ(cache.getSize(), 0u);
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeValue.cpp 18 size_t ELFAttributeValue::getSize() const {
  /frameworks/native/libs/binder/include/binder/
MemoryBase.h 38 size_t getSize() const { return mSize; }
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
GrallocBufferMapperBase.h 36 uint32_t getSize(int subIndex) const;
TTMBufferMapper.h 40 uint32_t getSize(int subIndex) const {
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
GrallocBufferMapperBase.h 36 uint32_t getSize(int subIndex) const;
TTMBufferMapper.h 40 uint32_t getSize(int /* subIndex */) const {
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
LinearLayoutWithMaxWidth.java 40 WeekButton.setSuggestedWidth((View.MeasureSpec.getSize(widthMeasureSpec)) / 7);
  /packages/apps/Contacts/src/com/android/contacts/widget/
FullHeightLinearLayout.java 47 MeasureSpec.getSize(heightMeasureSpec), MeasureSpec.EXACTLY);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbolELF.h 25 const MCExpr *getSize() const { return SymbolSize; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCSymbolELF.h 25 const MCExpr *getSize() const { return SymbolSize; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCSymbolELF.h 25 const MCExpr *getSize() const { return SymbolSize; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCSymbolELF.h 25 const MCExpr *getSize() const { return SymbolSize; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCSymbolELF.h 25 const MCExpr *getSize() const { return SymbolSize; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCSymbolELF.h 25 const MCExpr *getSize() const { return SymbolSize; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCSymbolELF.h 25 const MCExpr *getSize() const { return SymbolSize; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCSymbolELF.h 25 const MCExpr *getSize() const { return SymbolSize; }

Completed in 695 milliseconds

1 2 3 4 56 7 8 91011>>