HomeSort by relevance Sort by last modified time
    Searched refs:nextline (Results 1 - 14 of 14) sorted by null

  /external/libpng/scripts/
dfn.awk 127 if (getline nextline) {
130 if (nextline !~ /^#/) {
131 line = line " " nextline
153 if (getline nextline) {
154 if (nextline !~ /^#/) {
155 line = line " " nextline
  /external/elfutils/0.153/libasm/
asm_addstrz.c 76 bool nextline = true; local
80 if (nextline)
83 nextline = false;
96 nextline = true;
105 if (! nextline)
  /external/chromium_org/third_party/WebKit/Source/core/paint/
InlinePainter.cpp 71 const LayoutRect& lastline, const LayoutRect& thisline, const LayoutRect& nextline, const Color outlineColor)
88 IntRect pixelSnappedNextLine = pixelSnappedIntRect(paintOffset.x() + nextline.x(), 0, nextline.width(), 0);
95 pixelSnappedBox.maxY() + (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : 0),
99 (nextline.isEmpty() || thisline.x() <= nextline.x() || (nextline.maxX() - 1) <= thisline.x() ? outlineWidth : -outlineWidth),
107 pixelSnappedBox.maxY() + (nextline.isEmpty() || nextline.maxX() <= thisline.maxX() || (thisline.maxX() - 1) <= nextline.x() ? outline (…)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailcap.py 69 nextline = line
71 while nextline[-2:] == '\\\n':
72 nextline = fp.readline()
73 if not nextline: nextline = '\n'
74 line = line[:-2] + nextline
ftplib.py 200 nextline = self.getline()
201 line = line + ('\n' + nextline)
202 if nextline[:3] == code and \
203 nextline[3:4] != '-':
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailcap.py 69 nextline = line
71 while nextline[-2:] == '\\\n':
72 nextline = fp.readline()
73 if not nextline: nextline = '\n'
74 line = line[:-2] + nextline
ftplib.py 200 nextline = self.getline()
201 line = line + ('\n' + nextline)
202 if nextline[:3] == code and \
203 nextline[3:4] != '-':
    [all...]
  /external/f2fs-tools/tools/
f2fstat.c 154 goto nextline;
173 nextline:
  /external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libcython_in_gdb.py 169 nextline = 'cdef int c_var = 12'
174 self.lineno_equals(nextline)
175 assert step_result.rstrip().endswith(nextline)
  /libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java 137 String nextline; local
138 while ((nextline = buf.readLine()) != null) {
139 assertEquals(helloWorldString, nextline);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 243 nextline = Qdoffs.GetPixMapBytes(self.pixmap, start, width*4)
245 rv.append(nextline)
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java     [all...]
  /external/libvorbis/doc/
05-comment.tex 98 \begin{description} %[style=nextline]
04-codec.tex 619 \begin{description} %[style=nextline]

Completed in 658 milliseconds