Searched refs:getTarget (Results 1 - 25 of 78) sorted by relevance

1234

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp38 X86_32GNULDBackend& ld_backend = pParent.getTarget();
60 pFactory.getTarget().isSymbolPreemptible(pSym))
72 X86_32GNULDBackend& ld_backend = pParent.getTarget();
101 return pParent.getTarget().getGOTPLT().addr();
110 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
118 X86_32GNULDBackend& ld_backend = pParent.getTarget();
143 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
360 getTarget().checkAndSetHasTextRel(*pSection.getLink());
381 getTarget().checkAndSetHasTextRel(*pSection.getLink());
432 ELFFileFormat* file_format = getTarget()
[all...]
H A DX86Relocator.h136 X86_32GNULDBackend& getTarget() function in class:mcld::X86_32Relocator
139 const X86_32GNULDBackend& getTarget() const function in class:mcld::X86_32Relocator
195 X86_64GNULDBackend& getTarget() function in class:mcld::X86_64Relocator
198 const X86_64GNULDBackend& getTarget() const function in class:mcld::X86_64Relocator
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrameManager.java44 switch(format.getTarget()) {
54 + FrameFormat.targetToString(format.getTarget()) + "!");
61 switch(format.getTarget()) {
84 FrameFormat.targetToString(format.getTarget()) + "!");
H A DFrameFormat.java93 public int getTarget() { method in class:FrameFormat
162 result.setTarget(getTarget());
201 if (specification.getTarget() != TARGET_UNSPECIFIED
202 && getTarget() != specification.getTarget()) {
258 if (specification.getTarget() != TARGET_UNSPECIFIED
259 && getTarget() != TARGET_UNSPECIFIED
260 && getTarget() != specification.getTarget()) {
H A DInputPort.java68 public Object getTarget() { method in class:InputPort
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp237 if (NULL != getTarget().getGpDispSymbol() &&
238 rsym == getTarget().getGpDispSymbol()->resolveInfo())
255 if (getTarget().needsLA25Stub(info.type(), info.parent().symInfo()))
256 getTarget().addNonPICBranchSym(pReloc.symInfo());
268 getTarget().getGOT().initializeScan(pInput);
275 getTarget().getGOT().finalizeScan(pInput);
308 getTarget().getRelDyn().reserveEntry();
310 getTarget().checkAndSetHasTextRel(*pSection.getLink());
345 if (getTarget().getGOT().reserveLocalEntry(*rsym,
347 if (getTarget()
[all...]
/frameworks/base/core/tests/coretests/src/android/animation/
H A DStateListAnimatorTest.java63 stateListAnimator.getTarget());
73 stateListAnimator.getTarget());
77 view, stateListAnimator2.getTarget());
81 stateListAnimator2.getTarget());
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DCrossProcessFilter.java108 if (mProgram == null || inputFormat.getTarget() != mTarget) {
109 initProgram(context, inputFormat.getTarget());
H A DNegativeFilter.java86 if (mProgram == null || inputFormat.getTarget() != mTarget) {
87 initProgram(context, inputFormat.getTarget());
H A DPosterizeFilter.java89 if (mProgram == null || inputFormat.getTarget() != mTarget) {
90 initProgram(context, inputFormat.getTarget());
H A DCropFilter.java89 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return;
92 switch (format.getTarget()) {
H A DImageCombineFilter.java72 int target = getInputFormat(mInputNames[0]).getTarget();
74 if (target != getInputFormat(inputName).getTarget()) {
94 updateProgramWithTarget(inputs[0].getFormat().getTarget(), context);
H A DResizeFilter.java69 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return;
71 switch (format.getTarget()) {
H A DColorTemperatureFilter.java96 if (mProgram == null || inputFormat.getTarget() != mTarget) {
97 initProgram(context, inputFormat.getTarget());
H A DFlipFilter.java90 if (mProgram == null || inputFormat.getTarget() != mTarget) {
91 initProgram(context, inputFormat.getTarget());
H A DSepiaFilter.java87 if (mProgram == null || inputFormat.getTarget() != mTarget) {
88 initProgram(context, inputFormat.getTarget());
H A DTintFilter.java97 if (mProgram == null || inputFormat.getTarget() != mTarget) {
98 initProgram(context, inputFormat.getTarget());
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h108 virtual TargetLDBackend& getTarget() = 0;
110 virtual const TargetLDBackend& getTarget() const = 0;
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp97 Relocation& rel_entry = *getTarget().getRelaDyn().create();
114 ELFFileFormat* file_format = getTarget().getOutputFormat();
168 getTarget().checkAndSetHasTextRel(*pSection.getLink());
192 getTarget().checkAndSetHasTextRel(*pSection.getLink());
230 if (getTarget().symbolNeedsPLT(*rsym)) {
242 if (getTarget().symbolNeedsDynRel(*rsym, (rsym->reserved() & ReservePLT),
245 if (getTarget().symbolNeedsCopyReloc(pReloc, *rsym)) {
252 getTarget().checkAndSetHasTextRel(*pSection.getLink());
277 if (getTarget().symbolNeedsPLT(*rsym) &&
295 if (getTarget()
[all...]
H A DAArch64RelocationHelpers.h101 return pParent.getTarget().getPLT().addr() + plt_entry->getOffset();
109 AArch64GNULDBackend& ld_backend = pParent.getTarget();
137 AArch64GNULDBackend& ld_backend = pParent.getTarget();
159 pParent.getTarget().isSymbolPreemptible(pSym))
169 return pParent.getTarget().getGOT().addr() + got_entry->getOffset();
175 return pParent.getTarget().getGOT().addr();
183 AArch64GNULDBackend& ld_backend = pParent.getTarget();
H A DAArch64Relocator.h86 AArch64GNULDBackend& getTarget() function in class:mcld::AArch64Relocator
89 const AArch64GNULDBackend& getTarget() const function in class:mcld::AArch64Relocator
/frameworks/base/core/tests/coretests/src/android/os/
H A DBroadcasterTest.java93 if (msg.getTarget() == mHandlers[index]) {
152 if (msg.what == MESSAGE_C && msg.getTarget() == h1) {
187 if (msg.what == MESSAGE_D && msg.getTarget() == h2) {
223 if (msg.what == MESSAGE_C && msg.getTarget() == h1) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java70 protected int getTarget() { method in class:RawTexture
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h70 ARMGNULDBackend& getTarget() function in class:mcld::ARMRelocator
73 const ARMGNULDBackend& getTarget() const function in class:mcld::ARMRelocator
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.h93 HexagonLDBackend& getTarget() function in class:mcld::HexagonRelocator
96 const HexagonLDBackend& getTarget() const function in class:mcld::HexagonRelocator

Completed in 4423 milliseconds

1234