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

123

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.h34 ARMGNULDBackend& getTarget() function in class:mcld::ARMRelocationFactory
37 const ARMGNULDBackend& getTarget() const function in class:mcld::ARMRelocationFactory
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.h32 MipsGNULDBackend& getTarget() function in class:mcld::MipsRelocationFactory
35 const MipsGNULDBackend& getTarget() const function in class:mcld::MipsRelocationFactory
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.h34 X86GNULDBackend& getTarget() function in class:mcld::X86RelocationFactory
37 const X86GNULDBackend& getTarget() const function in class:mcld::X86RelocationFactory
H A DX86RelocationFactory.cpp94 pFactory.getTarget().isSymbolPreemptible(pSym, pLDInfo, pLDInfo.output()))
106 X86GNULDBackend& ld_backend = pParent.getTarget();
145 return pParent.getTarget().getGOTPLT().getSection().addr();
156 pParent.getTarget().getGOT().getSection().addr();
167 X86GNULDBackend& ld_backend = pParent.getTarget();
196 return pParent.getTarget().getPLT().getSection().addr();
217 X86GNULDBackend& ld_backend = pParent.getTarget();
252 bool has_dyn_rel = pParent.getTarget().symbolNeedsDynRel(
324 if (pParent.getTarget().symbolNeedsDynRel(
/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/LD/
H A DRelocationFactory.cpp44 if(llvm::sys::isLittleEndianHost() != getTarget().isLittleEndian()) {
47 switch(getTarget().bitclass()) {
64 pFragRef.memcpy(&target_data, (getTarget().bitclass()/8));
/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp105 const mcld::Target& mcld::LLVMTargetMachine::getTarget() const function in class:mcld::LLVMTargetMachine
274 getTarget().get()->createMCInstPrinter(MAI.getAssemblerDialect(), MAI,
281 MCE = getTarget().get()->createMCCodeEmitter(MII, MRI, STI, *Context);
282 MAB = getTarget().get()->createMCAsmBackend(m_Triple);
288 getTarget().get()->createAsmStreamer(*Context, Out,
298 getTarget().get()->createAsmPrinter(getTM(), *AsmStreamer.get());
318 getTarget().get()->createMCCodeEmitter(MII, MRI, STI, *Context);
321 MCAsmBackend* MAB = getTarget().get()->createMCAsmBackend(m_Triple);
326 OwningPtr<MCStreamer> AsmStreamer(getTarget().get()->createMCObjectStreamer(
335 MachineFunctionPass *funcPass = getTarget()
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocationFactory.h77 virtual TargetLDBackend& getTarget() = 0;
79 virtual const TargetLDBackend& getTarget() const = 0;
/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());
H A DDocumentaryFilter.java121 if (mProgram == null || inputFormat.getTarget() != mTarget) {
122 initProgram(context, inputFormat.getTarget());
H A DDuotoneFilter.java99 if (mProgram == null || inputFormat.getTarget() != mTarget) {
100 initProgram(context, inputFormat.getTarget());
H A DFillLightFilter.java107 if (mProgram == null || inputFormat.getTarget() != mTarget) {
108 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) {

Completed in 1501 milliseconds

123