Home
last modified time | relevance | path

Searched +defs:line +defs:end +defs:position (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/experimental/sktext/src/
DText.cpp38 [this](SkUnichar unichar, int32_t start, int32_t end) { in initialize()
237 [&](SkUnichar unichar, int32_t start, int32_t end, int32_t count) { in shape()
323 Stretch line; in wrap() local
524 for (auto& line : fVisualLines) { in visit() local
581 for (auto& line : fVisualLines) { in visit() local
659 auto& line = fBoxLines.back(); in onEndLine() local
679 auto& line = fBoxLines.back(); in onGlyphRun() local
692 Position SelectableText::findPosition(PositionType positionType, const BoxLine& line, SkScalar x) c… in findPosition() argument
693 Position position(positionType); in findPosition() local
741 Position position(positionType); in adjustedPosition() local
[all …]
/third_party/boost/boost/spirit/home/x3/support/utility/
Derror_reporting.hpp96 auto end = start; in print_line() local
106 std::basic_string<char_type> line{start, end}; in print_line() local
165 std::size_t error_handler<Iterator>::position(Iterator i) const in position() function in boost::spirit::x3::error_handler
167 std::size_t line { 1 }; in position() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_hw.cc141 std::sregex_iterator end; in GetNumaNodeInfo() local
261 std::string line; in GetAvailableMemory() local
265 std::string::size_type position = line.find(":"); in GetAvailableMemory() local
/third_party/typescript/src/server/
Dsession.ts93 …const end = (diag.file && convertToLocation(getLineAndCharacterOfPosition(diag.file, diag.start! +… constant
99 end, constant
1213 const position = this.getPositionInFile(args, file); constant
1233 const position = this.getPositionInFile(args, file); constant
1307 const end = ls.toLineColumnOffset!(fileName, textSpanEnd(textSpan)); constant
1326 const position = this.getPositionInFile(args, file); constant
1345 const position = this.getPositionInFile(args, file); constant
1354 const position = this.getPositionInFile(args, file); constant
1400 const position = this.getPositionInFile(args, file); constant
1407 const position = this.getPositionInFile(args, file); constant
[all …]
Dprotocol.ts432 position: number; property
545 line: number; property
556 position?: number; property
953 line: number; property
969 end: Location; property
1968 end: Location; property
2046 end: Location; property
2662 end: Location; property
/third_party/ffmpeg/libavformat/
Dftp.c65 int64_t position; /**< Current position, calculated. */ member
118 static int ftp_get_line(FTPContext *s, char *line, int line_size) in ftp_get_line()
146 static int ftp_status(FTPContext *s, char **line, const int response_codes[]) in ftp_status()
272 char *res = NULL, *start = NULL, *end = NULL; in ftp_passive_mode_epsv() local
314 char *res = NULL, *start = NULL, *end = NULL; in ftp_passive_mode() local
360 char *res = NULL, *start = NULL, *end = NULL; in ftp_current_dir() local
957 static int ftp_parse_entry_nlst(char *line, AVIODirEntry *next) in ftp_parse_entry_nlst()
1003 static int ftp_parse_entry(URLContext *h, char *line, AVIODirEntry *next) in ftp_parse_entry()
/third_party/typescript/src/harness/
DfourslashImpl.ts51 position: number; property
61 position: number; property
77 end: number; property
631 const { line, character } = ts.getLineAndCharacterOfPosition(file, pos); constant
724 for (const [start, end] of pairs) { constant
779 …const markers = [{ text: "EXPECTED", fileName: marker.fileName, position: marker.position }, { tex… constant
1175 const end = textSpan.start + textSpan.length; constant
1466 const { fileName, position } = this.getMarkerByName(marker); constant
2435 const end = impl.textSpan.start + impl.textSpan.length; constant
3105 const position = this.currentCaretPosition; constant
[all …]
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1465 var line = lines[i]; variable
2199 function compilerWarning(result, line, column, desc) { argument
2284 Logger.prototype.end = function (fileName) { }; method in Logger
2540 Timer.prototype.end = function () { method in Timer
3117 CompilerResult.prototype.isErrorAt = function (line, column, message) { argument
3129 function CompilerError(file, line, column, message) { argument
3531 TypeScriptLS.prototype.getScriptSourceText = function (scriptIndex, start, end) { argument
3577 TypeScriptLS.prototype.lineColToPosition = function (fileName, line, col) { argument
3589 TypeScriptLS.prototype.positionToZeroBasedLineCol = function (fileName, position) { argument
/third_party/icu/icu4c/source/test/intltest/
Drbbitst.cpp322 int32_t end = str.length() - 3; in TestBug4153072() local
589 int32_t line = t->getSrcLine(bp); in executeTest() local
642 int line = t->getSrcLine(bp); in executeTest() local
1152 int32_t position; in TestDictRules() local
1637 void RBBIMonkeyKind::setAppliedRule(int32_t position, const char* value) { in setAppliedRule()
1641 std::string RBBIMonkeyKind::getAppliedRule(int32_t position){ in getAppliedRule()
4545 UnicodeString line = lineMatcher.group(status); in TestEmoji() local
/third_party/typescript/lib/
DtypescriptServices.js1195 function addRange(to, from, start, end) { argument
1284 function rangeEquals(array1, array2, pos, end) { argument
3435 measure: function (name, start, end) { argument
3880end: indexFromOne(ts.getLineAndCharacterOfPosition(ts.getSourceFileOfNode(firstDeclaration), first… property
9614 function getPositionOfLineAndCharacter(sourceFile, line, character, allowEdits) { argument
9621 function computePositionOfLineAndCharacter(lineStarts, line, character, debugText, allowEdits) { argument
9653 function computeLineAndCharacterOfPosition(lineStarts, position) { argument
9665 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
9694 function getLineAndCharacterOfPosition(sourceFile, position) { argument
10050 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument
[all …]
Dtypescript.js1195 function addRange(to, from, start, end) { argument
1284 function rangeEquals(array1, array2, pos, end) { argument
3435 measure: function (name, start, end) { argument
3880end: indexFromOne(ts.getLineAndCharacterOfPosition(ts.getSourceFileOfNode(firstDeclaration), first… property
9614 function getPositionOfLineAndCharacter(sourceFile, line, character, allowEdits) { argument
9621 function computePositionOfLineAndCharacter(lineStarts, line, character, debugText, allowEdits) { argument
9653 function computeLineAndCharacterOfPosition(lineStarts, position) { argument
9665 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
9694 function getLineAndCharacterOfPosition(sourceFile, position) { argument
10050 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument
[all …]
Dtsserver.js1001 function addRange(to, from, start, end) { argument
1090 function rangeEquals(array1, array2, pos, end) { argument
3241 measure: function (name, start, end) { argument
3686end: indexFromOne(ts.getLineAndCharacterOfPosition(ts.getSourceFileOfNode(firstDeclaration), first… property
9420 function getPositionOfLineAndCharacter(sourceFile, line, character, allowEdits) { argument
9427 function computePositionOfLineAndCharacter(lineStarts, line, character, debugText, allowEdits) { argument
9459 function computeLineAndCharacterOfPosition(lineStarts, position) { argument
9471 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
9500 function getLineAndCharacterOfPosition(sourceFile, position) { argument
9856 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument
[all …]
Dtsserverlibrary.js1195 function addRange(to, from, start, end) { argument
1284 function rangeEquals(array1, array2, pos, end) { argument
3435 measure: function (name, start, end) { argument
3880end: indexFromOne(ts.getLineAndCharacterOfPosition(ts.getSourceFileOfNode(firstDeclaration), first… property
9614 function getPositionOfLineAndCharacter(sourceFile, line, character, allowEdits) { argument
9621 function computePositionOfLineAndCharacter(lineStarts, line, character, debugText, allowEdits) { argument
9653 function computeLineAndCharacterOfPosition(lineStarts, position) { argument
9665 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
9694 function getLineAndCharacterOfPosition(sourceFile, position) { argument
10050 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument
[all …]
Dprotocol.d.ts290 position: number; property
393 line: number; property
685 line: number; property
699 end: Location; property
1441 end: Location; property
1504 end: Location; property
2025 end: Location; property
2726 position: number; property
Dtsc.js873 function addRange(to, from, start, end) { argument
949 function rangeEquals(array1, array2, pos, end) { argument
2731 measure: function (name, start, end) { argument
3083end: indexFromOne(ts.getLineAndCharacterOfPosition(ts.getSourceFileOfNode(firstDeclaration), first… property
6666 function getPositionOfLineAndCharacter(sourceFile, line, character, allowEdits) { argument
6672 function computePositionOfLineAndCharacter(lineStarts, line, character, debugText, allowEdits) { argument
6698 function computeLineAndCharacterOfPosition(lineStarts, position) { argument
6706 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
6727 function getLineAndCharacterOfPosition(sourceFile, position) { argument
7031 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument
[all …]
DtypingsInstaller.js990 function addRange(to, from, start, end) { argument
1079 function rangeEquals(array1, array2, pos, end) { argument
3230 measure: function (name, start, end) { argument
3675end: indexFromOne(ts.getLineAndCharacterOfPosition(ts.getSourceFileOfNode(firstDeclaration), first… property
9409 function getPositionOfLineAndCharacter(sourceFile, line, character, allowEdits) { argument
9416 function computePositionOfLineAndCharacter(lineStarts, line, character, debugText, allowEdits) { argument
9448 function computeLineAndCharacterOfPosition(lineStarts, position) { argument
9460 function computeLineOfPosition(lineStarts, position, lowerBound) { argument
9489 function getLineAndCharacterOfPosition(sourceFile, position) { argument
9845 function appendCommentRange(pos, end, kind, hasTrailingNewLine, _state, comments) { argument
[all …]
DtypescriptServices.d.ts99 end: number; property
103 readonly end: number; property
1715 end: -1; property
2968 line: number; property
5764 position: number; property
Dtypescript.d.ts99 end: number; property
103 readonly end: number; property
1715 end: -1; property
2968 line: number; property
5764 position: number; property
Dtsserverlibrary.d.ts99 end: number; property
103 readonly end: number; property
1715 end: -1; property
2968 line: number; property
5764 position: number; property
/third_party/node/tools/
Dlint-md.mjs1379 const position = argv.indexOf(prefix + flag); constant
3410 const end = rest[1] !== void 0 ? '|$' : ''; constant
4986 const stringify$5 = (start, end, options) => { argument
5057 const toRegex = (start, end, options) => { argument
5070 const invalidRange = (start, end, options) => { argument
5082 const fillNumbers = (start, end, step = 1, options = {}) => { argument
5134 const fillLetters = (start, end, step = 1, options = {}) => { argument
5168 const fill$2 = (start, end, step, options = {}) => { argument
8740 function getLine(buffer, lineStart, lineEnd, position, maxLineLength) { argument
9882 position: state.position, property
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp2274 …nst tcu::ConstPixelBufferAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int compo… in checkLineContinuity() argument
2276 bool line = false; in checkLineContinuity() local
2321 …nst tcu::ConstPixelBufferAccess& access, const tcu::IVec2& begin, const tcu::IVec2& end, int compo… in checkLineWidths() argument
3011 …const tcu::Vec2 position = tcu::Vec2(currentPoints[ndx].center.x(), 1.0f - currentPoints[ndx].cent… in genReferencePointData() local
3041 …const tcu::Vec2 position = tcu::Vec2(1.0f - currentPoints[ndx].center.x(), currentPoints[ndx].cent… in genReferencePointData() local
/third_party/node/deps/acorn/acorn/dist/
Dacorn.js284 var Position = function Position(line, col) { argument
293 var SourceLocation = function SourceLocation(p, start, end) { argument
448 return function(block, text, start, end, startLoc, endLoc) { argument
453 end: end property
5251 pp$9.invalidStringToken = function(position, message) { argument
Dacorn.mjs278 var Position = function Position(line, col) { argument
287 var SourceLocation = function SourceLocation(p, start, end) { argument
442 return function(block, text, start, end, startLoc, endLoc) { argument
447 end: end property
5245 pp$9.invalidStringToken = function(position, message) { argument
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts99 end: number; property
103 readonly end: number; property
1724 end: -1; property
3004 line: number; property
5849 position: number; property

12