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

1 2

  /external/icu4c/tools/genuca/
genteststub.py 40 wrfile.write(line.rstrip()+"\n")
43 line = line.rstrip()
  /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/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/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]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 330 find_output = self.run(find_args, cwd=home_directory, error_handler=Executive.ignore_error).rstrip()
363 info_output = run_command(svn_info_args).rstrip()
498 return self.run(["svn", "propget", "svn:author", "--revprop", "-r", revision]).rstrip()
601 return self.run(['svn', 'pget', pname, base], cwd=dir).encode('utf-8').rstrip("\n")
619 return self.run(['sysctl', '-n', 'hw.cpu64bit_capable']).rstrip() == '1'
634 git_path = self.run(['which', 'git']).rstrip()
643 return run_command(['git', 'rev-parse', '--is-inside-work-tree'], cwd=path, error_handler=Executive.ignore_error).rstrip() == "true"
664 error_handler=Executive.ignore_error).rstrip('\n')
779 return self.run(['git', 'svn', 'find-rev', arg], cwd=self.checkout_root).rstrip()
    [all...]
diff_parser.py 146 line = line.rstrip("\n")
  /external/icu4c/tools/genprops/misc/
ucdcopy.py 41 line = line.rstrip()
  /external/icu4c/tools/genprops/
ucdcopy.py 41 line = line.rstrip()
  /external/v8/test/message/
testcfg.py 60 pattern = re.escape(line.rstrip() % env)
  /external/llvm/utils/
llvmbuild 208 component = component.rstrip("2")
354 + str(line, "utf-8").rstrip())
636 srcdir = source + "/" + comp.rstrip("2")
647 "extra_" + comp_key.rstrip("2")
  /build/tools/releasetools/
common.py 226 cmd.append(open(fn).read().rstrip("\n"))
231 cmd.append(open(fn).read().rstrip("\n"))
236 cmd.append(open(fn).read().rstrip("\n"))
455 print docstring.rstrip("\n")
edify_generator.py 64 return "".join(out).replace("\0", " ").rstrip("\n")
  /packages/apps/Browser/tools/
get_search_engines.py 167 engines_str = engines_str.rstrip(',')

Completed in 654 milliseconds

1 2