HomeSort by relevance Sort by last modified time
    Searched refs:rstrip (Results 1 - 25 of 41) sorted by null

1 2

  /external/valgrind/unittest/
match_output.py 8 line_re = line_re.rstrip()
15 line = line.rstrip()
  /external/llvm/utils/lint/
common_lint.py 23 length = len(line.rstrip('\n'))
45 if tab_re.match(line.rstrip('\n')):
66 if trailing_whitespace_re.match(line.rstrip('\n')):
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 59 function_name = p.stdout.readline().rstrip()
60 file_name = p.stdout.readline().rstrip()
68 print line.rstrip()
117 atos_line = p.stdout.readline().rstrip()
131 print line.rstrip()
symbolize.py 75 function_name = p.stdout.readline().rstrip()
76 file_name = p.stdout.readline().rstrip()
87 print line.rstrip().encode('utf-8')
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
common.py 55 lines[line_number] = lines[line_number].rstrip("\r")
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config.py 83 self._executive.run_command(args).rstrip())
167 return self._filesystem.read_text_file(configuration_path).rstrip()
chromium.py 472 while not crash and line.rstrip() != "#EOF":
490 actual_uri = line.rstrip()[5:]
499 actual_checksum = line.rstrip()[5:]
config_unittest.py 158 actual = e.run_command(args).rstrip()
  /external/llvm/utils/
lldbDataFormatters.py 20 return int(name.lstrip('[').rstrip(']'))
llvm-compilers-check 162 component = component.rstrip("2")
299 + str(line, "utf-8").rstrip())
448 srcdir = source + "/" + comp.rstrip("2")
456 "extra_" + comp_key.rstrip("2")
  /external/markdown/markdown/
preprocessors.py 89 return tag.lstrip("<").rstrip(">"), i + len(p)-2 + len(left_tag)
90 return block.rstrip()[-len(left_tag)-2:-1].lower(), len(block)
151 if block.rstrip().endswith(">") \
160 and not block.rstrip().endswith(">"):
blockprocessors.py 203 code.text = markdown.AtomicString('%s\n%s\n' % (code.text, block.rstrip()))
209 code.text = markdown.AtomicString('%s\n' % block.rstrip())
  /external/harfbuzz/contrib/tables/
unicode_parse_common.py 15 return word.lstrip().rstrip()
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 122 line = line.rstrip()
action_cssvaluekeywords.py 127 line = line.rstrip()
  /external/webkit/Tools/Scripts/
print-vse-failure-logs 85 build_directory = self._executive.run_command([build_directory_script_path, "--top-level"]).rstrip()
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 106 windows_path = self._child_process.stdout.readline().rstrip()
  /external/oprofile/
opimport_pull 88 line = line.rstrip()
  /external/chromium/testing/gtest/scripts/
pump.py 719 before_comment = line[:loc].rstrip()
731 if len((cur_line + seg).rstrip()) < max_len:
735 output.append(prefix + cur_line.rstrip())
760 if len((cur_line + seg).rstrip()) < max_len:
763 output.append(prefix + cur_line.rstrip() + line_concat)
785 line = line.rstrip()
811 output2 = [line.rstrip() for line in output]