Searched defs:getLocation (Results 1 - 25 of 99) sorted by relevance

1234

/external/mockito/src/org/mockito/exceptions/
H A DPrintableInvocation.java20 Location getLocation(); method in interface:PrintableInvocation
/external/mockito/src/org/mockito/invocation/
H A DDescribedInvocation.java28 Location getLocation(); method in interface:DescribedInvocation
H A DInvocation.java37 Location getLocation(); method in interface:Invocation
/external/mockito/src/org/mockito/internal/debugging/
H A DLocalized.java24 public Location getLocation() { method in class:Localized
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DLabel.java48 return getLocation().getCodeAddress();
52 public MethodLocation getLocation() { method in class:Label
H A DBuilderInstruction.java63 public MethodLocation getLocation() { method in class:BuilderInstruction
/external/clang/include/clang/Sema/
H A DWeak.h35 inline SourceLocation getLocation() const { return loc; } function in class:clang::WeakInfo
39 return alias == RHS.getAlias() && loc == RHS.getLocation();
H A DParsedTemplate.h88 SourceLocation getLocation() const { return Loc; } function in class:clang::ParsedTemplateArgument
H A DTemplateDeduction.h57 SourceLocation getLocation() const { function in class:clang::sema::TemplateDeductionInfo
264 SourceLocation getLocation() const { return Loc; } function in class:clang::TemplateSpecCandidateSet
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp44 CXSourceLocation CXStoredDiagnostic::getLocation() const { function in class:CXStoredDiagnostic
45 if (Diag.getLocation().isInvalid())
48 return translateSourceLocation(Diag.getLocation().getManager(),
49 LangOpts, Diag.getLocation());
84 if (Diag.getLocation().isInvalid())
91 assert(Diag.getLocation().isValid());
92 return translateSourceRange(Diag.getLocation().getManager(),
98 if (Diag.getLocation().isInvalid())
110 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(),
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DDataEntryUrnBox.java43 public String getLocation() { method in class:DataEntryUrnBox
67 return "DataEntryUrlBox[name=" + getName() + ";location=" + getLocation() + "]";
/external/clang/include/clang/AST/
H A DLambdaCapture.h107 SourceLocation getLocation() const { return Loc; } function in class:clang::LambdaCapture
H A DAttr.h89 SourceLocation getLocation() const { return Range.getBegin(); } function in class:clang::Attr
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorImpl.java136 public DOMLocator getLocation() { method in class:DOMErrorImpl
/external/mockito/src/org/mockito/internal/invocation/
H A DInvocationMatcher.java116 public Location getLocation() { method in class:InvocationMatcher
117 return invocation.getLocation();
H A DInvocationImpl.java96 public Location getLocation() { method in class:InvocationImpl
/external/mockito/src/org/mockito/internal/matchers/
H A DLocalizedMatcher.java37 public Location getLocation() { method in class:LocalizedMatcher
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
H A DJDWPStackFrameTestCase.java56 public Location getLocation() { method in class:JDWPStackFrameTestCase.FrameInfo
/external/clang/unittests/Tooling/
H A DRewriterTestContext.h80 SourceLocation getLocation(FileID ID, unsigned Line, unsigned Column) { function in class:clang::RewriterTestContext
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp134 void DiagnosticInfoOptimizationRemarkBase::getLocation(StringRef *Filename, function in class:DiagnosticInfoOptimizationRemarkBase
148 getLocation(&Filename, &Line, &Column);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java118 public Location getLocation() { method in class:Frame
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DLaunchedDebugger.java157 public Location getLocation() { method in class:LaunchedDebugger.FrameInfo
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h219 /// getLocation - Return the current source location.
220 SourceLocation getLocation() const { return CurLoc; } function in class:clang::CodeGen::CGDebugInfo
/external/clang/unittests/AST/
H A DMatchVerifier.h145 /// by overriding getLocation().
156 SourceLocation Loc = getLocation(Node);
170 virtual SourceLocation getLocation(const NodeType &Node) { function in class:clang::ast_matchers::LocationVerifier
171 return Node.getLocation();
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.hpp122 deUint32 getLocation (void) const { return m_location; } function in class:deqp::gls::AttributeLocationTestUtil::Bind

Completed in 495 milliseconds

1234