/third_party/typescript/src/linter/ArkTSLinter_1_0/ |
D | Autofixer.ts | 41 …value => value.start === node.getStart() && value.end === node.getEnd() && value.problemID === Fau… 91 return [{ replacementText: identName, start: propName.getStart(), end: propName.getEnd() }]; 105 start: elemAccess.getStart(), end: elemAccess.getEnd() 121 return { start: funcExpr.getStart(), end: funcExpr.getEnd(), replacementText: text }; 142 if (child.kind === SyntaxKind.CloseParenToken && child.getEnd() < postParametersPosition) { 143 return child.getEnd(); 178 … autofixes.push({ start: param.getStart(), end: param.getEnd(), replacementText: newParamText }); 194 …autofixes.push({ start: ctorDecl.body.getStart(), end: ctorDecl.body.getEnd(), replacementText: ne…
|
/third_party/typescript/src/linter/ArkTSLinter_1_1/ |
D | Autofixer.ts | 41 …value => value.start === node.getStart() && value.end === node.getEnd() && value.problemID === Fau… 91 return [{ replacementText: identName, start: propName.getStart(), end: propName.getEnd() }]; 105 start: elemAccess.getStart(), end: elemAccess.getEnd() 121 return { start: funcExpr.getStart(), end: funcExpr.getEnd(), replacementText: text }; 142 if (child.kind === SyntaxKind.CloseParenToken && child.getEnd() < postParametersPosition) { 143 return child.getEnd(); 178 … autofixes.push({ start: param.getStart(), end: param.getEnd(), replacementText: newParamText }); 194 …autofixes.push({ start: ctorDecl.body.getStart(), end: ctorDecl.body.getEnd(), replacementText: ne…
|
D | Utils.ts | 88 : (nodeOrComment as Node).getEnd(); 129 return [catchClauseNode.getStart(), catchClauseNode.getEnd()]; 163 (nodeOrComment as AsExpression).expression.getEnd() + 1, 168 (nodeOrComment as TypeAssertion).expression.getEnd() + 1, 169 (nodeOrComment as TypeAssertion).type.getEnd() + 1 186 return [node.getStart(), node.getEnd()]; 207 return [nameNode.getStart(), nameNode.getEnd()]; 233 return [name.getStart(), exclamationToken ? exclamationToken.getEnd() : name.getEnd()];
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 190 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 …]
|
D | Selection.java | 22 public int getEnd() { in getEnd() method in Selection 52 return getStart() < other.getEnd(); in isLessThan()
|
/third_party/typescript/src/services/ |
D | outliningElementsCollector.ts | 29 …ImportKeyword, sourceFile)!.getStart(sourceFile), statements[lastImport].getEnd(), OutliningSpanKi… 262 …n(node.body) || positionsAreOnSameLine(node.body.getFullStart(), node.body.getEnd(), sourceFile)) { 265 const textSpan = createTextSpanFromBounds(node.body.getFullStart(), node.body.getEnd()); 270 …= createTextSpanFromBounds(node.openingElement.getStart(sourceFile), node.closingElement.getEnd()); 277 …createTextSpanFromBounds(node.openingFragment.getStart(sourceFile), node.closingFragment.getEnd()); 287 …return createOutliningSpanFromBounds(node.getStart(sourceFile), node.getEnd(), OutliningSpanKind.C… 294 …return createOutliningSpanFromBounds(node.getStart(sourceFile), node.getEnd(), OutliningSpanKind.C… 315 … if (positionsAreOnSameLine(node.getStart(), node.getEnd(), sourceFile)) return undefined; 316 const textSpan = createTextSpanFromBounds(node.getStart(), node.getEnd()); 328 …nds(useFullStart ? openToken.getFullStart() : openToken.getStart(sourceFile), closeToken.getEnd());
|
D | smartSelection.ts | 5 textSpan: createTextSpanFromBounds(sourceFile.getFullStart(), sourceFile.getEnd()) 28 …ion(parentNode) && !positionsAreOnSameLine(node.getStart(sourceFile), node.getEnd(), sourceFile)) { 29 pushSelectionRange(node.getStart(sourceFile), node.getEnd()); 60 let start = isBetweenMultiLineBookends ? prevNode.getEnd() : node.getStart(); 143 const nodeEnd = node.getEnd(); 317 return node.getEnd();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Dominators.h | 94 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/ |
D | formattingContext.ts | 87 const endLine = this.sourceFile.getLineAndCharacterOfPosition(node.getEnd()).line; 95 … const startLine = this.sourceFile.getLineAndCharacterOfPosition(openBrace.getEnd()).line;
|
/third_party/skia/src/xml/ |
D | SkXMLWriter.cpp | 73 SkXMLWriter::Elem* SkXMLWriter::getEnd() { in getEnd() function in SkXMLWriter 224 Elem* elem = getEnd(); in onEndElement() 294 Elem* elem = this->getEnd(); in onEndElement()
|
D | SkXMLWriter.h | 54 Elem* getEnd();
|
/third_party/typescript/src/testRunner/unittests/services/extract/ |
D | ranges.ts | 31 end = last(targetRange.range).getEnd(); 35 end = targetRange.range.getEnd();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 160 const SCEV *getEnd() const { return End; } in getEnd() function in __anonfd6dd9f90111::InductiveRangeCheck 197 const SCEV *getEnd() const { return End; } in getEnd() function in __anonfd6dd9f90111::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/ |
D | rsgVariableManager.hpp | 238 ValueEntryIterator<Filter> getEnd (Filter filter = Filter()) const; 275 ValueEntryIterator<Filter> VariableManager::getEnd (Filter filter) const in getEnd() function in rsg::VariableManager
|
D | rsgShaderGenerator.cpp | 82 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/EnumDescriptorProto/ |
D | EnumReservedRange.php | 96 public function getEnd() function in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
D | ReservedRange.php | 94 public function getEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
|
D | ExtensionRange.php | 95 public function getEnd() function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | CodePointTrieTest.java | 135 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()
|
D | TrieMap.java | 110 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | CodePointTrieTest.java | 132 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()
|
D | TrieMap.java | 109 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Dominators.cpp | 184 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/ |
D | Annotation.php | 182 public function getEnd() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
|
/third_party/typescript/src/services/refactors/ |
D | convertToOptionalChainExpression.ts | 90 …rtToken.pos, endToken && endToken.end >= startToken.pos ? endToken.getEnd() : startToken.getEnd());
|