Searched refs:lineNumbers (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
D | prog_print.h | 108 GLboolean lineNumbers);
|
D | prog_print.c | 801 GLboolean lineNumbers) in _mesa_fprint_program_opt() argument 823 if (lineNumbers) in _mesa_fprint_program_opt()
|
/third_party/typescript/src/harness/ |
D | fourslashImpl.ts | 1653 …shFile, spanInfo: ts.TextSpan, { selection = false, fullLines = false, lineNumbers = false } = {})… 1688 if (lineNumbers) { 1710 …output.push(lineNumbers ? `${ts.padLeft(`${lineNumber + 1}: `, lineNumberPrefixLength)}${spanLine}… 3609 … const lines = this.spanLines(file, span, { fullLines: true, lineNumbers: true, selection: true });
|
/third_party/typescript/tests/baselines/reference/user/ |
D | chrome-devtools-frontend.log | 3856 …t_end/changes/ChangesView.js(31,56): error TS2345: Argument of type '{ lineNumbers: true; lineWrap… 3857 …Type '{ lineNumbers: true; lineWrapping: false; maxHighlightLength: number; }' is missing the foll… 4386 …end/console/ConsolePrompt.js(26,32): error TS2345: Argument of type '{ lineNumbers: false; lineWra… 4387 …Type '{ lineNumbers: false; lineWrapping: true; mimeType: string; autoHeight: true; }' is missing … 5540 …ents/ElementsTreeElement.js(779,41): error TS2345: Argument of type '{ lineNumbers: false; lineWra… 5541 …Type '{ lineNumbers: false; lineWrapping: any; mimeType: string; autoHeight: false; padBottom: fal… 8832 …urces/ServiceWorkersView.js(329,54): error TS2345: Argument of type '{ lineNumbers: boolean; lineW… 8833 …Type '{ lineNumbers: boolean; lineWrapping: boolean; autoHeight: boolean; padBottom: boolean; mime… 10079 …e_frame/SourcesTextEditor.js(12,11): error TS2345: Argument of type '{ lineNumbers: true; lineWrap… 10080 …Type '{ lineNumbers: true; lineWrapping: false; bracketMatchingSetting: Setting<any>; padBottom: t…
|