HomeSort by relevance Sort by last modified time
    Searched refs:rstrip (Results 176 - 200 of 652) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/infra/bots/
utils.py 96 GIT, 'rev-parse', '--abbrev-ref', 'HEAD']).rstrip()
99 GIT, 'rev-parse', 'HEAD']).rstrip()
  /external/skqp/infra/bots/
utils.py 96 GIT, 'rev-parse', '--abbrev-ref', 'HEAD']).rstrip()
99 GIT, 'rev-parse', 'HEAD']).rstrip()
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
update_analyze_test_checks.py 76 input_lines = [l.rstrip() for l in f]
83 run_lines[-1] = run_lines[-1].rstrip("\\") + " " + l
update_llc_test_checks.py 47 input_lines = [l.rstrip() for l in f]
61 run_lines[-1] = run_lines[-1].rstrip("\\") + " " + l
update_test_checks.py 76 input_lines = [l.rstrip() for l in f]
83 run_lines[-1] = run_lines[-1].rstrip("\\") + " " + l
  /external/tensorflow/tensorflow/tools/test/
gpu_info_lib.py 34 key_values = dict(line.rstrip().replace("\t", "").split(":", 1)
36 key_values = dict((k.lower(), v.strip(" ").rstrip(" "))
  /external/toolchain-utils/cwp/interpreter/
app_engine_pull.py 41 server_name = server_name.rstrip('/')
84 server_name = server_name.rstrip('/')
  /external/u-boot/tools/
microcode-tool.py 59 line = line.rstrip()
100 line = line.rstrip()
  /external/v8/tools/release/
create_release.py 123 changelog_entry = FileToText(self.Config("CHANGELOG_ENTRY_FILE")).rstrip()
195 text = re.sub(r"^%s: " % self["date"], "", text.rstrip())
  /external/ltp/testcases/kernel/power_management/lib/
pm_sched_mc.py 60 socket_id = open(phy_pkg_file).read().rstrip()
159 core_id = open(core_file).read().rstrip()
160 cpu_phy_id = open(phy_pkg_file).read().rstrip()
178 cpu_phy_id = open(phy_pkg_file).read().rstrip()
195 threads_sibs = open(siblings_file).read().rstrip()
  /external/wpa_supplicant_8/wpa_supplicant/examples/
p2p-nfc.py 94 res = wpas.request("NFC_GET_HANDOVER_REQ NDEF P2P-CR").rstrip()
103 res = wpas.request("NFC_GET_HANDOVER_REQ NDEF WPS-CR").rstrip()
114 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF P2P-CR-TAG").rstrip()
116 res = wpas.request("NFC_GET_HANDOVER_SEL NDEF P2P-CR").rstrip()
129 return res.rstrip().decode("hex")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
calendar.py 325 s = s.rstrip()
327 s += self.formatweekheader(w).rstrip()
330 s += self.formatweek(week, w).rstrip()
344 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip())
353 a(formatstring(names, colwidth, c).rstrip())
356 a(formatstring(headers, colwidth, c).rstrip())
367 a(formatstring(weeks, colwidth, c).rstrip())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
calendar.py 321 s = s.rstrip()
323 s += self.formatweekheader(w).rstrip()
326 s += self.formatweek(week, w).rstrip()
340 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip())
349 a(formatstring(names, colwidth, c).rstrip())
352 a(formatstring(headers, colwidth, c).rstrip())
363 a(formatstring(weeks, colwidth, c).rstrip())
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 126 return send_cmd.rstrip() in line
194 while output_line.rstrip() != '':
213 send_cmd = '( %s ); echo $?; exit;\n' % cmd.rstrip()
216 for x in output.rstrip().splitlines():
221 send_cmd = '( %s ); echo DONE:$?;\n' % cmd.rstrip()
224 output_line = self._process.stdout.readline().rstrip()
534 args = ['shell', '( %s );echo %%$?' % command.rstrip()]
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 719 before_comment = line[:loc].rstrip()
731 if len((cur_line + seg).rstrip()) < max_len:
735 output.append(prefix + cur_line.rstrip())
760 if len((cur_line + seg).rstrip()) < max_len:
763 output.append(prefix + cur_line.rstrip() + line_concat)
785 line = line.rstrip()
811 output2 = [line.rstrip() for line in output]
  /external/googletest/googletest/scripts/
pump.py 719 before_comment = line[:loc].rstrip()
731 if len((cur_line + seg).rstrip()) < max_len:
735 output.append(prefix + cur_line.rstrip())
760 if len((cur_line + seg).rstrip()) < max_len:
763 output.append(prefix + cur_line.rstrip() + line_concat)
791 line = line.rstrip()
819 output2 = [line.rstrip() for line in output]
  /external/python/cpython2/Lib/
calendar.py 326 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/python/cpython3/Lib/
calendar.py 359 s = s.rstrip()
361 s += self.formatweekheader(w).rstrip()
364 s += self.formatweek(week, w).rstrip()
378 a(repr(theyear).center(colwidth*m+c*(m-1)).rstrip())
387 a(formatstring(names, colwidth, c).rstrip())
390 a(formatstring(headers, colwidth, c).rstrip())
401 a(formatstring(weeks, colwidth, c).rstrip())
posixpath.py 112 head = head.rstrip(sep)
161 head = head.rstrip(sep)
274 userhome = userhome.rstrip(root)
  /external/autotest/client/cros/faft/utils/
firmware_updater.py 119 ro_fwid = self._bios_handler.get_section_fwid('ro').rstrip('\0')
120 rw_fwid = self._bios_handler.get_section_fwid('a').rstrip('\0')
135 return fwid.rstrip('\0')
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
setup.py 93 summary = fp.read().strip().splitlines()[0].rstrip()
104 description = fp.read().rstrip()
168 return fp.read().rstrip()
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
setup.py 94 summary = fp.read().strip().splitlines()[0].rstrip()
105 description = fp.read().rstrip()
169 return fp.read().rstrip()
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
setup.py 93 summary = fp.read().strip().splitlines()[0].rstrip()
104 description = fp.read().rstrip()
168 return fp.read().rstrip()
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
setup.py 94 summary = fp.read().strip().splitlines()[0].rstrip()
105 description = fp.read().rstrip()
169 return fp.read().rstrip()
  /external/scapy/scapy/contrib/
pnio_rtc.py 211 NotionalLenField("dataLen", None, length_from=lambda p, s: len(s[:-4].rstrip(b"\0"))),
258 pdu = bytes(pkt[PNIORealTime])[:-4].rstrip(b"\0")
373 bytes(pkt[PNIORealTime])[:-4].rstrip(b"\0")

Completed in 989 milliseconds

1 2 3 4 5 6 78 91011>>