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

  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 571 text_lines = text.splitlines()
573 while text_lines and not text_lines[-1]:
574 text_lines = text_lines[:-1]
575 if text_lines:
577 if text_lines[0] and text_lines[0][0].isspace():
580 text_first_line = [text_lines.pop(0)]
582 common_prefix = os.path.commonprefix([line for line in text_lines if line]
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 571 text_lines = text.splitlines()
573 while text_lines and not text_lines[-1]:
574 text_lines = text_lines[:-1]
575 if text_lines:
577 if text_lines[0] and text_lines[0][0].isspace():
580 text_first_line = [text_lines.pop(0)]
582 common_prefix = os.path.commonprefix([line for line in text_lines if line]
    [all...]
  /system/media/camera/docs/
metadata_helpers.py 803 text_lines = text.split('\n')
804 text_not_first = "\n".join(text_lines[1:])
806 text = text_lines[0] + "\n" + text_not_first
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py 615 text_lines = text.split('\n')
618 for current_line in text_lines:
664 text_lines = text.split('\n')
666 for current_line in text_lines:
    [all...]

Completed in 66 milliseconds