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

  /external/chromium_org/third_party/lcov/bin/
gendesc 154 my $empty_line = "ignore";
181 $empty_line = "ignore";
186 if ($empty_line eq "insert")
192 $empty_line = "observe";
198 if ($empty_line eq "observe")
200 $empty_line = "insert";
  /external/oprofile/libutil/
op_string.h 67 int empty_line(char const * c);
op_string.c 53 int empty_line(char const * c) function
  /external/oprofile/libutil/tests/
string_tests.c 67 if (!empty_line(""))
68 error("empty_line is false for \"\"");
69 if (!empty_line("\n\t "))
70 error("empty_line is false for \"\\n\\n \"");
71 if (!empty_line(" "))
72 error("empty_line is false for \" \"");
73 if (empty_line("\r"))
74 error("empty_line is true for \\r");
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make-file-arrays.py 69 empty_line = re.compile(r'\n+')
77 content = empty_line.sub('\n', content)
  /external/oprofile/libop/
op_events.c 238 if (empty_line(line) || comment_line(line))
445 if (empty_line(line) || comment_line(line))
749 if (empty_line(line) || comment_line(line))
  /external/oprofile/daemon/
opd_ibs.c 533 if (empty_line(argv) != 0)
  /external/chromium_org/ui/gfx/
render_text_win.cc 161 // |available_width| using word break info from |breaks|. If |empty_line| is
175 bool empty_line,
208 if (!empty_line || word_width < *width) {
    [all...]

Completed in 142 milliseconds