Home
last modified time | relevance | path

Searched refs:strip (Results 1 – 25 of 79) sorted by relevance

1234

/tools/metalava/src/test/java/com/android/tools/metalava/
DConvertTest.kt93 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 …]
/tools/test/connectivity/acts/framework/acts/controllers/spirent_lib/
Dgss6450.py81 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(' '))
/tools/repohooks/rh/
Dgit.py38 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()
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py364 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 …]
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py372 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 …]
/tools/asuite/atest/
Datest_integration_tests.py141 if not test.strip() or test.strip().startswith('#'):
144 test.strip(), LOG_PATH)
/tools/tradefederation/core/atest/
Datest_integration_tests.py141 if not test.strip() or test.strip().startswith('#'):
144 test.strip(), LOG_PATH)
/tools/test/connectivity/acts/tests/google/power/bt/
DPowerBLEadvertiseTest.py54 adv_power_level).name.strip('ADVERTISE').strip('_')
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/
Dapollo_log_decoder.py31 key = element[0].strip()
32 value = element[1].strip()
/tools/acloud/create/
Dcreate_common.py61 hw_dict[key.strip()] = value.strip()
/tools/treble/split/
Dmanifest_split.py113 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"))
/tools/acloud/setup/
Dsetup_common.py118 installed_ver = match.group("installed_ver").strip()
122 candidate_ver = match.group("candidate_ver").strip()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py194 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')
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py110 cmd_str.strip(self.tx_cmd_separator)
129 ret_text = ret_text.strip(
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py759 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 …]
/tools/ndkports/src/main/kotlin/com/android/ndkports/
DToolchain.kt37 val strip = binDir.resolve("$binutilsTriple-strip") constant
DAutoconfPort.kt52 "STRIP" to toolchain.strip.absolutePath, in configureArgs()
/tools/test/connectivity/acts/framework/acts/libs/proc/
Djob.py63 self._stdout_str = self._stdout_str.strip()
72 self._stderr_str = self._stderr_str.strip()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlogserial.py123 adprop = m.group('adprop').strip()
151 m.group().strip().split('\\')[2])
321 logging.info('cmd [{}] sent.'.format(command.strip()))
387 data = data.strip()
/tools/asuite/aidegen/lib/
Dcommon_util.py136 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()])
/tools/acloud/internal/lib/
Dssh.py120 print(stdout.strip(), file=sys.stderr)
123 logger.debug(stdout.strip())
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/
Dintent_builder.py83 return ' '.join(cmd).strip()
Dadb_command_types.py46 return str.strip(' '.join(
/tools/test/connectivity/acts/framework/acts/
Dconfig_parser.py157 clean_names = [elem.strip() for elem in test_case_names.split(',')]
274 line = line.strip()
/tools/asuite/aidegen/idea/
Diml.py109 uniq_name = abs_module_path.strip(os.sep).split(os.sep)[-1]
124 uniq_name_base = parent_path.strip(os.sep).replace(os.sep, '_')

1234