Searched refs:strip (Results 1 – 25 of 79) sorted by relevance
1234
93 fun `Test convert new with compat mode and api strip`() { in Test convert new with compat mode and api strip()98 strip = true, in Test convert new with compat mode and api strip()230 fun `Test convert new without compat mode and no strip`() { in Test convert new without compat mode and no strip()235 strip = false, in Test convert new without compat mode and no strip()518 fun `Test convert new to v2 without compat mode and no strip`() { in Test convert new to v2 without compat mode and no strip()523 strip = false, in Test convert new to v2 without compat mode and no strip()587 fun `Test convert new to v1 signatures with compat mode and no strip`() { in Test convert new to v1 signatures with compat mode and no strip()594 strip = false, in Test convert new to v1 signatures with compat mode and no strip()661 strip = false, in Test convert v2 to v1()723 strip = false, in Test convert v1 to v2()[all …]
81 filename = resp_raw.split(':')[-1].strip(' ')94 description = resp_raw.split('-d')[-1].strip(' ')111 location = resp_raw.split('-i')[-1].strip(' ')129 mode = resp_raw.split('-m')[-1].strip(' ')142 batterylevel = float(resp_raw.split('-l')[-1].strip(' '))155 voltageout = resp_raw.split('-v')[-1].strip(' ')171 resp_num = resp_raw.split('-M')[-1].strip(' ')194 resp_str = resp_raw.split('-a')[-1].strip(' ')208 resp_str = resp_raw.split('-e')[-1].strip(' ')225 offset_tmp = float(resp_raw.split('-o')[-1].strip(' '))
38 branch = result.stdout.strip()43 return result.stdout.strip()54 current_branch = result.stdout.strip().replace('refs/heads/', '')61 full_upstream = result.stdout.strip()67 remote = result.stdout.strip()78 return result.stdout.strip()149 diff_lines = diff.strip().splitlines()
364 out_dirs.append(os.path.dirname(out_file.strip()))559 apk = apk_target.split(_XML_PUSH_DELIM, 1)[0].strip()603 name = tag.attrib[_XML_NAME].strip()604 value = tag.attrib[_XML_VALUE].strip()622 fqcn = class_attr.attrib['class'].strip()647 target = line.strip()654 targets |= _get_vts_push_group_targets(line.strip(),657 sanitized_target = target.split(_XML_PUSH_DELIM, 1)[0].strip()673 value = tag.attrib[_XML_VALUE].strip()674 name = tag.attrib[_XML_NAME].strip()[all …]
372 out_dirs.append(os.path.dirname(out_file.strip()))570 apk = apk_target.split(_XML_PUSH_DELIM, 1)[0].strip()614 name = tag.attrib[_XML_NAME].strip()615 value = tag.attrib[_XML_VALUE].strip()633 fqcn = class_attr.attrib['class'].strip()658 target = line.strip()665 targets |= _get_vts_push_group_targets(line.strip(),668 sanitized_target = target.split(_XML_PUSH_DELIM, 1)[0].strip()684 value = tag.attrib[_XML_VALUE].strip()685 name = tag.attrib[_XML_NAME].strip()[all …]
141 if not test.strip() or test.strip().startswith('#'):144 test.strip(), LOG_PATH)
54 adv_power_level).name.strip('ADVERTISE').strip('_')
31 key = element[0].strip()32 value = element[1].strip()
61 hw_dict[key.strip()] = value.strip()
113 repo_list = [line.strip() for line in repo_list_lines if line.strip()]118 ]).decode().strip("\n").split("\n")178 ] + list(modules)).decode().strip("\n").split("\n"))179 return {path.strip() for path in inputs}200 ]).decode().strip("\n").split("\n"))
118 installed_ver = match.group("installed_ver").strip()122 candidate_ver = match.group("candidate_ver").strip()
194 gE_old = line.strip('\n')195 gEDTIM_old = line.strip(ENABLED_MODULATED_DTIM).strip('\n')197 gM_old = line.strip('\n')198 gMDTIM_old = line.strip(MAX_MODULATED_DTIM).strip('\n')
110 cmd_str.strip(self.tx_cmd_separator)129 ret_text = ret_text.strip(
759 history_top4_cn = float(line.split(":")[-1].strip())761 history_cn = float(line.split(":")[-1].strip())763 l5flag = line.split(":")[-1].strip()765 track_lat = float(line.split(":")[-1].strip())767 track_long = float(line.split(":")[-1].strip())769 track_utc = line.split("Time:")[-1].strip()835 ttff_cn = float(ttff_log[18].strip("]"))844 gnss_location_log[8].split("=")[-1].strip(","))846 gnss_location_log[9].split("=")[-1].strip(","))857 ttff_cn = float(ttff_log[19].strip("]"))[all …]
37 val strip = binDir.resolve("$binutilsTriple-strip") constant in com.android.ndkports.Toolchain
52 "STRIP" to toolchain.strip.absolutePath, in configureArgs()
63 self._stdout_str = self._stdout_str.strip()72 self._stderr_str = self._stderr_str.strip()
123 adprop = m.group('adprop').strip()151 m.group().strip().split('\\')[2])321 logging.info('cmd [{}] sent.'.format(command.strip()))387 data = data.strip()
136 rel_path = paths[0].strip(os.sep)141 rel_path = target.strip(os.sep)612 files.append(line.strip())695 return os.linesep.join([s for s in xml_string.splitlines() if s.strip()])
120 print(stdout.strip(), file=sys.stderr)123 logger.debug(stdout.strip())
83 return ' '.join(cmd).strip()
46 return str.strip(' '.join(
157 clean_names = [elem.strip() for elem in test_case_names.split(',')]274 line = line.strip()
109 uniq_name = abs_module_path.strip(os.sep).split(os.sep)[-1]124 uniq_name_base = parent_path.strip(os.sep).replace(os.sep, '_')