Home
last modified time | relevance | path

Searched refs:newLines (Results 1 - 11 of 11) sorted by relevance

/third_party/node/deps/npm/node_modules/diff/lib/patch/
H A Dmerge.js48 newLines = _calcOldNewLineCount.newLines;
56 if (newLines !== undefined) {
57 hunk.newLines = newLines;
59 delete hunk.newLines;
114 theirsOffset += mineCurrent.newLines - mineCurrent.oldLines;
119 mineOffset += theirsCurrent.newLines - theirsCurrent.oldLines;
126 newLines: 0,
206 newLines
[all...]
H A Dparse.js94 newLines: typeof chunkHeader[4] === 'undefined' ? 1 : +chunkHeader[4],
105 if (hunk.newLines === 0) {
139 if (!addCount && hunk.newLines === 1) {
140 hunk.newLines = 0;
149 if (addCount !== hunk.newLines) {
H A Dreverse.js32 oldLines: hunk.newLines,
34 newLines: hunk.oldLines,
H A Dcreate.js185 newLines: newLine - newRangeStart + contextSize,
258 if (hunk.newLines === 0) {
262 ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@');
H A Dapply.js145 diffOffset += _hunk.newLines - _hunk.oldLines;
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js733 newLines: typeof chunkHeader[4] === 'undefined' ? 1 : +chunkHeader[4],
744 if (hunk.newLines === 0) {
778 if (!addCount && hunk.newLines === 1) {
779 hunk.newLines = 0;
788 if (addCount !== hunk.newLines) {
938 diffOffset += _hunk.newLines - _hunk.oldLines;
1105 newLines: newLine - newRangeStart + contextSize,
1174 if (hunk.newLines === 0) {
1178 ret.push('@@ -' + hunk.oldStart + ',' + hunk.oldLines + ' +' + hunk.newStart + ',' + hunk.newLines + ' @@');
1215 newLines
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dreflow.py260 newLines = [tagLine]
266 newLines.append(''.ljust(hangIndent) + tail)
269 ' on line:\n' + para[0], '->\n' + newLines[0] + 'END', '\n' + newLines[1] if len(newLines) > 1 else '')
275 outPara = newLines + para[1:]
H A DgenRef.py199 newLines = []
212 newLines.append(newLine)
216 newLines.append(line)
218 newLines.append(line)
219 return newLines
/third_party/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp236 ULine *newLines = new ULine[maxLines]; in getLines() local
237 if(newLines == NULL) { in getLines()
244 memcpy(newLines, lines, numLines*sizeof(ULine)); in getLines()
246 lines = newLines; in getLines()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Duperf.cpp236 ULine *newLines = new ULine[maxLines]; in getLines() local
237 if(newLines == NULL) { in getLines()
244 memcpy(newLines, lines, numLines*sizeof(ULine)); in getLines()
246 lines = newLines; in getLines()
/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5384 const char* fromUnicodeMaps = fromUnicodeMaps_x, *newLines = newLines_x; in TestEBCDICUS4XML() local
5393 ucnv_toUnicode(cnv, &unicodes, unicodes+3, (const char**)&newLines, newLines+3, NULL, true, &status); in TestEBCDICUS4XML()

Completed in 15 milliseconds