/third_party/node/lib/internal/source_map/ |
D | source_map.js | 176 findEntry(lineOffset, columnOffset) { argument 183 if (lineOffset < mapping[0] || 184 (lineOffset === mapping[0] && columnOffset < mapping[1])) { 192 if (!first && entry && (lineOffset < entry[0] || 193 (lineOffset === entry[0] && columnOffset < entry[1]))) { 224 const lineOffset = lineNumber - range.generatedLine; 229 lineNumber: range.originalLine + lineOffset,
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | utf16.go | 46 lineOffset := offset - colZero 47 if lineOffset < 0 || offset > len(content) { 48 …return -1, fmt.Errorf("ToUTF16Column: offsets %v-%v outside file contents (%v)", lineOffset, offse… 52 start := content[lineOffset:]
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
D | utf16.go | 46 lineOffset := offset - colZero 47 if lineOffset < 0 || offset > len(content) { 48 …return -1, fmt.Errorf("ToUTF16Column: offsets %v-%v outside file contents (%v)", lineOffset, offse… 52 start := content[lineOffset:]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | utf16.go | 46 lineOffset := offset - colZero 47 if lineOffset < 0 || offset > len(content) { 48 …return -1, fmt.Errorf("ToUTF16Column: offsets %v-%v outside file contents (%v)", lineOffset, offse… 52 start := content[lineOffset:]
|
/third_party/node/lib/internal/ |
D | vm.js | 40 lineOffset = 0, 50 validateUint32(lineOffset, 'options.lineOffset'); 76 lineOffset,
|
/third_party/node/test/parallel/ |
D | test-vm-options-validation.js | 23 new vm.Script('void 0', { lineOffset: value }); property 33 new vm.Script('void 0', { lineOffset: value }); property 42 new vm.Script('void 0', { lineOffset: Number.MAX_SAFE_INTEGER }); property
|
D | test-vm-context.js | 110 lineOffset: 32, property
|
D | test-vm-basic.js | 268 { lineOffset: 3 } property
|
/third_party/node/lib/internal/vm/ |
D | module.js | 126 options.lineOffset, options.columnOffset, 267 lineOffset = 0, 276 validateInt32(lineOffset, 'options.lineOffset'); 295 lineOffset, property
|
/third_party/node/lib/ |
D | vm.js | 74 lineOffset = 0, 83 validateInt32(lineOffset, 'options.lineOffset'); 96 lineOffset,
|
/third_party/typescript/src/harness/ |
D | client.ts | 63 …private lineOffsetToPosition(fileName: string, lineOffset: protocol.Location, lineMap?: number[]):… 65 … return computePositionOfLineAndCharacter(lineMap, lineOffset.line - 1, lineOffset.offset - 1); 69 … const lineOffset = computeLineAndCharacterOfPosition(this.getLineMap(fileName), position); constant 71 line: lineOffset.line + 1, 72 offset: lineOffset.character + 1
|
/third_party/node/doc/api/ |
D | module.md | 199 #### `sourceMap.findEntry(lineOffset, columnOffset)` 201 * `lineOffset` {number} The zero-indexed line number offset in
|
D | vm.md | 81 * `lineOffset` {number} Specifies the line number offset that is displayed 750 * `lineOffset` {integer} Specifies the line number offset that is displayed 999 * `lineOffset` {number} Specifies the line number offset that is displayed 1220 * `lineOffset` {number} Specifies the line number offset that is displayed 1304 * `lineOffset` {number} Specifies the line number offset that is displayed 1399 * `lineOffset` {number} Specifies the line number offset that is displayed
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuRasterizationVerifier.cpp | 966 float lineOffset = 0.0f; in verifyMultisampleLineGroupRasterization() local 968 while (lineOffset < lineLength) in verifyMultisampleLineGroupRasterization() 970 float d0 = (float)lineOffset; in verifyMultisampleLineGroupRasterization() 1007 lineOffset = d1; in verifyMultisampleLineGroupRasterization()
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 2984 const lineOffset = info.positionToLineOffset(pos); constant 2985 return { line: lineOffset.line - 1, character: lineOffset.offset - 1 };
|
/third_party/node/lib/internal/modules/cjs/ |
D | loader.js | 1159 lineOffset: 0, property
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V5.md | 1246 …node/commit/2a60e2ad71)] - **module,src**: do not wrap modules with -1 lineOffset (cjihrig) [#4298…
|
D | CHANGELOG_V4.md | 2512 …node/commit/1408f7abb1)] - **module,src**: do not wrap modules with -1 lineOffset (cjihrig) [#4298…
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 36278 lineOffset: 0, 36290 lineOffset: 0,
|