Home
last modified time | relevance | path

Searched refs:rstrip (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/external/compiler-rt/lib/asan/scripts/
Dsymbolize.py60 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')
Dasan_symbolize.py106 function_name = self.pipe.stdout.readline().rstrip()
109 file_name = self.pipe.stdout.readline().rstrip()
163 function_name = self.pipe.stdout.readline().rstrip()
164 file_name = self.pipe.stdout.readline().rstrip()
205 return self.r.readline().rstrip()
288 fragments = lines[0].rstrip().split()
420 result.append(' #%s %s' % (str(self.frame_no), symbolized_frame.rstrip()))
431 return [line.rstrip()]
434 self.current_line = line.rstrip()
/external/v8/tools/
Dfind_depot_tools.py19 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))
/external/llvm/utils/lint/
Dcommon_lint.py23 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/
Dcommon_lint.py23 length = len(line.rstrip('\n'))
45 if tab_re.match(line.rstrip('\n')):
66 if trailing_whitespace_re.match(line.rstrip('\n')):
/external/markdown/markdown/
Dpreprocessors.py89 return tag.lstrip("<").rstrip(">"), i + len(p)-2 + len(left_tag)
90 return block.rstrip()[-len(left_tag)-2:-1].lower(), len(block)
151 if block.rstrip().endswith(">") \
160 and not block.rstrip().endswith(">"):
/external/autotest/client/site_tests/kernel_Delay/
Dkernel_Delay.py100 return [self._get_file(p).rstrip() for p in self._governor_paths]
111 return self._get_file(self.QUIET_GOVERNOR_PATH).rstrip()
161 governor = self._get_file(p).rstrip()
187 line = line.rstrip()
/external/selinux/mcstrans/share/util/
Dmlscolor-test18 line = line.rstrip('\n')
31 colors = colors.rstrip()
/external/iptables/
Diptables-test.py192 chain_array = line.rstrip()[1:].split(",")
197 external_cmd = line.rstrip()[1:]
202 table = line.rstrip()[1:]
224 res = item[2].rstrip()
/external/clang/tools/clang-format/
Dgit-clang-format305 filename = match.group(1).rstrip('\r\n')
425 return stdout.rstrip('\r\n')
478 new_tree).rstrip('\0').split('\0')
516 print >>sys.stderr, stderr.rstrip()
518 stdout = stdout.rstrip('\r\n')
523 print >>sys.stderr, stderr.rstrip()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwps-nfc.py84 return ret.rstrip().decode("hex")
94 return ret.rstrip().decode("hex")
104 return ret.rstrip().decode("hex")
113 return ret.rstrip().decode("hex")
121 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR").rstrip()
123 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip()
/external/clang/docs/
Dconf.py232 title = f.readline().rstrip('\n')
233 header = f.readline().rstrip('\n')
/external/llvm/docs/
Dconf.py231 title = f.readline().rstrip('\n')
232 header = f.readline().rstrip('\n')
/external/chromium-trace/catapult/common/eslint/eslint/
D__init__.py66 stderr=subprocess.STDOUT).rstrip()
68 return False, e.output.rstrip()
/external/libmojo/third_party/catapult/devil/devil/android/perf/
Dperf_control.py89 online = (output.rstrip() == '1' and status == 0
91 governor = (output.rstrip() if status == 0 else None
133 return all(output.rstrip() == '1' and status == 0
/external/lisa/libs/utils/android/
Dgfxinfo.py55 line = line.rstrip()
84 h_tokens = [x.rstrip() for x in line.split(' ')]
/external/chromium-trace/catapult/devil/devil/android/perf/
Dperf_control.py99 online = (output.rstrip() == '1' and status == 0
101 governor = (output.rstrip() if status == 0 else None
184 return all(output.rstrip() == '1' and status == 0
/external/skia/tools/lua/
Dtrigger_ct_lua68 user = subprocess.check_output(['git', 'config', 'user.email']).rstrip()
73 password = f.read().rstrip()
/external/skia/tools/
Dsanitize_source_files.py87 stripped_line = line.rstrip() + '\n'
120 file_content = file_content.rstrip()
/external/python/cpython2/Lib/
Dcalendar.py326 s = s.rstrip()
328 s += self.formatweekheader(w).rstrip()
331 s += self.formatweek(week, w).rstrip()
345 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip())
354 a(formatstring(names, colwidth, c).rstrip())
357 a(formatstring(headers, colwidth, c).rstrip())
368 a(formatstring(weeks, colwidth, c).rstrip())
/external/llvm/utils/
DlldbDataFormatters.py35 return int(name.lstrip('[').rstrip(']'))
74 return int(name.lstrip('[').rstrip(']'))
/external/autotest/client/tests/memory_api/
Dmemory_api.py32 open("/proc/sys/vm/vma_max_shift").read().rstrip())
37 output = p1.stdout.readline().rstrip()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/
Dgen_archrast.py57 line = lines[idx].rstrip()
82 line = lines[idx].rstrip()
114 line = lines[idx].rstrip()
/external/clang/docs/tools/
Ddump_ast_matchers.py360 line.rstrip()[-1] == ';' or
361 (line.rstrip()[-1] == '{' and line.rstrip()[-3:] != '= {')):
362 if line.strip() and line.rstrip()[-1] == '{':
/external/skia/infra/bots/
Dgit_utils.py25 prev = subprocess.check_output(['git', 'config', '--local', k]).rstrip()
80 output = subprocess.check_output(['git', 'cl', 'issue']).rstrip()

12345678910>>...13