Home
last modified time | relevance | path

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

12345678910>>...29

/external/perfetto/tools/
Dadd_tp_diff_test.py50 stripped = line.rstrip()
63 chosen_folder = sys.stdin.readline().rstrip()
81 trace_type = sys.stdin.readline().rstrip()
91 pb_file = sys.stdin.readline().rstrip()
105 textproto_file = sys.stdin.readline().rstrip()
118 python_file = sys.stdin.readline().rstrip()
135 sql_file = sys.stdin.readline().rstrip()
148 out_file = sys.stdin.readline().rstrip()
/external/python/cffi/testing/embedding/
Dtest_performance.py15 print(output.rstrip())
24 print(output.rstrip())
33 print(output.rstrip())
42 print(output.rstrip())
51 print(output.rstrip())
/external/autotest/client/site_tests/policy_DeviceDockMacAddressSource/
Dpolicy_DeviceDockMacAddressSource.py46 dock_ethernet = dock_ethernet.stdout.rstrip()
49 dock_mac = dock_mac.stdout.lower().rstrip()
57 dut_mac = dut_mac.stdout.lower().rstrip()
64 desig_mac = desig_mac.stdout.lower().rstrip()
/external/llvm-project/compiler-rt/lib/fuzzer/scripts/
Dunbalanced_allocs.py26 print('Unbalanced ' + line.rstrip());
28 print(l.rstrip())
65 print(line.rstrip())
73 print(line.rstrip())
/external/rust/crates/libfuzzer-sys/libfuzzer/scripts/
Dunbalanced_allocs.py26 print('Unbalanced ' + line.rstrip());
28 print(l.rstrip())
65 print(line.rstrip())
73 print(line.rstrip())
/external/llvm-project/debuginfo-tests/dexter/dex/utils/
DVersion.py22 cwd=dir_).rstrip().decode('utf-8'))
25 cwd=dir_).rstrip().decode('utf-8')
28 cwd=dir_).rstrip().decode('utf-8')
/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/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/llvm-project/llvm/utils/lint/
Dcommon_lint.py24 length = len(line.rstrip('\n'))
46 if tab_re.match(line.rstrip('\n')):
67 if trailing_whitespace_re.match(line.rstrip('\n')):
/external/toolchain-utils/llvm_tools/
Drevert_checker.py101 if line.rstrip() == sep:
110 sha = sha.rstrip()
116 line = line.rstrip()
117 if line.rstrip() == sep:
122 yield _LogEntry(sha, '\n'.join(commit_message).rstrip())
/external/python/cpython3/Tools/clinic/
Dcpp.py86 self.continuation = line[:-1].rstrip() + " "
121 line = before.rstrip() + ' ' + after.lstrip()
125 line = before.rstrip()
132 line = before.rstrip()
/external/llvm-project/llvm/docs/
Dconf.py253 title = f.readline().rstrip('\n')
268 title = f.readline().rstrip('\n')
269 header = f.readline().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/llvm-project/llvm/utils/git/
Dpre-push.py111 eprint(stderr.rstrip())
114 stdout = stdout.rstrip('\r\n')
116 stdout = stdout.rstrip(b'\r\n')
124 eprint(stderr.rstrip())
/external/llvm-project/mlir/utils/
Dgenerate-test-checks.py101 return output_line.rstrip() + '\n'
170 input_lines = [l.rstrip() for l in args.input]
180 [l.rstrip() for l in open(args.source, 'r')],
205 input_line = input_line.rsplit('//', 1)[0].rstrip()
/external/oss-fuzz/infra/base-images/base-builder/
Ddetect_repo.py106 return output.rstrip()
126 repo_url = repo_url.replace('.git', '').rstrip().rstrip('/')
/external/autotest/client/cros/power/
Dpower_rapl.py249 name = fn.read().rstrip()
283 self._energy_max = int(fn.read().rstrip())
300 return int(self._file.read().rstrip())
351 return int(self._file.read().rstrip()) / 1000000.
/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/iptables/
Diptables-test.py228 chain_array = line.rstrip()[1:].split(",")
233 external_cmd = line.rstrip()[1:]
241 external_cmd = line.rstrip()[1:]
248 table = line.rstrip()[1:]
270 res = item[2].rstrip()
Dxlate-test.py48 translation = output.decode("utf-8").rstrip(" \n")
49 expected = next(payload).rstrip(" \n")
54 result.append(magenta("src: ") + line.rstrip(" \n"))
/external/selinux/mcstrans/share/util/
Dmlscolor-test19 line = line.rstrip('\n')
32 colors = colors.rstrip()
/external/autotest/client/cros/faft/utils/
Dshell_wrapper.py35 if cmd and cmd.rstrip()[-1] == '&' and block:
130 text = [x.rstrip() for x in stdout.splitlines()]
132 text.extend([x.rstrip() for x in stderr.splitlines()])
/external/bcc/scripts/
Dgit-clang-format283 filename = match.group(1).rstrip('\r\n')
383 return stdout.rstrip('\r\n')
430 new_tree).rstrip('\0').split('\0')
468 print >>sys.stderr, stderr.rstrip()
470 stdout = stdout.rstrip('\r\n')
475 print >>sys.stderr, stderr.rstrip()
/external/yapf/yapf/yapflib/
Dcomment_splicer.py164 if value.rstrip('\n'):
171 value=value.rstrip('\n'),
177 rindex = (0 if '\n' not in comment_prefix.rstrip() else
178 comment_prefix.rstrip().rindex('\n') + 1)

12345678910>>...29