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

1 2 34 5 6

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 203 if (len(token.string) == len(token.string.lstrip()) and
271 space_count = len(token.string) - len(token.string.lstrip())
441 string = token.next.string.lstrip()
    [all...]
indentation.py 411 return len(token.string) - len(token.string.lstrip())
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 855 assert self.logical_line.lstrip() == self.logical_line
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmalintrules.py 203 if (len(token.string) == len(token.string.lstrip()) and
271 space_count = len(token.string) - len(token.string.lstrip())
441 string = token.next.string.lstrip()
    [all...]
indentation.py 411 return len(token.string) - len(token.string.lstrip())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 266 next = line[marker+2:].lstrip()
361 cond = arg[comma+1:].lstrip()
375 arg = arg[colon+1:].lstrip()
    [all...]
cmd.py 264 line = origline.lstrip()
decimal.py 566 self._int = str(int(diag or '0')).lstrip('0')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 266 next = line[marker+2:].lstrip()
361 cond = arg[comma+1:].lstrip()
375 arg = arg[colon+1:].lstrip()
    [all...]
cmd.py 264 line = origline.lstrip()
decimal.py 566 self._int = str(int(diag or '0')).lstrip('0')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
checker.py 401 return os.path.splitext(file_path)[1].lstrip(".")
  /external/chromium_org/third_party/jinja2/
loaders.py 254 results.append(fullname[offset:].lstrip('/'))
  /external/chromium_org/v8/tools/push-to-trunk/
push_to_trunk.py 222 changelog_entry = changelog_entry.lstrip()
  /external/markdown/markdown/
__init__.py 446 text = text.lstrip(u'\ufeff') # remove the byte-order mark
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 482 lastvalue = [line[i+1:].lstrip()]
header.py 429 line = line.lstrip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 44 self.assertEqual(caps.lstrip('-'), SUBSTR)
281 self.assertEqual(s.lstrip(), SUBSTR.lstrip())
285 stripped = s.lstrip()
    [all...]
test_int.py 276 self.assertEqual(k, len(bin(x).lstrip('-0b')))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 482 lastvalue = [line[i+1:].lstrip()]
header.py 429 line = line.lstrip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 44 self.assertEqual(caps.lstrip('-'), SUBSTR)
281 self.assertEqual(s.lstrip(), SUBSTR.lstrip())
285 stripped = s.lstrip()
    [all...]
test_int.py 276 self.assertEqual(k, len(bin(x).lstrip('-0b')))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 362 # lstrip() just to be sure.
363 rel_path = rel_path.lstrip(self.sep)
  /external/chromium_org/base/android/jni_generator/
jni_generator.py     [all...]

Completed in 1133 milliseconds

1 2 34 5 6