HomeSort by: relevance | last modified time | path
    Searched refs:takewhile (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
check-MAINTAINERS.py 28 from itertools import dropwhile, takewhile
91 chunk = list(takewhile(is_empty, lines))
98 chunk = list(takewhile(is_empty, lines))
105 chunk = list(takewhile(is_empty, lines))
check-params-in-docs.py 29 from itertools import dropwhile, takewhile
65 texi = takewhile(lambda x: '@node Instrumentation Options' not in x, texi)
mklog.py 36 from itertools import takewhile
427 start = list(takewhile(skip_line_in_changelog, lines))
  /src/external/gpl3/gcc.old/dist/contrib/
check-MAINTAINERS.py 28 from itertools import dropwhile, takewhile
91 chunk = list(takewhile(is_empty, lines))
98 chunk = list(takewhile(is_empty, lines))
105 chunk = list(takewhile(is_empty, lines))
check-params-in-docs.py 27 from itertools import dropwhile, takewhile
57 texi = takewhile(lambda x: '@node Instrumentation Options' not in x, texi)
mklog.py 35 from itertools import takewhile
371 start = list(takewhile(skip_line_in_changelog, lines))
  /src/external/gpl3/gcc/dist/contrib/gcc-changelog/
git_email.py 24 from itertools import takewhile
51 lines = list(takewhile(lambda line: line != '---', lines))
69 header = list(takewhile(lambda line: line != '', lines))
  /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
git_email.py 22 from itertools import takewhile
48 lines = list(takewhile(lambda line: line != '---', lines))
66 header = list(takewhile(lambda line: line != '', lines))
  /src/external/gpl3/gdb/dist/contrib/
mklog.py 33 from itertools import takewhile
246 start = list(takewhile(lambda l: not l.startswith('#'), lines))
  /src/external/gpl3/gdb.old/dist/contrib/
mklog.py 33 from itertools import takewhile
246 start = list(takewhile(lambda l: not l.startswith('#'), lines))
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
printing.py 357 e_values = itertools.takewhile(lambda x: x.enumval <= high, e_values)
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
printing.py 357 e_values = itertools.takewhile(lambda x: x.enumval <= high, e_values)

Completed in 18 milliseconds