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

12

/frameworks/compile/mclinker/lib/Target/
H A DGOT.cpp38 frag->setOffset(offset);
H A DGNULDBackend.cpp1998 (*seg)->setOffset((*seg)->front()->offset());
2044 (*seg)->setOffset(0x0);
2076 (*null_seg)->setOffset(0x0);
2104 (*phdr)->setOffset(offset);
2189 cur->setOffset(0x0);
2205 cur->setOffset(offset);
2227 cur->setOffset(0x0);
2311 got.setOffset(got.offset() + diff);
2345 cur->setOffset(offset);
2356 invalid->setOffset(pre
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp130 align->setOffset(offset);
142 frag->setOffset(offset);
186 align->setOffset(offset);
194 pFrag.setOffset(offset);
200 null->setOffset(offset);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp67 frag->setOffset(offset);
79 entry->setOffset(offset);
94 entry->setOffset(offset);
H A DAArch64PLT.cpp54 frag->setOffset(offset);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.cpp63 frag->setOffset(offset);
75 entry->setOffset(offset);
89 entry->setOffset(offset);
H A DARMPLT.cpp53 frag->setOffset(offset);
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h54 void setOffset(uint64_t pOffset) { m_Offset = pOffset; } function in class:mcld::Fragment
/frameworks/compile/mclinker/unittests/
H A DFragmentTest.cpp64 f->setOffset(5566);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSearchPanelCircleView.java88 setOffset((float) animation.getAnimatedValue());
238 public void setOffset(float offset) { method in class:SearchPanelCircleView
239 setOffset(offset, false, 0, null, null);
253 private void setOffset(float offset, boolean animate, int startDelay, method in class:SearchPanelCircleView
368 setOffset(0, true, 0, null, endRunnable);
377 setOffset(0);
379 setOffset(mStaticOffset, true, 50, null, null);
387 setOffset(offset - mBaseMargin, true, 50, mFastOutSlowInInterpolator, null);
/frameworks/compile/mclinker/lib/LD/
H A DBranchIsland.cpp130 align_frag->setOffset(align_frag->getPrevNode()->getOffset() +
136 pStub.setOffset(pStub.getPrevNode()->getOffset() +
H A DEhFrame.cpp148 pFrag.setOffset(offset);
372 frag.setOffset(offset);
H A DELFReader.cpp428 section->setOffset(sh_offset);
949 section->setOffset(sh_offset);
/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) function in class:mcld::ELFSegment
H A DLDSection.h135 void setOffset(uint64_t Offset) function in class:mcld::LDSection
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsPLT.cpp80 frag->setOffset(offset);
/frameworks/support/v4/java/android/support/v4/app/
H A DActionBarDrawerToggle.java279 mSlider.setOffset(animate ? TOGGLE_DRAWABLE_OFFSET : 0);
533 public void setOffset(float offset) { method in class:ActionBarDrawerToggle.SlideDrawable
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonPLT.cpp90 frag->setOffset(offset);
H A DHexagonLDBackend.cpp649 invalid->setOffset(invalid->getPrevNode()->getOffset() +
734 fragTo->setOffset(offset);
1040 frag->setOffset(offset);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86PLT.cpp117 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);
H A DExifTag.java870 protected void setOffset(int offset) { method in class:ExifTag
H A DExifOutputStream.java314 tag.setOffset(offset);

Completed in 446 milliseconds

12