Home
last modified time | relevance | path

Searched refs:newLine (Results 1 - 25 of 29) sorted by relevance

12

/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java247 w.newLine(); in write()
534 w.newLine(); in write()
636 bw.newLine(); in run()
673 bw.newLine(); in run()
675 bw.newLine(); in run()
677 bw.newLine(); in run()
679 bw.newLine(); in run()
683 bw.newLine(); in run()
685 bw.newLine(); in run()
690 bw.newLine(); in run()
[all...]
H A DGatherAPIData.java187 bw.newLine(); in run()
H A DGatherAPIDataOld.java178 bw.newLine(); in run()
H A DAPIInfo.java269 w.newLine(); in writeln()
/third_party/skia/experimental/sktext/tests/
H A DShapedText.cpp54 auto newLine = utf16.find_first_of(u"\n"); in UNIX_ONLY_TEST() local
57 REPORTER_ASSERT(reporter, logicalRuns[1].getTextRange() == TextRange(newLine, newLine + 1)); in UNIX_ONLY_TEST()
73 auto newLine = utf16.find_first_of(u"\n"); in UNIX_ONLY_TEST() local
76 REPORTER_ASSERT(reporter, logicalRuns[1].getTextRange() == TextRange(newLine, newLine + 1)); in UNIX_ONLY_TEST()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DinsertTags.py59 newLine = '// refBegin ' + name + ' - ' + refDesc[name] + '\n'
68 file[line] = newLine
72 file.insert(line, newLine)
81 file[line] = newLine
/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dcreate.js75 newLine = 1;
94 newRangeStart = newLine;
125 newLine += lines.length;
185 newLines: newLine - newRangeStart + contextSize,
214 newLine += lines.length;
/third_party/node/deps/v8/src/inspector/
H A Dsearch-util.cc57 size_t newLine = match.find("\n"); in findMagicComment() local
58 if (newLine != String16::kNotFound) match = match.substring(0, newLine); in findMagicComment()
/third_party/glslang/glslang/MachineIndependent/
H A DScan.h164 void setLine(int newLine) in setLine() argument
166 logicalSourceLoc.line = newLine; in setLine()
167 loc[getLastValidSourceIndex()].line = newLine; in setLine()
/third_party/typescript/tests/baselines/reference/
H A DAPISample_Watch.js25 getNewLine: () => ts.sys.newLine,
98 getNewLine: function () { return ts.sys.newLine; }
H A DAPISample_WatchWithOwnWatchHost.js29 getNewLine: () => ts.sys.newLine,
82 getNewLine: function () { return ts.sys.newLine; },
/third_party/skia/modules/skplaintexteditor/src/
H A Deditor.cpp357 const auto& newLine = fLines[pos.fParagraphIndex]; in move() local
358 size_t r = newLine.fLineEndOffsets.size(); in move()
360 pos.fTextByteIndex = find_closest_x(newLine.fCursorPos, x, in move()
361 newLine.fLineEndOffsets[r - 1], in move()
362 newLine.fCursorPos.size()); in move()
364 pos.fTextByteIndex = find_closest_x(newLine.fCursorPos, x, 0, in move()
365 newLine.fCursorPos.size()); in move()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
H A DItaniumDemangle.cpp180 void newLine() { in newLine() function
196 newLine(); in printWithComma()
209 Visitor.newLine(); in operator ()()
243 V.newLine(); in dump()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
H A DViewableTaggedData.java391 private void newLine() { in newLine() method in ViewableTaggedData.DrawContext
479 newLine(); in markPosition()
492 newLine(); in markPosition()
512 newLine(); in drawLine()
569 newLine(); in drawHeader()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DgenRef.py210 newLine = 'include::' + newPath + '[]\n'
211 logDiag('remapIncludes: remapping', line, '->', newLine)
212 newLines.append(newLine)
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js1050 newLine = 1;
1064 newRangeStart = newLine;
1080 newLine += lines.length;
1105 newLines: newLine - newRangeStart + contextSize,
1134 newLine += lines.length;
/third_party/node/lib/internal/util/
H A Dinspect.js1411 let newLine = markCwd(ctx, line, workingDirectory);
1412 if (newLine === line) {
1414 newLine = markCwd(ctx, line, esmWorkingDirectory);
1416 line = newLine;
/third_party/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1171 char newLine = '\n'; in LL_message() local
1172 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp); in LL_message()
/third_party/python/Lib/
H A Dturtle.py2413 newLine = False
2416 newLine = True
2421 newLine = True
2424 newLine = True
2425 if newLine:
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework.py1721 newLine = ""
1733 newLine = "'\\n' << "
1740 newLine = "'\\n' << "
1757 yield ("\ts << \"\\t%s = \" << " % memberName) + newLine + valFmt + " << '\\n';"
H A Dgen_framework_sc.py1389 newLine = ""
1401 newLine = "'\\n' << "
1408 newLine = "'\\n' << "
1413 yield ("\ts << \"\\t%s = \" << " % memberName) + newLine + valFmt + " << '\\n';"
H A Dohos_gen_framework.py1407 newLine = ""
1420 newLine = "'\\n' << "
1427 newLine = "'\\n' << "
1432 yield ("\ts << \"\\t%s = \" << " % memberName) + newLine + valFmt + " << '\\n';"
/third_party/typescript/lib/
H A Dtsc.js4512 newLine: _os.EOL,
[all...]
H A DtypingsInstaller.js7110 newLine: _os.EOL,
[all...]
H A Dtsserver.js7130 newLine: _os.EOL,
[all...]

Completed in 167 milliseconds

12