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

1 2 3 4 5 6 78 91011

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
text_format.py 64 return result.rstrip()
676 return float(text.rstrip('f'))
  /external/chromium_org/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/tools/code_coverage/
croc_html.py 322 line.rstrip()
croc.py 155 dest.append(outline.rstrip())
  /external/mesa3d/src/gallium/tools/trace/
parse.py 113 data = data.rstrip('\0')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 140 line = line.rstrip('\r\n')
site.py 154 line = line.rstrip()
tokenize.py 333 comment_token = line[pos:].rstrip('\r\n')
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
84 return result and re.sub('^ *\n', '', rstrip(result)) or ''
91 elif len(lines) >= 2 and not rstrip(lines[1]):
365 docloc = "%s/%s" % (docloc.rstrip("/"), object.__name__)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 409 comment_token = line[pos:].rstrip('\r\n')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 140 line = line.rstrip('\r\n')
site.py 154 line = line.rstrip()
tokenize.py 333 comment_token = line[pos:].rstrip('\r\n')
pydoc.py 57 from string import expandtabs, find, join, lower, split, strip, rfind, rstrip namespace
84 return result and re.sub('^ *\n', '', rstrip(result)) or ''
91 elif len(lines) >= 2 and not rstrip(lines[1]):
365 docloc = "%s/%s" % (docloc.rstrip("/"), object.__name__)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 409 comment_token = line[pos:].rstrip('\r\n')
  /external/chromium_org/base/android/jni_generator/
jni_generator.py     [all...]
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 423 line = line.rstrip()
443 sections[k] = StripCommon(sections[k]).rstrip()
452 line = line[0:i].rstrip()
641 line = line.rstrip()
660 line = line.rstrip()
916 ui.warn("gofmt errors:\n" + errors.rstrip() + "\n")
919 msg = "gofmt needs to format these files (run hg gofmt):\n" + Indent(data, "\t").rstrip()
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 423 line = line.rstrip()
443 sections[k] = StripCommon(sections[k]).rstrip()
452 line = line[0:i].rstrip()
641 line = line.rstrip()
660 line = line.rstrip()
916 ui.warn("gofmt errors:\n" + errors.rstrip() + "\n")
919 msg = "gofmt needs to format these files (run hg gofmt):\n" + Indent(data, "\t").rstrip()
    [all...]
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 656 return awk_output.rstrip()
709 "/system/bin/sh", "-c", "pwd").rstrip()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 346 self.assertEqual(s.rstrip(), SUBSTR.rstrip())
350 stripped = s.rstrip()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bigmem.py 346 self.assertEqual(s.rstrip(), SUBSTR.rstrip())
350 stripped = s.rstrip()
    [all...]
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 54 line = line.rstrip()
  /external/chromium_org/native_client_sdk/src/build_tools/
manifest_util.py 58 return '\n'.join([line.rstrip() for line in pretty_lines]) + '\n'
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 610 lines.append(line.rstrip())
  /external/chromium_org/third_party/jinja2/
ext.py 526 return [comment.rstrip()]

Completed in 735 milliseconds

1 2 3 4 5 6 78 91011