Home
last modified time | relevance | path

Searched refs:getTarget (Results 1 – 25 of 95) sorted by relevance

1234

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp36 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_DynRel_init()
54 pFactory.getTarget().isSymbolPreemptible(pSym)) in helper_use_relative_reloc()
64 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_GOT_init()
89 return pParent.getTarget().getGOTPLT().addr(); in helper_GOT_ORG()
96 return pParent.getTarget().getGOT().addr() + got_entry->getOffset(); in helper_get_GOT_address()
103 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_PLT_init()
127 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
326 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
350 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
395 ELFFileFormat* file_format = getTarget().getOutputFormat(); in scanLocalReloc()
[all …]
DX86Relocator.h131 X86_32GNULDBackend& getTarget() { return m_Target; } in getTarget() function
133 const X86_32GNULDBackend& getTarget() const { return m_Target; } in getTarget() function
195 X86_64GNULDBackend& getTarget() { return m_Target; } in getTarget() function
197 const X86_64GNULDBackend& getTarget() const { return m_Target; } in getTarget() function
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp95 MipsGNULDBackend& backend = pParent.getTarget(); in helper_PLT_init()
114 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
194 if (getTarget().getGpDispSymbol() != NULL && in scanRelocation()
195 rsym == getTarget().getGpDispSymbol()->resolveInfo()) in scanRelocation()
212 if (getTarget().needsLA25Stub(info.type(), info.parent().symInfo())) in scanRelocation()
213 getTarget().addNonPICBranchSym(pReloc.symInfo()); in scanRelocation()
224 getTarget().getGOT().initializeScan(pInput); in initializeScan()
230 getTarget().getGOT().finalizeScan(pInput); in finalizeScan()
260 getTarget().getRelDyn().reserveEntry(); in scanLocalReloc()
262 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
[all …]
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64RelocationHelpers.h89 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
96 AArch64GNULDBackend& ld_backend = pParent.getTarget(); in helper_PLT_init()
122 AArch64GNULDBackend& ld_backend = pParent.getTarget(); in helper_DynRela_init()
140 pParent.getTarget().isSymbolPreemptible(pSym)) in helper_use_relative_reloc()
150 return pParent.getTarget().getGOT().addr() + got_entry->getOffset(); in helper_get_GOT_address()
154 return pParent.getTarget().getGOT().addr(); in helper_GOT_ORG()
162 AArch64GNULDBackend& ld_backend = pParent.getTarget(); in helper_GOT_init()
DAArch64Relocator.cpp94 Relocation& rel_entry = *getTarget().getRelaDyn().create(); in addCopyReloc()
110 ELFFileFormat* file_format = getTarget().getOutputFormat(); in defineSymbolforCopyReloc()
163 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
189 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
226 if (getTarget().symbolNeedsPLT(*rsym)) { in scanGlobalReloc()
238 if (getTarget() in scanGlobalReloc()
242 if (getTarget().symbolNeedsCopyReloc(pReloc, *rsym)) { in scanGlobalReloc()
248 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanGlobalReloc()
273 if (getTarget().symbolNeedsPLT(*rsym) && in scanGlobalReloc()
291 if (getTarget().isDynamicSymbol(*rsym) && in scanGlobalReloc()
[all …]
DAArch64Relocator.h72 AArch64GNULDBackend& getTarget() { return m_Target; } in getTarget() function
74 const AArch64GNULDBackend& getTarget() const { return m_Target; } in getTarget() function
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFrameFormat.java95 public int getTarget() { in getTarget() method in FrameFormat
167 result.setTarget(getTarget()); in mutableCopy()
206 if (specification.getTarget() != TARGET_UNSPECIFIED in isCompatibleWith()
207 && getTarget() != specification.getTarget()) { in isCompatibleWith()
263 if (specification.getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith()
264 && getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith()
265 && getTarget() != specification.getTarget()) { in mayBeCompatibleWith()
DSimpleFrameManager.java44 switch(format.getTarget()) { in newBoundFrame()
54 + FrameFormat.targetToString(format.getTarget()) + "!"); in newBoundFrame()
61 switch(format.getTarget()) { in createNewFrame()
84 FrameFormat.targetToString(format.getTarget()) + "!"); in createNewFrame()
/frameworks/base/core/tests/coretests/src/android/animation/
DStateListAnimatorTest.java70 stateListAnimator.getTarget()); in testAttachDetach()
80 stateListAnimator.getTarget()); in testAttachDetach()
84 view, stateListAnimator2.getTarget()); in testAttachDetach()
88 stateListAnimator2.getTarget()); in testAttachDetach()
/frameworks/base/core/java/android/animation/
DObjectAnimator.java824 if (((ObjectAnimator) anim).getTarget() == getTarget() && in hasSameTargetAndProperties()
844 Log.d(LOG_TAG, "Anim target, duration: " + getTarget() + ", " + getDuration()); in start()
887 final Object target = getTarget(); in initAnimation()
921 public Object getTarget() { in getTarget() method in ObjectAnimator
927 final Object oldTarget = getTarget(); in setTarget()
942 final Object target = getTarget(); in setupStartValues()
955 final Object target = getTarget(); in setupEndValues()
979 final Object target = getTarget(); in animateValue()
1009 getTarget(); in toString()
DStateListAnimator.java103 public View getTarget() { in getTarget() method in StateListAnimator
112 final View current = getTarget(); in setTarget()
186 match.mAnimator.setTarget(getTarget()); in start()
/frameworks/base/core/tests/coretests/src/android/os/
DBroadcasterTest.java90 if (msg.getTarget() == mHandlers[index]) { in handleMessage()
149 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test4()
184 if (msg.what == MESSAGE_D && msg.getTarget() == h2) { in test5()
220 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test6()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
DImageCombineFilter.java72 int target = getInputFormat(mInputNames[0]).getTarget(); in assertAllInputTargetsMatch()
74 if (target != getInputFormat(inputName).getTarget()) { in assertAllInputTargetsMatch()
94 updateProgramWithTarget(inputs[0].getFormat().getTarget(), context); in process()
DResizeFilter.java69 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()
71 switch (format.getTarget()) { in createProgram()
DCropFilter.java89 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()
92 switch (format.getTarget()) { in createProgram()
DPosterizeFilter.java89 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
90 initProgram(context, inputFormat.getTarget()); in process()
DCrossProcessFilter.java108 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
109 initProgram(context, inputFormat.getTarget()); in process()
DNegativeFilter.java86 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
87 initProgram(context, inputFormat.getTarget()); in process()
DSepiaFilter.java87 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
88 initProgram(context, inputFormat.getTarget()); in process()
DColorTemperatureFilter.java96 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process()
97 initProgram(context, inputFormat.getTarget()); in process()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp64 pFactory.getTarget().isSymbolPreemptible(pSym)) in helper_use_relative_reloc()
78 return pParent.getTarget().getGOT().addr() + got_entry->getOffset(); in helper_get_GOT_address()
86 ARMGNULDBackend& ld_backend = pParent.getTarget(); in helper_GOT_init()
115 return pParent.getTarget().getGOT().addr(); in helper_GOT_ORG()
122 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
128 ARMGNULDBackend& ld_backend = pParent.getTarget(); in helper_PLT_init()
156 ARMGNULDBackend& ld_backend = pParent.getTarget(); in helper_DynRel_init()
325 Relocation& rel_entry = *getTarget().getRelDyn().create(); in addCopyReloc()
341 ELFFileFormat* file_format = getTarget().getOutputFormat(); in defineSymbolforCopyReloc()
449 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
[all …]
DARMRelocator.h66 ARMGNULDBackend& getTarget() { return m_Target; } in getTarget() function
68 const ARMGNULDBackend& getTarget() const { return m_Target; } in getTarget() function
/frameworks/base/core/java/com/android/internal/os/
DLooperStats.java251 || entry.handler.getClass() != msg.getTarget().getClass() in findEntry()
252 || entry.handler.getLooper().getThread() != msg.getTarget().getLooper().getThread() in findEntry()
307 this.handler = msg.getTarget(); in Entry()
335 result = 31 * result + msg.getTarget().getLooper().getThread().hashCode(); in idFor()
336 result = 31 * result + msg.getTarget().getClass().hashCode(); in idFor()
/frameworks/compile/mclinker/include/mcld/LD/
DRelocator.h93 virtual TargetLDBackend& getTarget() = 0;
95 virtual const TargetLDBackend& getTarget() const = 0;
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp32 HexagonLDBackend& ld_backend = pParent.getTarget(); in helper_DynRel_init()
50 pFactory.getTarget().isSymbolPreemptible(pSym)) in helper_use_relative_reloc()
60 HexagonLDBackend& ld_backend = pParent.getTarget(); in helper_GOT_init()
88 return pParent.getTarget().getGOT().addr() + got_entry->getOffset(); in helper_get_GOT_address()
95 HexagonLDBackend& ld_backend = pParent.getTarget(); in helper_PLT_init()
118 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address()
277 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
292 HexagonLDBackend& ld_backend = getTarget(); in scanGlobalReloc()
770 Relocator::DWord GP = pParent.getTarget().getGP(); in relocGPREL()
847 Relocator::Address GOT = pParent.getTarget().getGOTSymbolAddr(); in relocGOT()
[all …]

1234