Searched refs:rstrip (Results 1 – 25 of 714) sorted by relevance
12345678910>>...29
/external/perfetto/tools/ |
D | add_tp_diff_test.py | 50 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/ |
D | test_performance.py | 15 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/ |
D | policy_DeviceDockMacAddressSource.py | 46 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/ |
D | unbalanced_allocs.py | 26 print('Unbalanced ' + line.rstrip()); 28 print(l.rstrip()) 65 print(line.rstrip()) 73 print(line.rstrip())
|
/external/rust/crates/libfuzzer-sys/libfuzzer/scripts/ |
D | unbalanced_allocs.py | 26 print('Unbalanced ' + line.rstrip()); 28 print(l.rstrip()) 65 print(line.rstrip()) 73 print(line.rstrip())
|
/external/llvm-project/debuginfo-tests/dexter/dex/utils/ |
D | Version.py | 22 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/ |
D | 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')
|
D | asan_symbolize.py | 106 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/ |
D | 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/llvm-project/llvm/utils/lint/ |
D | common_lint.py | 24 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/ |
D | revert_checker.py | 101 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/ |
D | cpp.py | 86 self.continuation = line[:-1].rstrip() + " " 121 line = before.rstrip() + ' ' + after.lstrip() 125 line = before.rstrip() 132 line = before.rstrip()
|
/external/llvm-project/llvm/docs/ |
D | conf.py | 253 title = f.readline().rstrip('\n') 268 title = f.readline().rstrip('\n') 269 header = f.readline().rstrip('\n')
|
/external/markdown/markdown/ |
D | preprocessors.py | 89 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/ |
D | pre-push.py | 111 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/ |
D | generate-test-checks.py | 101 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/ |
D | detect_repo.py | 106 return output.rstrip() 126 repo_url = repo_url.replace('.git', '').rstrip().rstrip('/')
|
/external/autotest/client/cros/power/ |
D | power_rapl.py | 249 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/ |
D | kernel_Delay.py | 100 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/ |
D | iptables-test.py | 228 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()
|
D | xlate-test.py | 48 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/ |
D | mlscolor-test | 19 line = line.rstrip('\n') 32 colors = colors.rstrip()
|
/external/autotest/client/cros/faft/utils/ |
D | shell_wrapper.py | 35 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/ |
D | git-clang-format | 283 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/ |
D | comment_splicer.py | 164 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