Home
last modified time | relevance | path

Searched refs:empty_lines (Results 1 - 4 of 4) sorted by relevance

/third_party/gn/src/gn/
H A Dstandard_out.cc276 std::size_t empty_lines = 0; in PrintLongHelp() local
282 empty_lines = 0; in PrintLongHelp()
323 if (!line.empty() && empty_lines != 0) { in PrintLongHelp()
324 OutputString(std::string(empty_lines, '\n')); in PrintLongHelp()
325 empty_lines = 0; in PrintLongHelp()
327 ++empty_lines; in PrintLongHelp()
/third_party/ffmpeg/libavcodec/
H A Dlibzvbi-teletextdec.c305 int empty_lines = 0; in gen_sub_ass() local
365 empty_lines = 0; in gen_sub_ass()
368 if (len && empty_lines > 1) in gen_sub_ass()
369 for (empty_lines /= 2; empty_lines > 0; empty_lines--) in gen_sub_ass()
381 empty_lines = 0; in gen_sub_ass()
383 empty_lines++; in gen_sub_ass()
388 for (empty_lines = (empty_lines in gen_sub_ass()
[all...]
/third_party/node/deps/v8/tools/
H A Drun-clang-tidy.py112 empty_lines = 0
125 empty_lines += 1
126 if empty_lines == 2:
/third_party/python/Lib/test/
H A Dtest_httplib.py448 for empty_lines in (False, True,):
452 'POST', '/', self._make_body(empty_lines=empty_lines))
473 def _make_body(self, empty_lines=False):
477 if empty_lines and idx % 2:

Completed in 6 milliseconds