Home
last modified time | relevance | path

Searched defs:newLine (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/experimental/sktext/tests/
DShapedText.cpp54 auto newLine = utf16.find_first_of(u"\n"); in UNIX_ONLY_TEST() local
73 auto newLine = utf16.find_first_of(u"\n"); in UNIX_ONLY_TEST() local
/third_party/typescript/tests/baselines/reference/showConfig/Shows tsconfig for single option/newLine/
Dtsconfig.json3 "newLine": "crlf" string
/third_party/typescript/scripts/importDefinitelyTypedTests/
Dtsconfig.json7 "newLine": "lf", string
/third_party/typescript/scripts/
Dtsconfig.json7 "newLine": "lf", string
/third_party/typescript/src/
Dtsconfig-base.json26 "newLine": "lf", string
/third_party/flutter/skia/third_party/externals/wuffs/lang/render/
Drender.go28 var newLine = []byte{'\n'} var
/third_party/typescript/src/services/
Dtranspile.ts61 const newLine = getNewLineCharacter(options); constant
DjsDoc.ts296 const endLine = tokenStart === position ? newLine + indentationStr : ""; constant
Dshims.ts692 const newLine = getNewLineOrDefaultFromHost(this.host); constant
DtextChanges.ts993 …const newLine = newLineCharacter === "\n" ? NewLineKind.LineFeed : NewLineKind.CarriageReturnLineF… constant
/third_party/glslang/glslang/MachineIndependent/
DScan.h164 void setLine(int newLine) in setLine()
/third_party/typescript/src/harness/
DfakesHosts.ts9 newLine?: "\r\n" | "\n"; property
DvirtualFileSystemWithWatch.ts37 newLine?: string; property
369 newLine?: string; property
/third_party/typescript/src/compiler/
Demitter.ts306 const newLine = getNewLineCharacter(compilerOptions, () => host.getNewLine()); constant
411 newLine: compilerOptions.newLine, constant
470 newLine: compilerOptions.newLine, constant
886 const newLine = getNewLineCharacter(printerOptions); constant
Dwatch.ts555 const newLine = getNewLineCharacter(compilerOptions, () => system.newLine); constant
Dsys.ts1084 newLine: string; property
/third_party/typescript/src/testRunner/
DprojectsRunner.ts430 newLine: ts.NewLineKind.CarriageReturnLineFeed, constant
/third_party/skia/modules/skplaintexteditor/src/
Deditor.cpp357 const auto& newLine = fLines[pos.fParagraphIndex]; in move() local
/third_party/flutter/skia/experimental/editor/
Deditor.cpp357 const auto& newLine = fLines[pos.fParagraphIndex]; in move() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DItaniumDemangle.cpp180 void newLine() { in newLine() function
/third_party/typescript/
DGulpfile.js43 .pipe(concat(relativeTarget, { newLine: "\n\n" })) property
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts159 newLine: protocol.NewLineKind.Lf, constant
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts9 const newLine = "\r\n"; constant
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java391 private void newLine() { in newLine() method in ViewableTaggedData.DrawContext
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java391 private void newLine() { in newLine() method in ViewableTaggedData.DrawContext

12