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

1 2 3

  /external/valgrind/unittest/
match_output.py 8 line_re = line_re.rstrip()
15 line = line.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')):
  /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')
tokenizer.py 101 string = line.rstrip('\n\r\f')
  /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 84 function_name = self.pipe.stdout.readline().rstrip()
87 file_name = self.pipe.stdout.readline().rstrip()
131 function_name = self.pipe.stdout.readline().rstrip()
132 file_name = self.pipe.stdout.readline().rstrip()
171 atos_line = self.pipe.stdout.readline().rstrip()
232 fragments = lines[0].rstrip().split()
329 print ' #' + str(self.frame_no) + ' ' + symbolized_frame.rstrip()
335 self.current_line = line.rstrip()
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
common.py 55 lines[line_number] = lines[line_number].rstrip("\r")
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 61 return wpas.request("WPS_NFC_CONFIG_TOKEN NDEF " + id).rstrip().decode("hex")
62 return wpas.request("WPS_NFC_CONFIG_TOKEN NDEF").rstrip().decode("hex")
69 return wpas.request("WPS_ER_NFC_CONFIG_TOKEN NDEF " + uuid).rstrip().decode("hex")
76 return wpas.request("WPS_NFC_TOKEN NDEF").rstrip().decode("hex")
83 return wpas.request("NFC_GET_HANDOVER_REQ NDEF WPS-CR").rstrip().decode("hex")
91 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR").rstrip().decode("hex")
92 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR " + uuid).rstrip().decode("hex")
  /external/skia/tools/
submit_try 54 gcl = proc.communicate()[0].split('\n')[0].rstrip()
77 repo_root = line[len(REPO_ROOT_STR):].rstrip()
79 url = line[len(URL_STR):].rstrip()
102 return line[len(TRYSERVER_SVN_URL):].rstrip()
sanitize_source_files.py 87 stripped_line = line.rstrip() + '\n'
120 file_content = file_content.rstrip()
merge_static_libs.py 35 current_objects = obj_str.rstrip().split('\n')
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config.py 83 self._executive.run_command(args).rstrip())
167 return self._filesystem.read_text_file(configuration_path).rstrip()
  /bionic/libc/tools/
check-symbols.py 22 symbols.add(line.rstrip())
  /external/llvm/utils/
lldbDataFormatters.py 21 return int(name.lstrip('[').rstrip(']'))
  /external/markdown/markdown/
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/harfbuzz/contrib/tables/
unicode_parse_common.py 15 return word.lstrip().rstrip()
  /external/clang/docs/tools/
dump_ast_matchers.py 272 line.rstrip()[-1] == ';' or
273 line.rstrip()[-1] == '{'):
274 if line.strip() and line.rstrip()[-1] == '{':
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 58 return wpas.request("WPS_NFC_CONFIG_TOKEN NDEF").rstrip().decode("hex")
65 return wpas.request("WPS_NFC_TOKEN NDEF").rstrip().decode("hex")
72 return wpas.request("NFC_GET_HANDOVER_SEL NDEF WPS-CR").rstrip().decode("hex")
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 60 self.assertTrue(line == line.rstrip(), '%s file should not end '
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_csspropertynames.py 122 line = line.rstrip()
action_cssvaluekeywords.py 127 line = line.rstrip()
  /external/webkit/Tools/Scripts/
print-vse-failure-logs 85 build_directory = self._executive.run_command([build_directory_script_path, "--top-level"]).rstrip()
  /external/webkit/Tools/Scripts/webkitpy/common/system/
path.py 106 windows_path = self._child_process.stdout.readline().rstrip()
  /external/oprofile/
opimport_pull 88 line = line.rstrip()

Completed in 3901 milliseconds

1 2 3