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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
FormatParagraph.py 84 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line):
91 not is_all_white(line[comment_header_len:]):
100 not is_all_white(line[comment_header_len:]):
110 while i < n and is_all_white(lines[i]):
115 if i+1 < n and not is_all_white(lines[i+1]):
121 while i < n and not is_all_white(lines[i]):
141 def is_all_white(line): function
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
FormatParagraph.py 84 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line):
91 not is_all_white(line[comment_header_len:]):
100 not is_all_white(line[comment_header_len:]):
110 while i < n and is_all_white(lines[i]):
115 if i+1 < n and not is_all_white(lines[i+1]):
121 while i < n and not is_all_white(lines[i]):
141 def is_all_white(line): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 84 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line):
91 not is_all_white(line[comment_header_len:]):
100 not is_all_white(line[comment_header_len:]):
110 while i < n and is_all_white(lines[i]):
115 if i+1 < n and not is_all_white(lines[i+1]):
121 while i < n and not is_all_white(lines[i]):
141 def is_all_white(line): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py 84 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line):
91 not is_all_white(line[comment_header_len:]):
100 not is_all_white(line[comment_header_len:]):
110 while i < n and is_all_white(lines[i]):
115 if i+1 < n and not is_all_white(lines[i+1]):
121 while i < n and not is_all_white(lines[i]):
141 def is_all_white(line): function

Completed in 4750 milliseconds