Home
last modified time | relevance | path

Searched refs:getEnd (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableIntervalMap.h30 int64_t getEnd() const { return End; } in getEnd() function
51 return L.getStart() == R.getStart() && L.getEnd() == R.getEnd(); in isEqual()
61 assert(L.getEnd() < R.getStart()); in isLess()
64 assert(L.getEnd() == R.getEnd()); in isLess()
67 assert(L.getStart() > R.getEnd()); in isLess()
73 if (K.getStart() >= L.getStart() && K.getEnd() <= L.getEnd()) in isContainedIn()
81 ID.AddInteger(V.first.getEnd()); in Profile()
158 if (CurrentK.getStart() > K.getEnd()) in removeOverlap()
161 else if (CurrentK.getEnd() < K.getStart()) in removeOverlap()
172 if (CurrentK.getEnd() <= K.getEnd()) { in removeOverlap()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
Dcom_github_javaparser_utils_PositionUtils.txt38 Line 128) container.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
39 Line 128) contained.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
40 Line 130) container.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
41 Line 130) contained.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
42 Line 130) container.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
43 Line 130) contained.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
Dcom_github_javaparser_ast_comments_CommentsCollection.txt23 Line 75) c.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
24 Line 75) comment.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
25 Line 76) Math.abs(c.getEnd().column - comment.getEnd().column) ==> java.lang.Math.abs(int)
26 Line 76) c.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
27 Line 76) comment.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
Dcom_github_javaparser_CommentsInserter.txt21 Line 116) child.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
48 Line 194) a.getEnd() ==> com.github.javaparser.ast.Node.getEnd()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/utils/
DPositionUtils.java128 if (container.getEnd().line<contained.getEnd().line) return false; in nodeContains()
130 …return !(container.getEnd().line == contained.getEnd().line && container.getEnd().column < contain… in nodeContains()
/external/clang/lib/Rewrite/
DRewriter.cpp127 !isRewritable(Range.getEnd())) return -1; in getRangeSize()
133 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID); in getRangeSize()
152 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); in getRangeSize()
170 !isRewritable(Range.getEnd())) in getRewrittenText()
176 EndOff = getLocationOffsetAndFileID(Range.getEnd(), EndFileID); in getRewrittenText()
191 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); in getRewrittenText()
201 EndOff += Lexer::MeasureTokenLength(Range.getEnd(), *SourceMgr, *LangOpts); in getRewrittenText()
315 if (!isRewritable(range.getEnd())) return true; in ReplaceText()
331 if (!isRewritable(range.getEnd())) return true; in IncreaseIndentation()
338 EndOff = getLocationOffsetAndFileID(range.getEnd(), EndFileID); in IncreaseIndentation()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
DCommentsCollection.java75 c.getEnd().line == comment.getEnd().line && in contains()
76 Math.abs(c.getEnd().column - comment.getEnd().column) < 2) { in contains()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java190 int end = selection.getEnd(); in keyPressed()
261 end = selection.getEnd(); in keyPressed()
277 contents.substring(selection.getStart(), selection.getEnd())); in copy()
340 end = selection.getEnd(); in keyTyped()
355 end = selection.getEnd(); in keyTyped()
434 return selection.getEnd(); in getSelectionEnd()
473 replaceRange(text, selection.getStart(), selection.getEnd()); in insertText()
574 offset2Point(selection.getEnd(), false, endPoint); in drawSelection()
783 if (selection.getEnd() == 0) return; in fixHex()
787 int min = Math.min(8,selection.getEnd()); in fixHex()
[all …]
DSelection.java22 public int getEnd() { in getEnd() method in Selection
52 return getStart() < other.getEnd(); in isLessThan()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DMethodGenTestCase.java72 final InstructionHandle end = lv.getEnd(); in testRemoveLocalVariable()
84 assertNull("scope end", lv.getEnd()); in testRemoveLocalVariable()
93 final InstructionHandle end = lv.getEnd(); in testRemoveLocalVariables()
105 assertNull("scope end", lv.getEnd()); in testRemoveLocalVariables()
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DViewData.java105 public abstract Timestamp getEnd(); in getEnd() method in ViewData
140 view, Collections.unmodifiableMap(deepCopy), arg, arg.getStart(), arg.getEnd()); in create()
151 arg.getEnd() in create()
153 arg.getEnd()); in create()
398 public abstract Timestamp getEnd();
441 public abstract Timestamp getEnd();
/external/clang/lib/Edit/
DCommit.cpp104 commitableAfter = insertAfterToken(range.getEnd(), after); in insertWrap()
106 commitableAfter = insert(range.getEnd(), after); in insertWrap()
155 addRemove(replacementRange.getEnd(), in replaceWithInner()
302 if (range.getBegin().isMacroID() || range.getEnd().isMacroID()) in canRemoveRange()
305 SM.isInSystemHeader(range.getEnd())) in canRemoveRange()
312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); in canRemoveRange()
DRewriteObjCFoundationAPI.cpp196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon()
248 commit.replaceWithInner(SourceRange(Arg1Range.getBegin(), MsgRange.getEnd()), in rewriteToArraySubscriptSet()
284 commit.replaceWithInner(SourceRange(Arg0Range.getBegin(), MsgRange.getEnd()), in rewriteToDictionarySubscriptSet()
518 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
545 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
589 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
590 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
688 literalRange.getEnd().isMacroID()) in getLiteralInfo()
863 SourceLocation LitE = LitInfo.WithoutSuffRange.getEnd(); in rewriteToNumberLiteral()
/external/clang/unittests/Tooling/
DFixItTest.cpp130 LocationToString(Hint0.RemoveRange.getEnd(), Context)); in TEST()
139 LocationToString(Hint1.RemoveRange.getEnd(), Context)); in TEST()
151 LocationToString(Hint.RemoveRange.getEnd(), Context)); in TEST()
199 LocationToString(Hint.RemoveRange.getEnd(), Context)); in TEST()
214 LocationToString(Hint.RemoveRange.getEnd(), Context)); in TEST()
/external/llvm/include/llvm/IR/
DDominators.h52 const BasicBlock *getEnd() const { in getEnd() function
70 BBInfo::getHashValue(Edge.getEnd()));
74 BBInfo::isEqual(LHS.getEnd(), RHS.getEnd());
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDominators.h92 const BasicBlock *getEnd() const {
115 BBInfo::getHashValue(Edge.getEnd()));
120 BBInfo::isEqual(LHS.getEnd(), RHS.getEnd());
/external/clang/lib/CodeGen/
DCoverageMappingGen.cpp152 SourceLocation getEnd(const Stmt *S) { in getEnd() function in __anon1aa876fb0111::CoverageMappingBuilder
228 auto LocEnd = I.getEnd(); in gatherSkippedRegions()
326 SourceLocation End = getEnd(Body); in VisitDecl()
461 size_t Index = pushRegion(TopCount, getStart(S), getEnd(S)); in propagateCounts()
469 MostRecentLocation = getEnd(S); in propagateCounts()
582 Region.setEndLoc(getEnd(S)); in terminateRegion()
618 handleFileExit(getEnd(S)); in VisitStmt()
680 adjustForOutOfOrderTraversal(getEnd(S)); in VisitWhileStmt()
733 adjustForOutOfOrderTraversal(getEnd(S)); in VisitForStmt()
799 getEnd(CS->body_back())); in VisitSwitchStmt()
[all …]
/external/clang/lib/Lex/
DPreprocessingRecord.cpp129 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in getPreprocessedEntitiesInRangeSlow()
161 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin())); in findLocalPreprocessedEntitiesInRange()
164 unsigned End = findEndLocalPreprocessedEntity(Range.getEnd()); in findLocalPreprocessedEntitiesInRange()
219 if (SourceMgr.isBeforeInTranslationUnit((*I)->getSourceRange().getEnd(), in findBeginLocalPreprocessedEntity()
471 EndLoc = FilenameRange.getEnd(); in InclusionDirective()
DPPConditionalDirectiveRecord.cpp35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc())) in rangeIntersectsConditionalDirective()
40 Range.getEnd(), CondDirectiveLoc::Comp(SourceMgr)); in rangeIntersectsConditionalDirective()
/external/javaparser/javaparser-core/src/main/javacc-support/com/github/javaparser/
DGeneratedJavaParserBase.java104 return new TokenRange(begin, end.getTokenRange().get().getEnd()); in range()
114 … return new TokenRange(begin.getTokenRange().get().getBegin(), end.getTokenRange().get().getEnd()); in range()
256 …RightBorderOfParent = node.getTokenRange().get().getEnd().equals(nodeParent.getTokenRange().get(). in propagateRangeGrowthOnRight()
/external/clang/lib/Format/
DSortJavaScriptImports.cpp174 InsertionPoint.setEnd(References[References.size() - 1].Range.getEnd()); in analyze()
230 return getSourceText(Range.getBegin(), Range.getEnd()); in getSourceText()
258 SourceLocation SymbolsEnd = Reference.Symbols.back().Range.getEnd(); in appendReference()
267 Buffer += getSourceText(SymbolsEnd, Reference.Range.getEnd()); in appendReference()
/external/compiler-rt/lib/ubsan/
Dubsan_diag.cc228 if (Ranges[I].getEnd().getMemoryLocation() > Loc && in upperBound()
256 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max); in PrintMemorySnippet()
283 if (InRange && InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
303 if (!InRange || InRange->getEnd().getMemoryLocation() == P) in PrintMemorySnippet()
/external/skia/src/xml/
DSkXMLWriter.cpp73 SkXMLWriter::Elem* SkXMLWriter::getEnd() { in getEnd() function in SkXMLWriter
229 Elem* elem = getEnd(); in onEndElement()
285 Elem* elem = this->getEnd(); in onEndElement()
/external/skqp/src/xml/
DSkXMLWriter.cpp73 SkXMLWriter::Elem* SkXMLWriter::getEnd() { in getEnd() function in SkXMLWriter
229 Elem* elem = getEnd(); in onEndElement()
285 Elem* elem = this->getEnd(); in onEndElement()
/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/channelz/v1/
DGetTopChannelsResponse.java167 public boolean getEnd() { in getEnd() method in GetTopChannelsResponse
223 result = result && (getEnd() in equals()
224 == other.getEnd()); in equals()
242 getEnd()); in hashCode()
483 if (other.getEnd() != false) { in mergeFrom()
484 setEnd(other.getEnd()); in mergeFrom()
854 public boolean getEnd() { in getEnd() method in GetTopChannelsResponse.Builder

12345678910