Searched refs:getOffset (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/native/include/binder/
H A DMemoryBase.h39 ssize_t getOffset() const { return mOffset; } function in class:android::MemoryBase
H A DIMemory.h46 virtual uint32_t getOffset() const = 0;
H A DMemoryHeapBase.h67 virtual uint32_t getOffset() const;
/frameworks/compile/mclinker/unittests/
H A DFragmentTest.cpp64 EXPECT_TRUE(~uint64_t(0) == f->getOffset());
68 EXPECT_TRUE(5566 == f->getOffset());
/frameworks/compile/mclinker/lib/LD/
H A DLayout.cpp119 offset = first->getOffset();
203 return pFrag.getOffset() - align_frag->getOffset() + computeFragmentSize(*this, pFrag);
350 uint64_t target_offset = pFront.getOffset() + pOffset;
367 align_size = front->getNextNode()->getOffset() - front->getOffset();
374 if (target_offset >= front->getNextNode()->getOffset()) {
380 new (result) FragmentRef(*front, target_offset - front->getOffset());
393 new (result) FragmentRef(*front, target_offset - front->getOffset());
464 uint64_t target_offset = pBigOffset + pFrag.getOffset();
[all...]
/frameworks/compile/linkloader/include/
H A DELFSectionProgBits.h70 AR.seek(sh->getOffset(), true);
H A DELFReloc.h48 addr_t getOffset() const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.h70 offset_t getOffset() const { function in class:ELFSectionHeader_CRTP
/frameworks/base/core/java/android/view/inputmethod/
H A DCorrectionInfo.java53 public int getOffset() { method in class:CorrectionInfo
/frameworks/compile/linkloader/include/impl/
H A DELFReloc.hxx101 PRINT_LINT("Offset", concrete()->getOffset() );
H A DELFSectionHeader.hxx90 PRINT_LINT("Offset", getOffset());
H A DELFSectionStrTab.hxx39 AR.seek(sh->getOffset(), true);
H A DELFObject.hxx142 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
374 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
428 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
475 Inst_t *inst = (Inst_t *)&(*text)[rel->getOffset()];
554 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];
591 Inst_t *this_inst = (Inst_t *)&(*text)[this_rel->getOffset()];
H A DELFSectionRelTable.hxx63 AR.seek(sh->getOffset(), true);
H A DELFSectionSymTab.hxx98 AR.seek(sh->getOffset(), true);
/frameworks/compile/mclinker/include/mcld/LD/
H A DFragment.h52 uint64_t getOffset() const { return m_Offset; } function in class:mcld::Fragment
H A DLayout.h245 { return (pFragment.getOffset() != ~UINT64_C(0)); }
/frameworks/base/core/java/android/util/
H A DMonthDisplayHelper.java105 public int getOffset() { method in class:MonthDisplayHelper
H A DTimeUtils.java72 int currentOffset = current.getOffset(when);
92 if (tz.getOffset(when) == offset &&
/frameworks/native/libs/binder/
H A DIMemory.cpp84 virtual uint32_t getOffset() const;
351 uint32_t BpMemoryHeap::getOffset() const { function in class:android::BpMemoryHeap
375 reply->writeInt32(getOffset());
H A DMemoryHeapBase.cpp187 uint32_t MemoryHeapBase::getOffset() const { function in class:android::MemoryHeapBase
H A DMemoryDealer.cpp177 size_t freedOffset = getOffset();
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1115 int alignmentOffsetX = boundsX.getOffset(this, c, hAlign, pWidth + sumMarginsX, true);
1116 int alignmentOffsetY = boundsY.getOffset(this, c, vAlign, pHeight + sumMarginsY, false);
2211 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) { method in class:GridLayout.Bounds
2696 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean hrz) {
2697 return max(0, super.getOffset(gl, c, a, size, hrz));
H A DCalendarView.java1274 + date.getTimeZone().getOffset(date.getTimeInMillis());
1276 + mMinDate.getTimeZone().getOffset(mMinDate.getTimeInMillis());
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1051 int alignmentOffsetX = boundsX.getOffset(c, hAlign, leftMargin + pWidth + rightMargin);
1052 int alignmentOffsetY = boundsY.getOffset(c, vAlign, topMargin + pHeight + bottomMargin);
2144 protected int getOffset(View c, Alignment alignment, int size) { method in class:GridLayout.Bounds
2620 protected int getOffset(View c, Alignment alignment, int size) {
2621 return max(0, super.getOffset(c, alignment, size));

Completed in 1140 milliseconds

12