/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86Relocator.cpp | 38 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_DynRel_init() 60 pFactory.getTarget().isSymbolPreemptible(pSym)) in helper_use_relative_reloc() 72 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_GOT_init() 101 return pParent.getTarget().getGOTPLT().addr(); in helper_GOT_ORG() 110 return pParent.getTarget().getGOT().addr() + got_entry->getOffset(); in helper_get_GOT_address() 118 X86_32GNULDBackend& ld_backend = pParent.getTarget(); in helper_PLT_init() 143 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address() 360 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc() 381 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc() 432 ELFFileFormat* file_format = getTarget().getOutputFormat(); in scanLocalReloc() [all …]
|
D | X86Relocator.h | 136 X86_32GNULDBackend& getTarget() in getTarget() function 139 const X86_32GNULDBackend& getTarget() const in getTarget() function 195 X86_64GNULDBackend& getTarget() in getTarget() function 198 const X86_64GNULDBackend& getTarget() const in getTarget() function
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsRelocator.cpp | 237 if (NULL != getTarget().getGpDispSymbol() && in scanRelocation() 238 rsym == getTarget().getGpDispSymbol()->resolveInfo()) in scanRelocation() 255 if (getTarget().needsLA25Stub(info.type(), info.parent().symInfo())) in scanRelocation() 256 getTarget().addNonPICBranchSym(pReloc.symInfo()); in scanRelocation() 268 getTarget().getGOT().initializeScan(pInput); in initializeScan() 275 getTarget().getGOT().finalizeScan(pInput); in finalizeScan() 308 getTarget().getRelDyn().reserveEntry(); in scanLocalReloc() 310 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc() 345 if (getTarget().getGOT().reserveLocalEntry(*rsym, in scanLocalReloc() 347 if (getTarget().getGOT().hasMultipleGOT()) in scanLocalReloc() [all …]
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64RelocationHelpers.h | 101 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address() 109 AArch64GNULDBackend& ld_backend = pParent.getTarget(); in helper_PLT_init() 137 AArch64GNULDBackend& ld_backend = pParent.getTarget(); in helper_DynRela_init() 159 pParent.getTarget().isSymbolPreemptible(pSym)) in helper_use_relative_reloc() 169 return pParent.getTarget().getGOT().addr() + got_entry->getOffset(); in helper_get_GOT_address() 175 return pParent.getTarget().getGOT().addr(); in helper_GOT_ORG() 183 AArch64GNULDBackend& ld_backend = pParent.getTarget(); in helper_GOT_init()
|
D | AArch64Relocator.cpp | 97 Relocation& rel_entry = *getTarget().getRelaDyn().create(); in addCopyReloc() 114 ELFFileFormat* file_format = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() 168 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc() 192 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc() 230 if (getTarget().symbolNeedsPLT(*rsym)) { in scanGlobalReloc() 242 if (getTarget().symbolNeedsDynRel(*rsym, (rsym->reserved() & ReservePLT), in scanGlobalReloc() 245 if (getTarget().symbolNeedsCopyReloc(pReloc, *rsym)) { in scanGlobalReloc() 252 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanGlobalReloc() 277 if (getTarget().symbolNeedsPLT(*rsym) && in scanGlobalReloc() 295 if (getTarget().isDynamicSymbol(*rsym) && in scanGlobalReloc() [all …]
|
D | AArch64Relocator.h | 86 AArch64GNULDBackend& getTarget() in getTarget() function 89 const AArch64GNULDBackend& getTarget() const in getTarget() function
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | SimpleFrameManager.java | 44 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()
|
D | FrameFormat.java | 93 public int getTarget() { in getTarget() method in FrameFormat 162 result.setTarget(getTarget()); in mutableCopy() 201 if (specification.getTarget() != TARGET_UNSPECIFIED in isCompatibleWith() 202 && getTarget() != specification.getTarget()) { in isCompatibleWith() 258 if (specification.getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith() 259 && getTarget() != TARGET_UNSPECIFIED in mayBeCompatibleWith() 260 && getTarget() != specification.getTarget()) { in mayBeCompatibleWith()
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | StateListAnimatorTest.java | 63 stateListAnimator.getTarget()); in testAttachDetach() 73 stateListAnimator.getTarget()); in testAttachDetach() 77 view, stateListAnimator2.getTarget()); in testAttachDetach() 81 stateListAnimator2.getTarget()); in testAttachDetach()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | BroadcasterTest.java | 93 if (msg.getTarget() == mHandlers[index]) { in handleMessage() 152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test4() 187 if (msg.what == MESSAGE_D && msg.getTarget() == h2) { in test5() 223 if (msg.what == MESSAGE_C && msg.getTarget() == h1) { in test6()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | ImageCombineFilter.java | 72 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()
|
D | ResizeFilter.java | 69 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram() 71 switch (format.getTarget()) { in createProgram()
|
D | CropFilter.java | 89 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram() 92 switch (format.getTarget()) { in createProgram()
|
D | CrossProcessFilter.java | 108 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 109 initProgram(context, inputFormat.getTarget()); in process()
|
D | PosterizeFilter.java | 89 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 90 initProgram(context, inputFormat.getTarget()); in process()
|
D | NegativeFilter.java | 86 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 87 initProgram(context, inputFormat.getTarget()); in process()
|
D | SepiaFilter.java | 87 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 88 initProgram(context, inputFormat.getTarget()); in process()
|
D | ColorTemperatureFilter.java | 96 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 97 initProgram(context, inputFormat.getTarget()); in process()
|
D | TintFilter.java | 97 if (mProgram == null || inputFormat.getTarget() != mTarget) { in process() 98 initProgram(context, inputFormat.getTarget()); in process()
|
/frameworks/base/core/java/android/animation/ |
D | ObjectAnimator.java | 771 if (((ObjectAnimator) anim).getTarget() == getTarget() && in hasSameTargetAndProperties() 821 Log.d(LOG_TAG, "Anim target, duration: " + getTarget() + ", " + getDuration()); in start() 849 final Object target = getTarget(); in initAnimation() 883 public Object getTarget() { in getTarget() method in ObjectAnimator 895 final Object oldTarget = getTarget(); in setTarget() 910 final Object target = getTarget(); in setupStartValues() 923 final Object target = getTarget(); in setupEndValues() 946 final Object target = getTarget(); in animateValue() 970 getTarget(); in toString()
|
D | StateListAnimator.java | 102 public View getTarget() { in getTarget() method in StateListAnimator 111 final View current = getTarget(); in setTarget() 185 match.mAnimator.setTarget(getTarget()); in start()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMRelocator.cpp | 70 pFactory.getTarget().isSymbolPreemptible(pSym)) in helper_use_relative_reloc() 87 return pParent.getTarget().getGOT().addr() + got_entry->getOffset(); in helper_get_GOT_address() 97 ARMGNULDBackend& ld_backend = pParent.getTarget(); in helper_GOT_init() 130 return pParent.getTarget().getGOT().addr(); in helper_GOT_ORG() 139 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset(); in helper_get_PLT_address() 147 ARMGNULDBackend& ld_backend = pParent.getTarget(); in helper_PLT_init() 177 ARMGNULDBackend& ld_backend = pParent.getTarget(); in helper_DynRel_init() 374 Relocation& rel_entry = *getTarget().getRelDyn().create(); in addCopyReloc() 392 ELFFileFormat* file_format = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() 509 getTarget().checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc() [all …]
|
D | ARMRelocator.h | 70 ARMGNULDBackend& getTarget() in getTarget() function 73 const ARMGNULDBackend& getTarget() const in getTarget() function
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | Relocator.h | 108 virtual TargetLDBackend& getTarget() = 0; 110 virtual const TargetLDBackend& getTarget() const = 0;
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonRelocator.h | 93 HexagonLDBackend& getTarget() in getTarget() function 96 const HexagonLDBackend& getTarget() const in getTarget() function
|