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

12

/external/webkit/Source/WebCore/svg/
H A DSVGURIReference.cpp45 String SVGURIReference::getTarget(const String& url) function in class:WebCore::SVGURIReference
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DTargetInsn.java85 public CodeAddress getTarget() { method in class:TargetInsn
93 * {@code getTarget().getAddress()}.
/external/webkit/Source/WebCore/html/canvas/
H A DWebGLBuffer.h59 GC3Denum getTarget() const { return m_target; } function in class:WebCore::WebGLBuffer
H A DWebGLTexture.h47 GC3Denum getTarget() const { return m_target; } function in class:WebCore::WebGLTexture
/external/llvm/include/llvm/MC/
H A DMCTargetAsmLexer.h46 const Target &getTarget() const { return TheTarget; } function in class:llvm::MCTargetAsmLexer
/external/llvm/include/llvm/Analysis/
H A DPathProfileInfo.h46 inline BasicBlock* getTarget() { return _target; } function in class:llvm::ProfilePathEdge
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h66 const TargetMachine &getTarget() const { return TM; } function in class:llvm::Hexagon_CCState
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h112 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenTypes
H A DCodeGenModule.h455 const TargetInfo &getTarget() const { return Context.getTargetInfo(); } function in class:clang::CodeGen::CodeGenModule
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DDecodedInstruction.java152 public final int getTarget() { method in class:DecodedInstruction
159 public final int getTarget(int baseAddress) { method in class:DecodedInstruction
169 int relativeTarget = getTarget(baseAddress);
185 int relativeTarget = getTarget(baseAddress);
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h154 /// getTarget - Return the target machine this machine code is compiled with
156 const TargetMachine &getTarget() const { return Target; } function in class:llvm::MachineFunction
H A DCallingConvLower.h181 const TargetMachine &getTarget() const { return TM; } function in class:llvm::CCState
H A DSelectionDAG.h243 const TargetMachine &getTarget() const { return TM; } function in class:llvm::SelectionDAG
/external/llvm/include/llvm/Target/
H A DTargetMachine.h91 const Target &getTarget() const { return TheTarget; } function in class:llvm::TargetMachine
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h109 const Target *getTarget() const { return TheTarget; } function in class:llvm::LLVMDisasmContext
/external/replicaisland/src/com/replica/replicaisland/
H A DCameraSystem.java85 public GameObject getTarget() { method in class:CameraSystem
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h290 TargetInfo &getTarget() const { function in class:clang::CompilerInstance
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp113 static const Target *getTarget(const ObjectFile *Obj = NULL) { function
172 const Target *TheTarget = getTarget(Obj);
173 // getTarget() will have already issued a diagnostic if necessary, so
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h483 const Expr *getTarget() const { return E; } function in class:clang::ento::IndirectGotoNodeBuilder
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp173 BallLarusNode* BallLarusEdge::getTarget() const { function in class:BallLarusEdge
292 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) {
296 if( oldTarget != (*succ)->getTarget()->getBlock() )
301 addEdge(getRoot(), (*succ)->getTarget(), duplicateNumber++);
460 succNode = (*succ)->getTarget();
/external/skia/src/animator/
H A DSkDisplayApply.cpp115 SkDisplayable* target = getTarget(animator);
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { function in class:SkApply
739 SkDisplayable* target = getTarget(animate);
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DTexture.cpp1199 GLenum Texture2D::getTarget() const function in class:gl::Texture2D
1767 GLenum TextureCubeMap::getTarget() const function in class:gl::TextureCubeMap
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java197 * Note that getNodeName is aliased to getTarget.
201 public final String getTarget() method in class:DTMNodeProxy
204 } // getTarget():String
/external/clang/include/clang/AST/
H A DStmt.h1236 Expr *getTarget() { return reinterpret_cast<Expr*>(Target); } function in class:clang::IndirectGotoStmt
1237 const Expr *getTarget() const {return reinterpret_cast<const Expr*>(Target);} function in class:clang::IndirectGotoStmt
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 913 milliseconds

12