Searched refs:setOffset (Results 1 - 25 of 31) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp35 frag->setOffset(offset);
H A DGNULDBackend.cpp1905 (*seg)->setOffset((*seg)->front()->offset());
1948 (*seg)->setOffset(0x0);
1977 (*null_seg)->setOffset(0x0);
2005 (*phdr)->setOffset(offset);
2085 cur->setOffset(0x0);
2101 cur->setOffset(offset);
2122 cur->setOffset(0x0);
2213 got.setOffset(got.offset() + diff);
2246 cur->setOffset(offset);
2258 invalid->setOffset(pre
[all...]
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h47 void setOffset(uint64_t pOffset) { m_Offset = pOffset; } function in class:mcld::Fragment
/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp114 align_frag->setOffset(align_frag->getPrevNode()->getOffset() +
120 pStub.setOffset(pStub.getPrevNode()->getOffset() +
140 align_frag->setOffset(align_frag->getPrevNode()->getOffset() +
146 pStub.setOffset(pStub.getPrevNode()->getOffset() +
H A DEhFrame.cpp136 pFrag.setOffset(offset);
361 frag.setOffset(offset);
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp142 align->setOffset(offset);
154 frag->setOffset(offset);
194 align->setOffset(offset);
202 pFrag.setOffset(offset);
208 null->setOffset(offset);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp60 frag->setOffset(offset);
72 entry->setOffset(offset);
86 entry->setOffset(offset);
H A DAArch64PLT.cpp53 frag->setOffset(offset);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp57 frag->setOffset(offset);
69 entry->setOffset(offset);
83 entry->setOffset(offset);
H A DARMPLT.cpp50 frag->setOffset(offset);
H A DARMLDBackend.cpp480 null->setOffset(m_pEXIDX->size());
516 frag->setOffset(0);
535 frag->setOffset(offset);
795 it->setOffset(offset);
935 invalid->setOffset(invalid->getPrevNode()->getOffset() +
/frameworks/compile/mclinker/unittests/
H A DFragmentTest.cpp59 f->setOffset(5566);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapMutateActivity.java78 public void setOffset(int offset) { method in class:BitmapMutateActivity.BitmapsView
H A DLinesActivity.java109 public void setOffset(float offset) { method in class:LinesActivity.LinesView
/frameworks/compile/mclinker/include/mcld/LD/
H A DELFSegment.h76 void setOffset(uint64_t pOffset) { m_Offset = pOffset; } function in class:mcld::ELFSegment
H A DLDSection.h122 void setOffset(uint64_t Offset) { m_Offset = Offset; } function in class:mcld::LDSection
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp69 frag->setOffset(offset);
/frameworks/support/wear/src/android/support/wear/widget/
H A DCurvingLayoutCallback.java124 void setOffset(int offset) { method in class:CurvingLayoutCallback
/frameworks/support/wear/tests/src/android/support/wear/widget/
H A DWearableLinearLayoutManagerTest.java55 mCurvingCallback.setOffset(10);
/frameworks/support/core-ui/java/android/support/v4/app/
H A DActionBarDrawerToggle.java269 mSlider.setOffset(animate ? TOGGLE_DRAWABLE_OFFSET : 0);
523 public void setOffset(float offset) { method in class:ActionBarDrawerToggle.SlideDrawable
/frameworks/av/include/media/
H A DVolumeShaper.h524 void setOffset(R offset) { function in class:android::VolumeShaper::Translate
695 mXTranslate.setOffset(static_cast<float>(static_cast<double>(startFrame)
867 it->mXTranslate.setOffset(it->mXTranslate.getOffset()
882 it->mXTranslate.setOffset(it->mXTranslate.getOffset()
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp82 frag->setOffset(offset);
H A DHexagonLDBackend.cpp636 invalid->setOffset(invalid->getPrevNode()->getOffset() +
725 fragTo->setOffset(offset);
1012 frag->setOffset(offset);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp105 frag->setOffset(offset);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifParser.java565 tag.setOffset((int) offset);
576 tag.setOffset(mTiffStream.getReadByteCount() - 4);

Completed in 338 milliseconds

12