HomeSort by relevance Sort by last modified time
    Searched refs:getEndLine (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/
Node.java 149 public final int getEndLine() {
268 if (getEndLine() < other.getEndLine()) return false;
269 if (getEndLine() == other.getEndLine() && getEndColumn() < other.getEndColumn()) return false;
363 if (getEndLine() < line) {
365 } else if (getEndLine() == line) {
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
Position.java 38 return new Position(node.getEndLine(),node.getEndColumn());
PositionUtils.java 136 if (container.getEndLine()<contained.getEndLine()) return false;
137 if (container.getEndLine()==contained.getEndLine() && container.getEndColumn()<contained.getEndColumn()) return false;
JavaParser.java 388 if (child.getEndLine()==comment.getBeginLine())
441 int endOfA = a.getEndLine();
442 return b.getBeginLine()>(a.getEndLine()+1);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
CloneVisitor.java 67 _n.getBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(),
79 _n.getBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(),
92 _n.getBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(),
105 _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(),
115 return new LineComment(_n.getBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(), _n.getContent());
120 return new BlockComment(_n.getBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(), _n.getContent());
134 _n.getBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(),
151 _n.getBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn(),
164 _n.getBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn()
179 _n.getBeginLine(), _n.getBeginColumn(), _n.getEndLine(), _n.getEndColumn()
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
Line.h 46 uint32_t getEndLine() const { return getStartLine() + getLineDelta(); }
117 uint32_t getEndLine() const { return LineInf.getEndLine(); }
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
CommentsCollection.java 65 c.getEndLine()==comment.getEndLine() &&
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
StaggeredGridLayoutManager.java 404 if (span.getEndLine() < mPrimaryOrientation.getEndAfterPadding()) {
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
AddressListParserTokenManager.java 793 t.endLine = input_stream.getEndLine();
900 int error_line = input_stream.getEndLine();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParserTokenManager.java 679 t.endLine = input_stream.getEndLine();
781 int error_line = input_stream.getEndLine();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
DateTimeParserTokenManager.java 718 t.endLine = input_stream.getEndLine();
814 int error_line = input_stream.getEndLine();

Completed in 789 milliseconds

1 2 3 4 5 6 7