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

1 2 3 4 5 6 7 8 91011

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_subprocess.py 173 self.assertEqual(out.rstrip(), 'test_stdout_none')
337 self.assertEqual(out.rstrip(), 'test with stdout=1')
    [all...]
test_logging.py 1035 self.assertEqual(f.read().rstrip(), data)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 901 self.log("< %s" % t.rstrip())
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 517 return '\n'.join([line.rstrip() for line in pretty_lines]) + '\n'
  /external/chromium_org/ppapi/generators/
idl_parser.py 907 line = line[offs + 1:].rstrip()
    [all...]
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 229 line = line.rstrip("\n")
    [all...]
  /external/chromium_org/third_party/simplejson/
__init__.py 41 >>> print '\n'.join([l.rstrip() for l in s.splitlines()])
  /external/chromium_org/tools/gyp/pylib/gyp/
xcode_emulation.py 256 return out.rstrip('\n')
    [all...]
input.py 859 replacement = str(py_module.DoMain(parsed_contents[1:])).rstrip()
883 replacement = p_stdout.rstrip()
    [all...]
  /external/chromium_org/tools/idl_parser/
idl_parser.py 930 line = line[offs + 1:].rstrip()
  /ndk/
ndk-gdb.py 392 # rstrip() because of final newline.
393 return retval, text.decode('ascii').replace('\r', '').rstrip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 518 optname = self.optionxform(optname.rstrip())
decimal.py     [all...]
urllib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 518 optname = self.optionxform(optname.rstrip())
decimal.py     [all...]
  /art/tools/
cpplint.py     [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 495 before_name_index = skeleton_parameter.rstrip().rfind(' ')
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /external/chromium_org/tools/
bisect-perf-regression.py 730 commit_info[targets[i]] = output.rstrip()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 1035 self.assertEqual(f.read().rstrip(), data)
    [all...]
test_descr.py     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py     [all...]

Completed in 1275 milliseconds

1 2 3 4 5 6 7 8 91011