Searched refs:getSize (Results 251 - 275 of 349) sorted by path

<<11121314

/frameworks/compile/libbcc/lib/Support/
H A DFileBase.cpp246 size_t FileBase::getSize() { function in class:FileBase
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h100 /// getSize - get the size of a relocation in bit
101 virtual Size getSize(Type pType) const = 0;
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h67 size_t getSize() const;
/frameworks/compile/mclinker/lib/Fragment/
H A DRelocation.cpp139 return pRelocator.getSize(m_Type);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp89 Relocator::Size AArch64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::AArch64Relocator
515 A += pReloc.target() & get_mask(pParent.getSize(pReloc.type()));
535 helper_check_signed_overflow(X, pParent.getSize(pReloc.type())))
H A DAArch64Relocator.h78 Size getSize(Relocation::Type pType) const;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp976 result += value.getSize();
990 result += value.getSize();
H A DARMRelocator.cpp320 Relocator::Size ARMRelocator::getSize(Relocation::Type pType) const { function in class:mcld::ARMRelocator
H A DARMRelocator.h72 Size getSize(Relocation::Type pType) const;
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp18 size_t ELFAttributeValue::getSize() const { function in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp191 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const { function in class:mcld::HexagonRelocator
H A DHexagonRelocator.h94 Size getSize(Relocation::Type pType) const;
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp787 Relocator::Size Mips32Relocator::getSize(Relocation::Type pType) const { function in class:mcld::Mips32Relocator
824 Relocator::Size Mips64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::Mips64Relocator
H A DMipsRelocator.h209 Size getSize(Relocation::Type pType) const;
224 Size getSize(Relocation::Type pType) const;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp293 Relocator::Size X86_32Relocator::getSize(Relocation::Type pType) const { function in class:mcld::X86_32Relocator
1252 Relocator::Size X86_64Relocator::getSize(Relocation::Type pType) const { function in class:mcld::X86_64Relocator
H A DX86Relocator.h137 Size getSize(Relocation::Type pType) const;
201 Size getSize(Relocation::Type pType) const;
/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp233 if (numElements == 3 && CAT->getSize() != 1) {
1393 if (CAT->getSize() != Dim * Dim) {
1437 slangAssert((CAT->getSize().getActiveBits() < 32) && "array too large");
1439 unsigned Size = static_cast<unsigned>(CAT->getSize().getZExtValue());
1503 RL->getSize().getQuantity());
H A Dslang_rs_object_ref_count.cpp338 return static_cast<int>(CAT->getSize().getSExtValue());
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java617 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
618 int heightSize = MeasureSpec.getSize(heightMeasureSpec);
/frameworks/multidex/library/test/src/android/support/multidex/
H A DZipUtilTest.java104 Assert.assertEquals(refEntry.getSize(), checkEntry.getSize());
118 if (refEntry.getSize() > 0) {
148 if (refEntry.getSize() > 0) {
/frameworks/native/include/binder/
H A DIMemory.h44 virtual size_t getSize() const = 0;
51 size_t virtualSize() const { return getSize(); }
H A DMemoryBase.h38 size_t getSize() const { return mSize; } function in class:android::MemoryBase
H A DMemoryHeapBase.h65 virtual size_t getSize() const;
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h242 size_t getSize() const;

Completed in 6418 milliseconds

<<11121314