/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/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/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/ |
D | vm.js | 75 lineOffset = 0, 84 validateInt32(lineOffset, 'options.lineOffset'); 104 lineOffset, 324 lineOffset = 0, 333 validateUint32(lineOffset, 'options.lineOffset'); 359 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 | 112 lineOffset: 32, property
|
D | test-vm-basic.js | 268 { lineOffset: 3 } property
|
/third_party/node/lib/internal/vm/ |
D | module.js | 123 options.lineOffset, options.columnOffset, 273 lineOffset = 0, 282 validateInt32(lineOffset, 'options.lineOffset'); 310 lineOffset, property
|
/third_party/typescript/src/harness/ |
D | client.ts | 62 …private lineOffsetToPosition(fileName: string, lineOffset: protocol.Location, lineMap?: number[]):… 64 … return computePositionOfLineAndCharacter(lineMap, lineOffset.line - 1, lineOffset.offset - 1); 68 … const lineOffset = computeLineAndCharacterOfPosition(this.getLineMap(fileName), position); constant 70 line: lineOffset.line + 1, 71 offset: lineOffset.character + 1
|
/third_party/node/doc/api/ |
D | vm.md | 71 * `lineOffset` {number} Specifies the line number offset that is displayed 647 * `lineOffset` {integer} Specifies the line number offset that is displayed 860 * `lineOffset` {number} Specifies the line number offset that is displayed 1057 * `lineOffset` {number} Specifies the line number offset that is displayed 1140 * `lineOffset` {number} Specifies the line number offset that is displayed 1234 * `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/node/lib/internal/modules/cjs/ |
D | loader.js | 991 lineOffset: 0, property
|
/third_party/typescript/src/server/ |
D | editorServices.ts | 2811 const lineOffset = info.positionToLineOffset(pos); constant 2812 return { line: lineOffset.line - 1, character: lineOffset.offset - 1 };
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V5.md | 1229 …node/commit/2a60e2ad71)] - **module,src**: do not wrap modules with -1 lineOffset (cjihrig) [#4298…
|
D | CHANGELOG_V4.md | 2480 …node/commit/1408f7abb1)] - **module,src**: do not wrap modules with -1 lineOffset (cjihrig) [#4298…
|
/third_party/typescript/lib/ |
D | tsserverlibrary.js | 158057 var lineOffset = info.positionToLineOffset(pos); 158058 return { line: lineOffset.line - 1, character: lineOffset.offset - 1 };
|
D | tsserver.js | 157863 var lineOffset = info.positionToLineOffset(pos); 157864 return { line: lineOffset.line - 1, character: lineOffset.offset - 1 };
|