HomeSort by relevance Sort by last modified time
    Searched refs:lstrip (Results 101 - 125 of 136) sorted by null

1 2 3 45 6

  /external/chromium_org/testing/gtest/scripts/
upload.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py 253 text = text.lstrip()
297 text = text.lstrip()
396 elif text.lstrip().startswith(","):
398 text = text.lstrip()[1:]
474 k = k.lstrip()
    [all...]
trace.py 219 return filename.lstrip(".")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py 253 text = text.lstrip()
297 text = text.lstrip()
396 elif text.lstrip().startswith(","):
398 text = text.lstrip()[1:]
474 k = k.lstrip()
    [all...]
trace.py 219 return filename.lstrip(".")
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 154 self.flag_type = flag_token.string.strip().lstrip('@')
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 829 line = filter(lambda line: line.lstrip().startswith('#ifndef'),
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
statetracker.py 154 self.flag_type = flag_token.string.strip().lstrip('@')
  /external/chromium_org/tools/site_compare/
command_line.py 99 names[-1].lstrip(string.punctuation + string.whitespace).upper())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 571 if line.lstrip().startswith(self.PS1):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 571 if line.lstrip().startswith(self.PS1):
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py     [all...]
test_descr.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py     [all...]
test_descr.py     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py     [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 645 white = line[:len(line)-len(line.lstrip())]
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/regex-re2/lib/codereview/
codereview.py 645 white = line[:len(line)-len(line.lstrip())]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 583 space_prefix_len = len(common_prefix) - len(common_prefix.lstrip())
709 # Get rid of starting and ending white space. Using lstrip() or even
    [all...]
  /external/chromium_org/third_party/python_gflags/
gflags.py 583 space_prefix_len = len(common_prefix) - len(common_prefix.lstrip())
709 # Get rid of starting and ending white space. Using lstrip() or even
    [all...]
  /external/chromium_org/v8/tools/
generate-runtime-tests.py 800 self.indentation = len(line) - len(line.lstrip())
    [all...]

Completed in 783 milliseconds

1 2 3 45 6