HomeSort by relevance Sort by last modified time
    Searched refs:nextline (Results 1 - 7 of 7) 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...]
  /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)
  /external/libvorbis/doc/
05-comment.tex 98 \begin{description} %[style=nextline]
04-codec.tex 619 \begin{description} %[style=nextline]

Completed in 85 milliseconds