HomeSort by relevance Sort by last modified time
    Searched refs:lstrip (Results 1 - 25 of 136) 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/chromium_org/third_party/libvpx/source/libvpx/tools/
wrap-commit-msg.py 50 if line.lstrip() == line:
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 50 if line.lstrip() == line:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
wrap-commit-msg.py 50 if line.lstrip() == line:
  /external/chromium_org/chrome/test/ispy/server/
main_view_handler.py 53 test_runs = set([path.lstrip('/').split('/')[1] for path in
101 res['expectation'] = path.lstrip('/').split('/')[2]
gs_bucket.py 26 return self.bucket + '/' + path.lstrip('/')
  /external/chromium_org/build/linux/
rewrite_dirs.py 29 path = path.lstrip('/')
  /external/llvm/utils/
lldbDataFormatters.py 29 return int(name.lstrip('[').rstrip(']'))
sort_includes.py 42 header = l[len('#include'):].lstrip()
  /external/chromium_org/chrome/common/extensions/docs/server2/
local_file_system.py 87 _ConvertToFilepath(path).lstrip(os.sep))
101 _ConvertToFilepath(path).lstrip(os.sep))
preview.py 46 if not posixpath.abspath(self.path.lstrip('/')).startswith(
sidenav_data_source.py 91 href = href.lstrip('/')
  /external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/memcheck/
PRESUBMIT.py 43 line = line.lstrip()
  /external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/tables/
unicode_parse_common.py 15 return word.lstrip().rstrip()
  /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/llvm/utils/testgen/
mc-bundling-x86-gen.py 30 '''.format(BUNDLE_SIZE_POW2).lstrip()
  /external/icu/icu4c/source/test/depstest/
dependencies.py 125 line = line.lstrip()
149 name = line[9:].lstrip()
158 name = line[7:].lstrip()
  /external/chromium_org/build/config/linux/
pkg-config.py 97 path = path.lstrip('/')
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 24 std::string lstrip(const std::string& one, const std::string& two) { function in namespace:__anon20326
280 filename = lstrip(filename, "/usr/local/google");
  /external/chromium_org/v8/tools/
gen-postmortem-metadata.py 215 line = re.sub('//.*', '', line.rstrip().lstrip());
234 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 1088 milliseconds

1 2 3 4 5 6