HomeSort by relevance Sort by last modified time
    Searched refs:rstrip (Results 201 - 225 of 267) sorted by null

1 2 3 4 5 6 7 891011

  /external/chromium_org/tools/heapcheck/
chrome_tests.py 217 line = line.rstrip()
  /external/chromium_org/tools/valgrind/
chrome_tests.py 173 line = line.rstrip()
memcheck_analyze.py 522 context_data = context_file.readline().rstrip()
  /external/llvm/utils/lit/lit/
TestRunner.py 380 ln = ln.rstrip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 42 arg = arg.rstrip("\\")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
message.py 702 return utils.collapse_rfc2231_value(boundary).rstrip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 147 stripped = s.rstrip()
    [all...]
pkgutil.py 548 line = line.rstrip('\n')
shutil.py 262 return os.path.basename(path.rstrip(os.path.sep))
tarfile.py     [all...]
doctest.py 323 line = line.rstrip()
685 # be preserved, so plain rstrip() isn't good enough.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 42 arg = arg.rstrip("\\")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
message.py 702 return utils.collapse_rfc2231_value(boundary).rstrip()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 147 stripped = s.rstrip()
    [all...]
pkgutil.py 548 line = line.rstrip('\n')
shutil.py 262 return os.path.basename(path.rstrip(os.path.sep))
tarfile.py     [all...]
doctest.py 323 line = line.rstrip()
685 # be preserved, so plain rstrip() isn't good enough.
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 242 name = data_type_string.lower().rstrip('s')
244 if field_descriptor.name.lower().rstrip('s') == name:
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
regrtest.py 526 output.put((test, stdout.rstrip(), stderr.rstrip(), result))
    [all...]
test_subprocess.py 173 self.assertEqual(out.rstrip(), 'test_stdout_none')
337 self.assertEqual(out.rstrip(), 'test with stdout=1')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
regrtest.py 526 output.put((test, stdout.rstrip(), stderr.rstrip(), result))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py     [all...]

Completed in 843 milliseconds

1 2 3 4 5 6 7 891011