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

1 2 3 4 5 67 8 91011

  /external/chromium_org/chrome/test/functional/
multiprofile.py 118 self.assertEqual(url, info['windows'][0]['tabs'][0]['url'].rstrip('/'))
  /external/chromium_org/media/tools/bug_hunter/
bug_hunter.py 249 if not url.rstrip('/') in _URL_EXCLUSION_LIST]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
main.py 218 _log.error(' ' + l.rstrip())
  /external/chromium_org/third_party/jinja2/
debug.py 100 return ''.join(lines).rstrip()
  /external/chromium_org/v8/tools/
js2c.py 92 return string.lstrip('[').rstrip(']').split()
  /external/v8/tools/
js2c.py 92 return string.lstrip('[').rstrip(']').split()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 247 requestline = requestline.rstrip('\r\n')
difflib.py     [all...]
traceback.py 192 caretspace = badline.rstrip('\n')[:offset].lstrip()
pdb.py 268 line = line[:marker].rstrip()
362 arg = arg[:comma].rstrip()
367 filename = arg[:colon].rstrip()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 265 line = line.rstrip()
267 # blank line (whether we rstrip'ed or not)? skip to next line
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
main.py 243 input_base_dir = input_base_dir.rstrip(os.sep)
refactor.py 581 line == indent + self.PS2.rstrip() + u"\n")):
608 self.log_debug("Source: %s", line.rstrip(u"\n"))
682 elif line == prefix.rstrip() + u"\n":
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 247 requestline = requestline.rstrip('\r\n')
difflib.py     [all...]
traceback.py 192 caretspace = badline.rstrip('\n')[:offset].lstrip()
pdb.py 268 line = line[:marker].rstrip()
362 arg = arg[:comma].rstrip()
367 filename = arg[:colon].rstrip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 265 line = line.rstrip()
267 # blank line (whether we rstrip'ed or not)? skip to next line
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
main.py 243 input_base_dir = input_base_dir.rstrip(os.sep)
refactor.py 581 line == indent + self.PS2.rstrip() + u"\n")):
608 self.log_debug("Source: %s", line.rstrip(u"\n"))
682 elif line == prefix.rstrip() + u"\n":
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
gflags.py 650 # Process next line with line_regex. For optimization we do an rstrip().
655 for spaces, current_tabs, word in line_regex.findall(text_line.rstrip()):
664 # the line, the rstrip() code while shorten the line down if
673 result.append(line.rstrip())
678 result.append(line.rstrip())
698 result.append(line.rstrip())
    [all...]
  /external/chromium_org/chrome/browser/resources/web_dev_style/
css_checker.py 348 (check['desc'], '\n'.join(check_errors).rstrip()))
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 573 key, val = line.rstrip('\r\n').split('=', 1)
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
compute_dependencies.py 342 idl_files.append(string.rstrip(line, '\n'))
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/
parse.py 113 data = data.rstrip('\0')

Completed in 1066 milliseconds

1 2 3 4 5 67 8 91011