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

/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/X86/
H A DX86RelocationFactory.h34 X86GNULDBackend& getTarget() function in class:mcld::X86RelocationFactory
37 const X86GNULDBackend& getTarget() const function in class:mcld::X86RelocationFactory
/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/libbcc/include/bcc/Support/
H A DLinkerConfig.h59 inline const mcld::Target *getTarget() const function in class:bcc::LinkerConfig
H A DCompilerConfig.h99 inline const llvm::Target *getTarget() const function in class:bcc::CompilerConfig
/frameworks/compile/mclinker/tools/mcld/include/alone/Support/
H A DLinkerConfig.h52 inline const mcld::Target *getTarget() const function in class:alone::LinkerConfig
/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.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/base/core/java/android/content/
H A DIntentSender.java361 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.java884 public IIntentSender getTarget() { method in class:PendingIntent

Completed in 414 milliseconds