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

1234

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLBuffer.h43 GLenum getTarget() const { return m_target; } function in class:blink::FINAL
H A DWebGLTexture.h52 GLenum getTarget() const { return m_target; } function in class:blink::FINAL
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DBuilderOffsetInstruction.java64 public Label getTarget() { method in class:BuilderOffsetInstruction
/external/smack/src/org/xbill/DNS/
H A DCNAMERecord.java35 getTarget() { method in class:CNAMERecord
H A DDNAMERecord.java35 getTarget() { method in class:DNAMERecord
H A DKXRecord.java36 getTarget() { method in class:KXRecord
H A DNSAP_PTRRecord.java34 getTarget() { method in class:NSAP_PTRRecord
H A DNSRecord.java33 getTarget() { method in class:NSRecord
H A DPTRRecord.java34 getTarget() { method in class:PTRRecord
H A DMXRecord.java36 getTarget() { method in class:MXRecord
H A DSRVRecord.java97 getTarget() { method in class:SRVRecord
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderSwitchElement.java31 public Label getTarget() { method in class:BuilderSwitchElement
/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/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DImage.h39 GLenum getTarget() const { return mTarget; } function in class:rx::Image
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowMessage.java46 public Handler getTarget() { method in class:ShadowMessage
104 m.setTarget(msg.getTarget());
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAnimationHelper.java106 public ContentWrapperView getTarget() { method in class:AnimationHelper
/external/clang/lib/CodeGen/
H A DCodeGenTypes.h117 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenTypes
/external/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h64 const TargetMachine &getTarget() const { return TM; } function in class:llvm::Hexagon_CCState
/external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
H A DMethodDelegate.java144 public Object getTarget() { method in class:MethodDelegate
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h57 inline Node *getTarget() const { return target; } function in class:nv50_ir::Graph::Edge
/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.h161 /// getTarget - Return the target machine this machine code is compiled with
163 const TargetMachine &getTarget() const { return Target; } function in class:llvm::MachineFunction
/external/llvm/include/llvm/Target/
H A DTargetMachine.h92 const Target &getTarget() const { return TheTarget; } function in class:llvm::TargetMachine
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h113 const Target *getTarget() const { return TheTarget; } function in class:llvm::LLVMDisasmContext
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h57 inline Node *getTarget() const { return target; } function in class:nv50_ir::Graph::Edge

Completed in 390 milliseconds

1234