HomeSort by relevance Sort by last modified time
    Searched refs:rstrip (Results 1 - 25 of 652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/idlelib/idle_test/
test_rstrip.py 1 "Test rstrip, coverage 100%."
3 from idlelib import rstrip
12 do_rstrip = rstrip.Rstrip(editor).do_rstrip
30 do_rstrip = rstrip.Rstrip(editor).do_rstrip
  /external/autotest/server/hosts/
cast_os_host.py 23 return self.run('getprop wifi.interface').stdout.rstrip()
  /external/autotest/client/deps/gtest/
gtest.py 15 os.chdir(os.environ['SYSROOT'] + '/' + gtest.stdout.rstrip())
  /external/selinux/mcstrans/share/util/
mlscolor-test 19 line = line.rstrip('\n')
32 colors = colors.rstrip()
  /external/v8/tools/clang/scripts/
extract_edits.py 54 line = line.rstrip("\n\r")
  /external/llvm/utils/lint/
common_lint.py 23 length = len(line.rstrip('\n'))
45 if tab_re.match(line.rstrip('\n')):
66 if trailing_whitespace_re.match(line.rstrip('\n')):
  /external/swiftshader/third_party/LLVM/utils/lint/
common_lint.py 23 length = len(line.rstrip('\n'))
45 if tab_re.match(line.rstrip('\n')):
66 if trailing_whitespace_re.match(line.rstrip('\n')):
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/lint/
common_lint.py 23 length = len(line.rstrip('\n'))
45 if tab_re.match(line.rstrip('\n')):
66 if trailing_whitespace_re.match(line.rstrip('\n')):
  /external/v8/tools/
find_depot_tools.py 19 if i.rstrip(os.sep).endswith('depot_tools'):
25 if i.rstrip(os.sep).endswith('depot_tools'):
27 sys.path.insert(0, i.rstrip(os.sep))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
regextest.py 44 return s.rstrip('\n')
  /external/autotest/client/common_lib/cros/
power_load_util.py 27 return named_file.read().rstrip()
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 60 print line.rstrip().encode('utf-8')
75 function_name = p.stdout.readline().rstrip()
76 file_name = p.stdout.readline().rstrip()
97 print line.rstrip().encode('utf-8')
  /external/perfetto/gn/standalone/toolchain/
mac_find_llvm.py 29 sdk_dir = os.path.dirname(os.path.dirname(out.rstrip()))
  /external/python/cpython2/Demo/comparisons/
regextest.py 44 return s.rstrip('\n')
  /external/chromium-trace/catapult/common/eslint/eslint/
__init__.py 66 stderr=subprocess.STDOUT).rstrip()
68 return False, e.output.rstrip()
  /external/clang/docs/
conf.py 232 title = f.readline().rstrip('\n')
233 header = f.readline().rstrip('\n')
  /external/llvm/docs/
conf.py 231 title = f.readline().rstrip('\n')
232 header = f.readline().rstrip('\n')
  /external/python/cpython3/Lib/distutils/tests/
test_log.py 32 self.assertEqual(stdout.read().rstrip(),
37 self.assertEqual(stderr.read().rstrip(),
  /external/swiftshader/third_party/llvm-7.0/llvm/docs/
conf.py 231 title = f.readline().rstrip('\n')
232 header = f.readline().rstrip('\n')
  /external/tensorflow/tensorflow/python/ops/
summary_op_util.py 99 tag = scope.rstrip('/')
102 tag = '{}/{}'.format(family, scope.rstrip('/'))
  /external/autotest/client/cros/cellular/
scpi_shell 31 line = raw_input('scpi> ').rstrip()
  /external/bcc/tools/old/
oomkill.py 68 avgline = stats.read().rstrip()
  /external/bcc/tools/
oomkill.py 69 avgline = stats.read().rstrip()
  /external/jsoncpp/devtools/
fixeol.py 17 fixed_lines = [line.rstrip('\r\n') + eol for line in raw_lines]
  /external/python/cpython2/Lib/idlelib/
RstripExtension.py 6 ('format', [None, ('Strip trailing whitespace', '<<do-rstrip>>'), ] ), ]
10 self.editwin.text.bind("<<do-rstrip>>", self.do_rstrip)
23 cut = len(txt.rstrip())

Completed in 592 milliseconds

1 2 3 4 5 6 7 8 91011>>