Home
last modified time | relevance | path

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

1234

/third_party/typescript/src/linter/
DAutofixer.ts40 …value => value.start === node.getStart() && value.end === node.getEnd() && value.problemID === Fau…
90 return [{ replacementText: identName, start: propName.getStart(), end: propName.getEnd() }];
104 start: elemAccess.getStart(), end: elemAccess.getEnd()
120 return { start: funcExpr.getStart(), end: funcExpr.getEnd(), replacementText: text };
141 if (child.kind === SyntaxKind.CloseParenToken && child.getEnd() < postParametersPosition) {
142 return child.getEnd();
177 … autofixes.push({ start: param.getStart(), end: param.getEnd(), replacementText: newParamText });
193 …autofixes.push({ start: ctorDecl.body.getStart(), end: ctorDecl.body.getEnd(), replacementText: ne…
/third_party/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()
/third_party/typescript/src/services/
DoutliningElementsCollector.ts29 …ImportKeyword, sourceFile)!.getStart(sourceFile), statements[lastImport].getEnd(), OutliningSpanKi…
239 …k(node.body) || positionsAreOnSameLine(node.body.getFullStart(), node.body.getEnd(), sourceFile)) {
242 const textSpan = createTextSpanFromBounds(node.body.getFullStart(), node.body.getEnd());
247 …= createTextSpanFromBounds(node.openingElement.getStart(sourceFile), node.closingElement.getEnd());
254 …createTextSpanFromBounds(node.openingFragment.getStart(sourceFile), node.closingFragment.getEnd());
264 …return createOutliningSpanFromBounds(node.getStart(sourceFile), node.getEnd(), OutliningSpanKind.C…
271 …return createOutliningSpanFromBounds(node.getStart(sourceFile), node.getEnd(), OutliningSpanKind.C…
299 …nds(useFullStart ? openToken.getFullStart() : openToken.getStart(sourceFile), closeToken.getEnd());
DsmartSelection.ts5 textSpan: createTextSpanFromBounds(sourceFile.getFullStart(), sourceFile.getEnd())
49 const start = isBetweenMultiLineBookends ? prevNode.getEnd() : node.getStart();
111 const nodeEnd = node.getEnd();
282 return node.getEnd();
DcallHierarchy.ts104 … return { text: "default", pos: defaultModifier.getStart(), end: defaultModifier.getEnd() };
130 return { text, pos: declName.getStart(), end: declName.getEnd() };
282 ….text, node.getFullStart(), /*stopAfterLineBreak*/ false, /*stopAtComments*/ true), node.getEnd());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDominators.h94 const BasicBlock *getEnd() const { in getEnd() function
117 BBInfo::getHashValue(Edge.getEnd()));
122 BBInfo::isEqual(LHS.getEnd(), RHS.getEnd());
/third_party/typescript/src/services/formatting/
DformattingContext.ts87 const endLine = this.sourceFile.getLineAndCharacterOfPosition(node.getEnd()).line;
95 … const startLine = this.sourceFile.getLineAndCharacterOfPosition(openBrace.getEnd()).line;
/third_party/flutter/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()
DSkXMLWriter.h54 Elem* getEnd();
/third_party/skia/src/xml/
DSkXMLWriter.cpp73 SkXMLWriter::Elem* SkXMLWriter::getEnd() { in getEnd() function in SkXMLWriter
224 Elem* elem = getEnd(); in onEndElement()
294 Elem* elem = this->getEnd(); in onEndElement()
/third_party/typescript/src/testRunner/unittests/services/extract/
Dranges.ts30 end = last(targetRange.range).getEnd();
34 end = targetRange.range.getEnd();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp160 const SCEV *getEnd() const { return End; } in getEnd() function in __anonb65bf74b0111::InductiveRangeCheck
197 const SCEV *getEnd() const { return End; } in getEnd() function in __anonb65bf74b0111::InductiveRangeCheck::Range
1122 SE.isKnownPredicate(PredLT, GreatestSeen, Range.getEnd()); in calculateSubRanges()
1124 Result.HighLimit = Clamp(Range.getEnd()); in calculateSubRanges()
1684 const SCEV *REnd = getEnd(); in computeSafeIterationSpace()
1712 const SCEV *NewEnd = SE.getSMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectSignedRange()
1741 const SCEV *NewEnd = SE.getUMinExpr(R1Value.getEnd(), R2.getEnd()); in IntersectUnsignedRange()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgVariableManager.hpp238 ValueEntryIterator<Filter> getEnd (Filter filter = Filter()) const;
275 ValueEntryIterator<Filter> VariableManager::getEnd (Filter filter) const in getEnd() function in rsg::VariableManager
DrsgShaderGenerator.cpp82 AnyEntry::Iterator end = varManager.getEnd<AnyEntry>(); in findByName()
96 …std::copy(state.getVariableManager().getBegin<AnyEntry>(), state.getVariableManager().getEnd<AnyEn… in genVertexPassthrough()
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php94 public function getEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
DExtensionRange.php95 public function getEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php96 public function getEnd() function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCodePointTrieTest.java132 name, variant, range.getStart(), range.getEnd(), range.getValue())); in doCheckRange()
135 if (range.getStart() != start || range.getEnd() != expEnd || range.getValue() != expValue) { in doCheckRange()
139 name, variant, range.getStart(), range.getEnd(), range.getValue(), in doCheckRange()
176 for (innerLoopCount = 0;; ++i, start = range.getEnd() + 1) { in testTrieGetRanges()
195 ++i, start = range.getEnd() + 1) { in testTrieGetRanges()
DTrieMap.java109 abstract int getEnd(); in getEnd() method in TrieMap.Matcher
227 public int getEnd() { in getEnd() method in TrieMap.BytesTrieMap.BytesMatcher
410 public int getEnd() { in getEnd() method in TrieMap.CharsTrieMap.CharsMatcher
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DCodePointTrieTest.java135 name, variant, range.getStart(), range.getEnd(), range.getValue())); in doCheckRange()
138 if (range.getStart() != start || range.getEnd() != expEnd || range.getValue() != expValue) { in doCheckRange()
142 name, variant, range.getStart(), range.getEnd(), range.getValue(), in doCheckRange()
179 for (innerLoopCount = 0;; ++i, start = range.getEnd() + 1) { in testTrieGetRanges()
198 ++i, start = range.getEnd() + 1) { in testTrieGetRanges()
DTrieMap.java110 abstract int getEnd(); in getEnd() method in TrieMap.Matcher
228 public int getEnd() { in getEnd() method in TrieMap.BytesTrieMap.BytesMatcher
411 public int getEnd() { in getEnd() method in TrieMap.CharsTrieMap.CharsMatcher
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDominators.cpp184 const BasicBlock *End = BBE.getEnd(); in dominates()
235 if (PN && PN->getParent() == BBE.getEnd() && in dominates()
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php182 public function getEnd() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
/third_party/typescript/src/services/refactors/
DconvertToOptionalChainExpression.ts90 …rtToken.pos, endToken && endToken.end >= startToken.pos ? endToken.getEnd() : startToken.getEnd());

1234