Home
last modified time | relevance | path

Searched refs:nextline (Results 1 – 24 of 24) sorted by relevance

/third_party/libpng/scripts/
Ddfn.awk127 if (getline nextline) {
130 if (nextline !~ /^#/) {
131 line = line " " nextline
153 if (getline nextline) {
154 if (nextline !~ /^#/) {
155 line = line " " nextline
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Ddfn.awk127 if (getline nextline) {
130 if (nextline !~ /^#/) {
131 line = line " " nextline
153 if (getline nextline) {
154 if (nextline !~ /^#/) {
155 line = line " " nextline
/third_party/skia/third_party/externals/libpng/scripts/
Ddfn.awk127 if (getline nextline) {
130 if (nextline !~ /^#/) {
131 line = line " " nextline
153 if (getline nextline) {
154 if (nextline !~ /^#/) {
155 line = line " " nextline
/third_party/flutter/skia/tools/
Dcompare_codereview.py291 nextline = ''
293 if nextline:
294 if len(nextline) + 1 + len(word) > columns:
295 ret.append(nextline)
296 nextline = word
298 nextline += (' ' + word)
300 nextline = word
301 if nextline:
302 ret.append(nextline)
/third_party/skia/tools/
Dcompare_codereview.py291 nextline = ''
293 if nextline:
294 if len(nextline) + 1 + len(word) > columns:
295 ret.append(nextline)
296 nextline = word
298 nextline += (' ' + word)
300 nextline = word
301 if nextline:
302 ret.append(nextline)
/third_party/python/Lib/
Dmailcap.py87 nextline = line
89 while nextline[-2:] == '\\\n':
90 nextline = fp.readline()
91 if not nextline: nextline = '\n'
92 line = line[:-2] + nextline
Dftplib.py234 nextline = self.getline()
235 line = line + ('\n' + nextline)
236 if nextline[:3] == code and \
237 nextline[3:4] != '-':
/third_party/python/Tools/scripts/
Difdef.py59 nextline = fpi.readline()
60 if not nextline: break
61 line = line + nextline
Dpdeps.py76 nextline = fp.readline()
77 if not nextline: break
78 line = line[:-1] + nextline
Dfixcid.py142 nextline = f.readline()
143 if not nextline: break
144 line = line + nextline
/third_party/toybox/toys/posix/
Dsed.c182 char *nextline, *remember;
262 char *line = TT.nextline; in sed_line()
273 TT.nextline = 0; in sed_line()
276 TT.nextline = *pline; in sed_line()
453 extend_string(&line, TT.nextline, len, -TT.nextlen); in sed_line()
454 free(TT.nextline); in sed_line()
455 TT.nextline = line; in sed_line()
468 free(TT.nextline); in sed_line()
471 TT.nextline = 0; in sed_line()
676 TT.nextline = 0; in do_sed_file()
/third_party/typescript/tests/baselines/reference/
DfileWithNextLine2.types2 // Note: there is a nextline (0x85) char between the = and the 0.
DfileWithNextLine3.types2 // Note: there is a nextline (0x85) between the return and the
DfileWithNextLine2.symbols2 // Note: there is a nextline (0x85) char between the = and the 0.
DfileWithNextLine1.types2 // Note: there is a nextline (0x85) in the string
DfileWithNextLine1.symbols2 // Note: there is a nextline (0x85) in the string
DfileWithNextLine3.symbols2 // Note: there is a nextline (0x85) between the return and the
DfileWithNextLine3.errors.txt5 // Note: there is a nextline (0x85) between the return and the
/third_party/f2fs-tools/tools/
Df2fstat.c154 goto nextline; in f2fstat()
173 nextline: in f2fstat()
/third_party/ffmpeg/libavfilter/
Dvf_hqx.c404 const int nextline = y < height - 1 ? src32_linesize : 0; in hqx_filter() local
412 src32[prevcol + nextline], src32[nextline], src32[nextline + nextcol] in hqx_filter()
/third_party/python/Parser/
Dtokenizer.c1356 nextline: in tok_get()
1659 goto nextline; in tok_get()
/third_party/toybox/generated/
Dglobals.h1298 char *nextline, *remember; member
/third_party/libffi/doc/
Dtexinfo.tex5532 \read 1 to \nextline
5539 \let\thisline\nextline
5554 \edef\act{\gdef\noexpand\firsttoken{\getfirsttoken\nextline}}%
/third_party/NuttX/
DReleaseNotes21716 searching for 'nextline'. Fixed.