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

123

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp221 getTarget().getRelDyn().reserveEntry();
224 getTarget().checkAndSetHasTextRel(*pSection.getLink());
242 getTarget().getGOT().reserve();
255 getTarget().getRelDyn().reserveEntry();
273 getTarget().getGOT().reserve(2);
275 getTarget().getRelDyn().reserveEntry();
282 ELFFileFormat* file_format = getTarget().getOutputFormat();
286 if (!getTarget().hasTDATASymbol())
287 getTarget().setTDATASymbol(*pModule.getSectionSymbolSet().get(*sym_sect));
290 if (!getTarget()
[all...]
H A DX86Relocator.h146 X86_32GNULDBackend& getTarget() function in class:mcld::X86_32Relocator
149 const X86_32GNULDBackend& getTarget() const function in class:mcld::X86_32Relocator
200 X86_64GNULDBackend& getTarget() function in class:mcld::X86_64Relocator
203 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.cpp89 if (NULL != getTarget().getGpDispSymbol()) {
90 if (pReloc.symInfo() == getTarget().getGpDispSymbol()->resolveInfo())
103 if ((rsym->isLocal() || !getTarget().isDynamicSymbol(*rsym) ||
117 getTarget().getGOT().initializeScan(pInput);
123 getTarget().getGOT().finalizeScan(pInput);
155 getTarget().getRelDyn().reserveEntry();
157 getTarget().checkAndSetHasTextRel(*pSection.getLink());
161 getTarget().getGOT().setLocal(rsym);
196 if (getTarget().getGOT().reserveLocalEntry(*rsym)) {
197 if (getTarget()
[all...]
H A DMipsRelocator.h66 MipsGNULDBackend& getTarget() function in class:mcld::MipsRelocator
69 const MipsGNULDBackend& getTarget() const function in class:mcld::MipsRelocator
/frameworks/compile/mclinker/lib/CodeGen/
H A DMCLDTargetMachine.cpp106 const mcld::Target& mcld::MCLDTargetMachine::getTarget() const function in class:mcld::MCLDTargetMachine
284 getTarget().get()->createMCInstPrinter(MAI.getAssemblerDialect(), MAI,
291 MCE = getTarget().get()->createMCCodeEmitter(MII, MRI, STI, *Context);
292 MAB = getTarget().get()->createMCAsmBackend(m_Triple,
299 getTarget().get()->createAsmStreamer(*Context, pOutput,
309 getTarget().get()->createAsmPrinter(getTM(), *AsmStreamer.get());
328 getTarget().get()->createMCCodeEmitter(MII, MRI, STI, *Context);
332 getTarget().get()->createMCAsmBackend(m_Triple,getTM().getTargetCPU());
337 OwningPtr<MCStreamer> AsmStreamer(getTarget().get()->createMCObjectStreamer(
346 MachineFunctionPass *funcPass = getTarget()
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocator.h100 virtual TargetLDBackend& getTarget() = 0;
102 virtual const TargetLDBackend& getTarget() const = 0;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.h81 ARMGNULDBackend& getTarget() function in class:mcld::ARMRelocator
84 const ARMGNULDBackend& getTarget() const function in class:mcld::ARMRelocator
H A DARMRelocator.cpp82 Relocation& rel_entry = *getTarget().getRelDyn().consumeEntry();
100 ELFFileFormat* file_format = getTarget().getOutputFormat();
191 getTarget().getRelDyn().reserveEntry();
194 getTarget().checkAndSetHasTextRel(*pSection.getLink());
232 getTarget().getGOT().reserveGOT();
238 getTarget().getRelDyn().reserveEntry();
251 if (rsym != getTarget().getGOTSymbol()->resolveInfo())
299 if (getTarget().symbolNeedsPLT(*rsym)) {
306 getTarget().getPLT().reserveEntry();
307 getTarget()
[all...]
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DCropFilter.java95 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return;
98 switch (format.getTarget()) {
H A DImageCombineFilter.java78 int target = getInputFormat(mInputNames[0]).getTarget();
80 if (target != getInputFormat(inputName).getTarget()) {
100 updateProgramWithTarget(inputs[0].getFormat().getTarget(), context);
H A DResizeFilter.java72 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return;
74 switch (format.getTarget()) {
H A DColorTemperatureFilter.java100 if (mProgram == null || inputFormat.getTarget() != mTarget) {
101 initProgram(context, inputFormat.getTarget());
H A DCrossProcessFilter.java113 if (mProgram == null || inputFormat.getTarget() != mTarget) {
114 initProgram(context, inputFormat.getTarget());
H A DNegativeFilter.java89 if (mProgram == null || inputFormat.getTarget() != mTarget) {
90 initProgram(context, inputFormat.getTarget());
H A DPosterizeFilter.java92 if (mProgram == null || inputFormat.getTarget() != mTarget) {
93 initProgram(context, inputFormat.getTarget());
H A DSepiaFilter.java90 if (mProgram == null || inputFormat.getTarget() != mTarget) {
91 initProgram(context, inputFormat.getTarget());
H A DBitmapOverlayFilter.java110 if (mProgram == null || inputFormat.getTarget() != mTarget) {
111 initProgram(context, inputFormat.getTarget());
H A DBlackWhiteFilter.java145 if (mProgram == null || inputFormat.getTarget() != mTarget) {
146 initProgram(context, inputFormat.getTarget());
H A DCropRectFilter.java105 if (mProgram == null || inputFormat.getTarget() != mTarget) {
106 initProgram(context, inputFormat.getTarget());
/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/Hexagon/
H A DHexagonRelocator.h105 HexagonLDBackend& getTarget() function in class:mcld::HexagonRelocator
108 const HexagonLDBackend& getTarget() const function in class:mcld::HexagonRelocator

Completed in 294 milliseconds

123