HomeSort by relevance Sort by last modified time
    Searched refs:rstrip (Results 51 - 63 of 63) sorted by null

1 23

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
base_unittest.py 104 wdiff_path = executive.run_command(["which", "wdiff"]).rstrip()
webkit.py 462 and line.rstrip() != "#EOF"):
  /external/regex-re2/lib/codereview/
codereview.py 423 line = line.rstrip()
443 sections[k] = StripCommon(sections[k]).rstrip()
452 line = line[0:i].rstrip()
641 line = line.rstrip()
660 line = line.rstrip()
916 ui.warn("gofmt errors:\n" + errors.rstrip() + "\n")
919 msg = "gofmt needs to format these files (run hg gofmt):\n" + Indent(data, "\t").rstrip()
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 656 return awk_output.rstrip()
709 "/system/bin/sh", "-c", "pwd").rstrip()
  /external/llvm/utils/lit/lit/
TestRunner.py 371 ln = ln.rstrip()
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py 80 condition = line.rstrip()[4:]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 901 self.log("< %s" % t.rstrip())
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 550 if (not output) or (output.upper().rstrip().endswith('NO SUCH FILE OR DIRECTORY')):
    [all...]
  /ndk/
ndk-gdb.py 330 # rstrip() because of final newline.
331 return retval, text.decode('ascii').replace('\r', '').rstrip()
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 473 before_name_index = skeleton_parameter.rstrip().rfind(' ')
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 1502 milliseconds

1 23