Home
last modified time | relevance | path

Searched defs:newLine (Results 1 – 25 of 33) 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/config/showConfig/Shows tsconfig for single option/newLine/
Dtsconfig.json3 "newLine": "crlf" string
/third_party/typescript/src/
Dtsconfig-base.json26 "newLine": "lf", string
/third_party/typescript/src/services/
Dtranspile.ts49 const newLine = getNewLineCharacter(options); constant
DjsDoc.ts391 const endLine = tokenStart === position ? newLine + indentationStr : ""; constant
Dshims.ts694 const newLine = getNewLineOrDefaultFromHost(this.host); constant
DtextChanges.ts1121 const newLine = getNewLineKind(newLineCharacter); constant
/third_party/glslang/glslang/MachineIndependent/
DScan.h164 void setLine(int newLine) in setLine()
/third_party/node/deps/v8/src/inspector/
Dsearch-util.cc57 size_t newLine = match.find("\n"); in findMagicComment() local
/third_party/typescript/src/harness/
DfakesHosts.ts9 newLine?: "\r\n" | "\n"; property
DvirtualFileSystemWithWatch.ts25 newLine?: string; property
324 newLine?: string; property
DharnessIO.ts3 newLine(): string; method
/third_party/typescript/src/compiler/
Demitter.ts286 const newLine = getNewLineCharacter(compilerOptions, () => host.getNewLine()); constant
391 newLine: compilerOptions.newLine, constant
450 newLine: compilerOptions.newLine, constant
899 const newLine = getNewLineCharacter(printerOptions); constant
Dwatch.ts720 const newLine = getNewLineCharacter(compilerOptions, () => system.newLine); constant
Dsys.ts1332 newLine: string; property
Dprogram.ts126 const newLine = getNewLineCharacter(options, () => system.newLine); constant
/third_party/typescript/src/testRunner/
DprojectsRunner.ts434 newLine: ts.NewLineKind.CarriageReturnLineFeed, constant
/third_party/skia/modules/skplaintexteditor/src/
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.mjs43 .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/icu/icu4c/source/test/intltest/
Dintltest.cpp1171 char newLine = '\n'; in LL_message() local
/third_party/typescript/src/server/
Dprotocol.ts3553 newLine?: NewLineKind | ts.NewLineKind; property

12