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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
commitmessage.py 47 def body(self, lstrip=False):
49 if lstrip:
50 lines = [line.lstrip() for line in lines]
53 def description(self, lstrip=False, strip_url=False):
55 if lstrip:
56 line = line.lstrip()
  /external/chromium_org/third_party/mesa/src/scons/
source_list.py 74 val = self._expand_value(line[op_end:].lstrip())
97 line = self.line_cont + line.lstrip()
103 line = line.lstrip()
  /external/mesa3d/scons/
source_list.py 74 val = self._expand_value(line[op_end:].lstrip())
97 line = self.line_cont + line.lstrip()
103 line = line.lstrip()
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 50 if line.lstrip() == line:
  /external/chromium_org/chrome/common/extensions/docs/server2/
render_servlet.py 35 path = self._request.path.lstrip('/')
47 redirect = canonical_result.path.lstrip('/')
local_file_system.py 78 _ConvertToFilepath(path).lstrip(os.sep))
87 _ConvertToFilepath(path).lstrip(os.sep))
api_list_data_source.py 35 ('%s/%s' % (root, name)).lstrip('/') for name in files)
  /external/chromium/build/linux/
rewrite_dirs.py 29 path = path.lstrip('/')
  /external/chromium_org/build/linux/
rewrite_dirs.py 29 path = path.lstrip('/')
  /external/chromium_org/tools/heapcheck/
PRESUBMIT.py 23 line = line.lstrip()
  /external/llvm/utils/
lldbDataFormatters.py 21 return int(name.lstrip('[').rstrip(']'))
sort_includes.py 42 header = l[len('#include'):].lstrip()
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class_test.py 39 return '\n'.join([s.lstrip() for s in lines.split('\n')])
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
print-layout-test-times 25 parser.epilog = '\n'.join(s.lstrip() for s in epilog.splitlines())
  /external/chromium_org/tools/git/
for-all-touched-files.py 63 line = line.lstrip()
  /external/chromium_org/tools/valgrind/memcheck/
PRESUBMIT.py 27 line = line.lstrip()
  /external/harfbuzz/contrib/tables/
unicode_parse_common.py 15 return word.lstrip().rstrip()
  /external/llvm/utils/testgen/
mc-bundling-x86-gen.py 30 '''.format(BUNDLE_SIZE_POW2).lstrip()
  /external/icu4c/test/depstest/
dependencies.py 125 line = line.lstrip()
149 name = line[9:].lstrip()
158 name = line[7:].lstrip()
  /external/chromium_org/third_party/WebKit/Tools/lldb/
lldb_webkit.py 176 return int(name.lstrip('[').rstrip(']'))
222 return int(name.lstrip('[').rstrip(']'))
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 24 std::string lstrip(const std::string& one, const std::string& two) { function in namespace:__anon16464
266 filename = lstrip(filename, "/usr/local/google");
  /external/chromium_org/v8/tools/
gen-postmortem-metadata.py 201 line = re.sub('//.*', '', line.rstrip().lstrip());
220 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
  /external/v8/tools/
gen-postmortem-metadata.py 203 line = re.sub('//.*', '', line.rstrip().lstrip());
222 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 98 L.append(s.lstrip())
102 L.append(s.lstrip())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 84 def lstrip(s): function
85 """lstrip(s) -> string
90 return s.lstrip()

Completed in 815 milliseconds

1 2 3 4 5 6