Searched defs:getTarget (Results 1 - 11 of 11) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.h45 X86GNULDBackend& getTarget() function in class:mcld::X86RelocationFactory
48 const X86GNULDBackend& getTarget() const function in class:mcld::X86RelocationFactory
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.h46 ARMGNULDBackend& getTarget() function in class:mcld::ARMRelocationFactory
49 const ARMGNULDBackend& getTarget() const function in class:mcld::ARMRelocationFactory
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.h43 MipsGNULDBackend& getTarget() function in class:mcld::MipsRelocationFactory
46 const MipsGNULDBackend& getTarget() const function in class:mcld::MipsRelocationFactory
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFieldPort.java53 public Object getTarget() { method in class:FieldPort
H A DInputPort.java68 public Object getTarget() { method in class:InputPort
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()) {
/frameworks/base/core/java/android/animation/
H A DObjectAnimator.java419 public Object getTarget() { method in class:ObjectAnimator
/frameworks/compile/mclinker/lib/CodeGen/
H A DLLVMTargetMachine.cpp104 const mcld::Target& mcld::LLVMTargetMachine::getTarget() const function in class:mcld::LLVMTargetMachine
275 getTarget().get()->createMCInstPrinter(MAI.getAssemblerDialect(), MAI,
282 MCE = getTarget().get()->createMCCodeEmitter(*(getTM().getInstrInfo()), STI, *Context);
283 MAB = getTarget().get()->createMCAsmBackend(m_Triple);
289 getTarget().get()->createAsmStreamer(*Context, Out,
299 getTarget().get()->createAsmPrinter(getTM(), *AsmStreamer.get());
316 MCCodeEmitter* MCE = getTarget().get()->createMCCodeEmitter(*getTM().getInstrInfo(), STI, *Context);
319 MCAsmBackend* MAB = getTarget().get()->createMCAsmBackend(m_Triple);
324 OwningPtr<MCStreamer> AsmStreamer(getTarget().get()->createMCObjectStreamer(
333 MachineFunctionPass *funcPass = getTarget()
[all...]
/frameworks/base/core/java/android/content/
H A DIntentSender.java305 public IIntentSender getTarget() { method in class:IntentSender
/frameworks/base/core/java/android/os/
H A DMessage.java299 public Handler getTarget() { method in class:Message
356 * Sends this Message to the Handler specified by {@link #getTarget}.
/frameworks/base/core/java/android/app/
H A DPendingIntent.java739 public IIntentSender getTarget() { method in class:PendingIntent

Completed in 927 milliseconds