HomeSort by relevance Sort by last modified time
    Searched refs:strip (Results 1676 - 1700 of 2341) sorted by null

<<61626364656667686970>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 282 help = help.strip('\n') + '\n'
428 # if it's in a group, strip the outer []
473 text = text.strip()
615 text = self._whitespace_matcher.sub(' ', text).strip()
619 text = self._whitespace_matcher.sub(' ', text).strip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 242 s.split('->')[1].split('--')[0]).strip()
244 s = s.split('--')[0].strip()
258 funct, value = map(lambda x: x.strip().lower(), s.split(':'))
279 L = Sides[0].strip().split()
285 L = Sides[1].strip().split()
    [all...]
test_array.py 815 def strip(self): member in class:CharacterTest.test_subbclassing.EditableString
816 self[:] = array.array('c', self.tostring().strip())
822 s.strip()
    [all...]
test_float.py 615 line = line.strip()
619 lhs, rhs = map(str.strip, line.split('->'))
636 line = line.strip()
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 4116 bfd_boolean strip; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_translation.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py     [all...]