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

1 2 3 4 5 6 7 8 91011>>

  /external/vixl/tools/
util.py 43 return 0, output.rstrip('\n')
45 return e.returncode, e.output.rstrip('\n')
  /external/chromium_org/remoting/tools/
runclient.py 34 username = authinfo[0].rstrip()
35 authtoken = authinfo[1].rstrip()
  /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')):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 9 ('Strip trailing whitespace', '<<do-rstrip>>'),
14 self.editwin.text.bind("<<do-rstrip>>", self.do_rstrip)
26 cut = len(txt.rstrip())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RstripExtension.py 9 ('Strip trailing whitespace', '<<do-rstrip>>'),
14 self.editwin.text.bind("<<do-rstrip>>", self.do_rstrip)
26 cut = len(txt.rstrip())
  /external/chromium_org/tools/
find_depot_tools.py 22 if i.rstrip(os.sep).endswith('depot_tools') and IsRealDepotTools(i):
27 sys.path.append(i.rstrip(os.sep))
  /external/llvm/docs/
conf.py 230 title = f.readline().rstrip('\n')
231 header = f.readline().rstrip('\n')
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
htmlutil.py 66 if data.rstrip(' \t') != data.rstrip(' \t\n\r\f'):
67 data = data.rstrip(' \t')
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
htmlutil.py 66 if data.rstrip(' \t') != data.rstrip(' \t\n\r\f'):
67 data = data.rstrip(' \t')
  /external/compiler-rt/lib/asan/scripts/
symbolize.py 88 function_name = p.stdout.readline().rstrip()
89 file_name = p.stdout.readline().rstrip()
110 print line.rstrip().encode('utf-8')
asan_symbolize.py 93 function_name = self.pipe.stdout.readline().rstrip()
96 file_name = self.pipe.stdout.readline().rstrip()
142 function_name = self.pipe.stdout.readline().rstrip()
143 file_name = self.pipe.stdout.readline().rstrip()
178 return self.r.readline().rstrip()
261 fragments = lines[0].rstrip().split()
360 print ' #' + str(self.frame_no) + ' ' + symbolized_frame.rstrip()
369 self.current_line = line.rstrip()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
common.py 55 lines[line_number] = lines[line_number].rstrip("\r")
  /external/chromium_org/third_party/markdown/extensions/
attr_list.py 126 elem[-1].tail = elem[-1].tail.rstrip('#').rstrip()
135 elem.text = elem.text.rstrip('#').rstrip()
  /external/chromium_org/tools/binary_size/
binary_size_utils.py 39 line = line.rstrip()
  /external/chromium_org/tools/gyp/test/mac/
gyptest-sdkroot.py 27 return proc.communicate()[0].rstrip('\n')
gyptest-xcode-gcc.py 22 return stdout.rstrip('\n')
  /external/chromium_org/build/mac/
find_sdk.py 52 out.rstrip(), 'Platforms/MacOSX.platform/Developer/SDKs')
56 sdk_dir = os.path.join(out.rstrip(), 'SDKs')
  /external/chromium_org/tools/gyp/test/lib/
TestMac.py 62 self._cache['SDKBuild'] = self._cache['SDKBuild'].rstrip('\n')
69 self._cache['SDKVersion'] = self._cache['SDKVersion'].rstrip('\n')
  /external/lldb/test/expression_command/issue_11588/
Test11588.py 67 substrs = ["0x",hex(addr)[2:].rstrip("L")]) # Remove trailing 'L' if it exists
73 hex(addr)[2:].rstrip("L"),
  /external/chromium_org/tools/flakiness/
find_flakiness.py 66 print line.rstrip()
68 line = line.rstrip()
110 print line.rstrip()
  /external/chromium_org/third_party/skia/tools/
sanitize_source_files.py 87 stripped_line = line.rstrip() + '\n'
120 file_content = file_content.rstrip()
  /external/chromium_org/tools/valgrind/asan/third_party/
asan_symbolize.py 93 function_name = self.pipe.stdout.readline().rstrip()
96 file_name = self.pipe.stdout.readline().rstrip()
142 function_name = self.pipe.stdout.readline().rstrip()
143 file_name = self.pipe.stdout.readline().rstrip()
178 return self.r.readline().rstrip()
261 fragments = lines[0].rstrip().split()
360 print ' #' + str(self.frame_no) + ' ' + symbolized_frame.rstrip()
369 self.current_line = line.rstrip()
  /external/skia/tools/
sanitize_source_files.py 87 stripped_line = line.rstrip() + '\n'
120 file_content = file_content.rstrip()
  /bionic/libc/tools/
check-symbols.py 22 symbols.add(line.rstrip())
  /external/chromium_org/build/android/pylib/symbols/mock_addr2line/
mock_addr2line 33 line = sys.stdin.readline().rstrip('\r')

Completed in 1542 milliseconds

1 2 3 4 5 6 7 8 91011>>