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

  /external/webkit/Tools/Scripts/webkitpy/common/system/
ospath.py 75 # lstrip() just to be sure.
76 rel_path = rel_path.lstrip(sep)
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
irc_command.py 62 svn_revision_list = [args[0].lstrip("r")]
67 if arg.lstrip("r").isdigit() and read_revision:
68 svn_revision_list.append(arg.lstrip("r"))
  /external/chromium/build/linux/
rewrite_dirs.py 29 path = path.lstrip('/')
  /external/llvm/utils/
lldbDataFormatters.py 20 return int(name.lstrip('[').rstrip(']'))
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 39 return '\n'.join([s.lstrip() for s in lines.split('\n')])
tokenize.py 245 condition = source[start+4:i].lstrip()
ast.py 818 name = token.name[1:].lstrip()
838 value = name[i:].lstrip()
871 name = token.name[1:].lstrip()
    [all...]
  /external/harfbuzz/contrib/tables/
unicode_parse_common.py 15 return word.lstrip().rstrip()
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 314 comment_text = commit_message.body(lstrip=True)
340 description = options.description or commit_message.description(lstrip=True, strip_url=True)
453 bug_title = commit_message.description(lstrip=True, strip_url=True)
454 comment_text = commit_message.body(lstrip=True)
474 bug_title = commit_message.description(lstrip=True, strip_url=True)
475 comment_text = commit_message.body(lstrip=True)
  /external/v8/tools/
gen-postmortem-metadata.py 203 line = re.sub('//.*', '', line.rstrip().lstrip());
222 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
js2c.py 92 return string.lstrip('[').rstrip(']').split()
  /external/chromium/testing/gtest/scripts/
pump.py 712 if cur_line.lstrip().startswith('#'):
724 indent = len(before_comment) - len(before_comment.lstrip())
736 cur_line = seg.lstrip()
742 indent = len(line) - len(line.lstrip())
753 seg = seg.lstrip()
761 cur_line = (cur_line + seg).lstrip()
766 cur_line = seg.lstrip()
upload.py     [all...]
  /external/gtest/scripts/
pump.py 712 if cur_line.lstrip().startswith('#'):
724 indent = len(before_comment) - len(before_comment.lstrip())
736 cur_line = seg.lstrip()
742 indent = len(line) - len(line.lstrip())
753 seg = seg.lstrip()
761 cur_line = (cur_line + seg).lstrip()
766 cur_line = seg.lstrip()
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 107 def body(self, lstrip=False):
109 if lstrip:
110 lines = [line.lstrip() for line in lines]
113 def description(self, lstrip=False, strip_url=False):
115 if lstrip:
116 line = line.lstrip()
    [all...]
  /external/markdown/markdown/
blockprocessors.py 456 parent.text = block.lstrip()
460 p.text = block.lstrip()
preprocessors.py 89 return tag.lstrip("<").rstrip(">"), i + len(p)-2 + len(left_tag)
__init__.py 446 text = text.lstrip(u'\ufeff') # remove the byte-order mark
  /development/testrunner/test_defs/
instrumentation_test.py 109 test_class = options.test_class.lstrip()
  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 437 return os.path.splitext(file_path)[1].lstrip(".")
  /external/chromium/testing/gmock/scripts/
upload.py     [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py 691 white = line[:len(line)-len(line.lstrip())]
    [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 4759 milliseconds