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

1 2 34 5 6 7 8 91011

  /external/chromium/testing/gtest/scripts/
pump.py 719 before_comment = line[:loc].rstrip()
731 if len((cur_line + seg).rstrip()) < max_len:
735 output.append(prefix + cur_line.rstrip())
760 if len((cur_line + seg).rstrip()) < max_len:
763 output.append(prefix + cur_line.rstrip() + line_concat)
785 line = line.rstrip()
811 output2 = [line.rstrip() for line in output]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py 130 line = line.rstrip('\n\r\f')
205 len(token.previous.string) - len(token.previous.string.rstrip()) == 0):
523 end_string = htmlutil.StripTags(end_token.string).rstrip()
529 desc_str = end_token.string.rstrip()
534 desc_str = desc_str[:start_tag_index].rstrip()
711 trimmed = token.string.rstrip()
    [all...]
  /external/chromium_org/testing/gtest/scripts/
pump.py 719 before_comment = line[:loc].rstrip()
731 if len((cur_line + seg).rstrip()) < max_len:
735 output.append(prefix + cur_line.rstrip())
760 if len((cur_line + seg).rstrip()) < max_len:
763 output.append(prefix + cur_line.rstrip() + line_concat)
791 line = line.rstrip()
819 output2 = [line.rstrip() for line in output]
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmalintrules.py 130 line = line.rstrip('\n\r\f')
205 len(token.previous.string) - len(token.previous.string.rstrip()) == 0):
523 end_string = htmlutil.StripTags(end_token.string).rstrip()
529 desc_str = end_token.string.rstrip()
534 desc_str = desc_str[:start_tag_index].rstrip()
711 trimmed = token.string.rstrip()
    [all...]
  /external/gtest/scripts/
pump.py 719 before_comment = line[:loc].rstrip()
731 if len((cur_line + seg).rstrip()) < max_len:
735 output.append(prefix + cur_line.rstrip())
760 if len((cur_line + seg).rstrip()) < max_len:
763 output.append(prefix + cur_line.rstrip() + line_concat)
785 line = line.rstrip()
811 output2 = [line.rstrip() for line in output]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 325 s = s.rstrip()
327 s += self.formatweekheader(w).rstrip()
330 s += self.formatweek(week, w).rstrip()
344 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip())
353 a(formatstring(names, colwidth, c).rstrip())
356 a(formatstring(headers, colwidth, c).rstrip())
367 a(formatstring(weeks, colwidth, c).rstrip())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 325 s = s.rstrip()
327 s += self.formatweekheader(w).rstrip()
330 s += self.formatweek(week, w).rstrip()
344 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip())
353 a(formatstring(names, colwidth, c).rstrip())
356 a(formatstring(headers, colwidth, c).rstrip())
367 a(formatstring(weeks, colwidth, c).rstrip())
  /bionic/libc/tools/
generate-NOTICE.py 83 line = line.rstrip()
  /external/chromium_org/build/android/pylib/gtest/
test_package_apk.py 117 content = [line.rstrip() for line in p.before.splitlines()]
test_package_exe.py 103 logging.info(' ' + line.rstrip())
  /external/chromium_org/chrome/common/extensions/docs/server2/
servlet.py 10 self.host = host.rstrip('/')
  /external/chromium_org/chrome/test/functional/
wifi_downloads.py 165 self.assertTrue(md5_file.rstrip().endswith(md5_sum.encode()),
  /external/chromium_org/chrome/test/telemetry/chromeos/
login_unittest.py 68 self.assertEquals(self._cri.FilesystemMountedAt(home.rstrip()),
  /external/chromium_org/chrome/tools/build/
version.py 31 key, val = line.rstrip('\r\n').split('=', 1)
  /external/chromium_org/native_client_sdk/src/build_tools/
easy_template.py 26 if statement.rstrip()[-1:] == ':':
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
diff_parser.py 155 line = line.rstrip("\n")
  /external/chromium_org/third_party/mesa/src/scons/
llvm.py 168 llvm_version = env.backtick('llvm-config --version').rstrip()
  /external/chromium_org/tools/deep_memory_profiler/lib/
symbol.py 182 items = line.rstrip().split(None, 1)
  /external/chromium_org/tools/grit/grit/format/policy_templates/
policy_template_generator.py 121 str_val = str_val.rstrip(", ") + "}";
  /external/chromium_org/tools/json_schema_compiler/
code.py 26 self._code.append(Line(((' ' * indent_level) + line).rstrip(),
  /external/chromium_org/tools/python/google/
platform_utils_win.py 54 return _cygpath_proc.stdout.readline().rstrip()
  /external/chromium_org/tools/telemetry/telemetry/page/
cloud_storage.py 102 expected_hash = f.read(1024).rstrip()
  /external/chromium_org/v8/test/message/
testcfg.py 100 pattern = re.escape(expected.rstrip() % env)
  /external/mesa3d/scons/
llvm.py 168 llvm_version = env.backtick('llvm-config --version').rstrip()
  /external/skia/tools/
download_baselines.py 211 baseline_subdirs.append(arg.rstrip(os.sep))

Completed in 652 milliseconds

1 2 34 5 6 7 8 91011