Home
last modified time | relevance | path

Searched refs:getLayout (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/compile/mclinker/lib/LD/
DELFDynObjWriter.cpp42 m_Linker.getLayout(), in writeDynObj()
48 m_Linker.getLayout(), in writeDynObj()
102 emitSectionData(m_Linker.getLayout(), *sect, *region); in writeDynObj()
106 emitRelocation(m_Linker.getLayout(), pOutput, *sect, *region); in writeDynObj()
112 m_Linker.getLayout(), in writeDynObj()
127 m_Linker.getLayout(), in writeDynObj()
141 m_Linker.getLayout(), in writeDynObj()
DELFExecWriter.cpp45 m_Linker.getLayout(), in writeExecutable()
51 m_Linker.getLayout(), in writeExecutable()
105 emitSectionData(m_Linker.getLayout(), *sect, *region); in writeExecutable()
109 emitRelocation(m_Linker.getLayout(), pOutput, *sect, *region); in writeExecutable()
115 m_Linker.getLayout(), in writeExecutable()
129 m_Linker.getLayout(), in writeExecutable()
143 m_Linker.getLayout(), in writeExecutable()
DRelocationFactory.cpp91 const Layout& RelocationFactory::getLayout() const in getLayout() function in RelocationFactory
/frameworks/base/core/java/android/text/method/
DArrowKeyMovementMethod.java70 final Layout layout = widget.getLayout(); in left()
80 final Layout layout = widget.getLayout(); in right()
90 final Layout layout = widget.getLayout(); in up()
100 final Layout layout = widget.getLayout(); in down()
110 final Layout layout = widget.getLayout(); in pageUp()
134 final Layout layout = widget.getLayout(); in pageDown()
178 final Layout layout = widget.getLayout(); in lineStart()
188 final Layout layout = widget.getLayout(); in lineEnd()
308 if (view.getLayout() == null) { in onTakeFocus()
DBaseMovementMethod.java403 return widget.getLayout().getLineForVertical(widget.getScrollY()); in getTopLine()
407 return widget.getLayout().getLineForVertical(widget.getScrollY() + getInnerHeight(widget)); in getBottomLine()
423 final Layout layout = widget.getLayout(); in getScrollBoundsLeft()
440 final Layout layout = widget.getLayout(); in getScrollBoundsRight()
509 final Layout layout = widget.getLayout(); in scrollUp()
536 final Layout layout = widget.getLayout(); in scrollDown()
566 final Layout layout = widget.getLayout(); in scrollPageUp()
586 final Layout layout = widget.getLayout(); in scrollPageDown()
608 final Layout layout = widget.getLayout(); in scrollTop()
626 final Layout layout = widget.getLayout(); in scrollBottom()
DLinkMovementMethod.java92 Layout layout = widget.getLayout(); in action()
204 Layout layout = widget.getLayout(); in onTouchEvent()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocationFactory.cpp191 return helper_GOT_ORG(pParent) + pParent.getLayout().getOutputOffset(got_entry); in helper_GOT()
239 return helper_PLT_ORG(pParent) + pParent.getLayout().getOutputOffset(plt_entry); in helper_PLT()
396 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( in abs32()
450 - pReloc.place(pParent.getLayout()); in rel32()
461 pReloc.target() = pReloc.symValue() + A - pReloc.place(pParent.getLayout()); in base_prel()
507 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout()); in got_prel()
541 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout()); in call()
593 ARMRelocationFactory::Address P = pReloc.place(pParent.getLayout()); in thm_call()
655 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( in movw_abs_nc()
682 ARMRelocationFactory::DWord P = pReloc.place(pParent.getLayout()); in movw_prel_nc()
[all …]
DARMLDBackend.cpp70 m_pRelocFactory->setLayout(pLinker.getLayout()); in initRelocFactory()
201 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0), in createARMGOT()
213 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0), in createARMGOT()
294 uint64_t size = pLinker.getLayout().appendFragment(*frag, in defineSymbolforCopyReloc()
313 pLinker.getLayout().getFragmentRef(*frag, 0x0), in defineSymbolforCopyReloc()
369 updateAddend(pReloc, pInputSym, pLinker.getLayout()); in scanLocalReloc()
530 if (symbolNeedsCopyReloc(pLinker.getLayout(), pReloc, *rsym, pLDInfo, in scanGlobalReloc()
611 if (symbolNeedsCopyReloc(pLinker.getLayout(), pReloc, *rsym, pLDInfo, in scanGlobalReloc()
729 updateAddend(pReloc, pInputSym, pLinker.getLayout()); in scanRelocation()
863 uint64_t size = pLinker.getLayout().appendFragment(*frag, in readSection()
/frameworks/compile/mclinker/lib/Target/X86/
DX86RelocationFactory.cpp157 return got_addr + pParent.getLayout().getOutputOffset(got_entry); in helper_GOT()
205 return helper_PLT_ORG(pParent) + pParent.getLayout().getOutputOffset(plt_entry); in helper_PLT()
256 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( in abs32()
306 RelocationFactory::DWord P = pReloc.place(pParent.getLayout()); in rel32()
308 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( in rel32()
363 pReloc.target() = GOT_ORG + A - pReloc.place(pParent.getLayout()); in gotpc32()
396 X86RelocationFactory::Address P = pReloc.place(pParent.getLayout()); in plt32()
DX86LDBackend.cpp71 m_pRelocFactory->setLayout(pLinker.getLayout()); in initRelocFactory()
137 pLinker.getLayout().getFragmentRef(*(m_pGOTPLT->begin()), in createX86GOTPLT()
150 pLinker.getLayout().getFragmentRef(*(m_pGOTPLT->begin()), in createX86GOTPLT()
232 uint64_t size = pLinker.getLayout().appendFragment(*frag, in defineSymbolforCopyReloc()
251 pLinker.getLayout().getFragmentRef(*frag, 0x0), in defineSymbolforCopyReloc()
277 updateAddend(pReloc, pInputSym, pLinker.getLayout()); in scanLocalReloc()
352 if (symbolNeedsCopyReloc(pLinker.getLayout(), pReloc, *rsym, pLDInfo, in scanGlobalReloc()
456 if (symbolNeedsCopyReloc(pLinker.getLayout(), pReloc, *rsym, pLDInfo, in scanGlobalReloc()
489 updateAddend(pReloc, pInputSym, pLinker.getLayout()); in scanRelocation()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocationFactory.cpp147 return pParent.getLayout().getOutputOffset(got_entry) - 0x7FF0; in helper_GetGOTOffset()
220 const LDSection* target_sect = pParent.getLayout().getOutputLDSection( in abs32()
258 int32_t P = pReloc.place(pParent.getLayout()); in hi16()
284 int32_t P = pReloc.place(pParent.getLayout()); in lo16()
329 G = pParent.getLayout().getOutputOffset(got_entry) - 0x7FF0; in got16()
DMipsLDBackend.cpp108 m_pRelocFactory->setLayout(pLinker.getLayout()); in initRelocFactory()
133 updateAddend(pReloc, pInputSym, pLinker.getLayout()); in scanRelocation()
572 tbss_offset += pLinker.getLayout().appendFragment(*frag, in allocateCommonSymbols()
578 bss_offset += pLinker.getLayout().appendFragment(*frag, in allocateCommonSymbols()
599 tbss_offset += pLinker.getLayout().appendFragment(*frag, in allocateCommonSymbols()
605 bss_offset += pLinker.getLayout().appendFragment(*frag, in allocateCommonSymbols()
636 updateAddend(pReloc, pInputSym, pLinker.getLayout()); in scanLocalReloc()
856 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0), in createGOT()
868 pLinker.getLayout().getFragmentRef(*(m_pGOT->begin()), 0x0), in createGOT()
/frameworks/base/core/tests/coretests/src/android/view/
DMergeTest.java38 final ViewGroup layout = activity.getLayout(); in testMerged()
DMerge.java44 public ViewGroup getLayout() { in getLayout() method in Merge
/frameworks/base/core/tests/coretests/src/android/widget/focus/
DGoneParentFocusedChildTest.java39 assertNotNull(getActivity().getLayout()); in testPreconditinos()
DAdjacentVerticalRectLists.java46 public LinearLayout getLayout() { in getLayout() method in AdjacentVerticalRectLists
DGoneParentFocusedChild.java43 public LinearLayout getLayout() { in getLayout() method in GoneParentFocusedChild
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTicker.java74 StaticLayout getLayout(CharSequence substr) { in getLayout() method in Ticker.Segment
96 StaticLayout l = getLayout(substr); in getText()
122 StaticLayout l = getLayout(substr); in advance()
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
DLLOfButtons1.java50 public LinearLayout getLayout() { in getLayout() method in LLOfButtons1
DLLEditTextThenButton.java44 public LinearLayout getLayout() { in getLayout() method in LLEditTextThenButton
/frameworks/compile/mclinker/include/mcld/LD/
DRelocationFactory.h75 const Layout& getLayout() const;
/frameworks/compile/mclinker/include/mcld/MC/
DMCLinker.h176 Layout& getLayout() in getLayout() function
179 const Layout& getLayout() const in getLayout() function
/frameworks/base/core/java/com/android/internal/widget/
DDialogTitle.java49 final Layout layout = getLayout(); in onMeasure()
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
DTouchModeFocusChangeTest.java69 mActivity.getLayout().hasFocus()); in testTouchButtonNotTakeFocus()
DTouchModeFocusableTest.java89 getActivity().getLayout().hasFocus()); in testEnterTouchModeGivesFocusBackToFocusableInTouchMode()

123