/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ConvertTest.kt | 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 …]
|
/tools/test/connectivity/acts/framework/acts/controllers/spirent_lib/ |
D | gss6450.py | 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(' '))
|
/tools/repohooks/rh/ |
D | git.py | 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()
|
/tools/tradefederation/core/atest/test_finders/ |
D | test_finder_utils.py | 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 …]
|
/tools/asuite/atest/test_finders/ |
D | test_finder_utils.py | 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 …]
|
/tools/asuite/atest/ |
D | atest_integration_tests.py | 141 if not test.strip() or test.strip().startswith('#'): 144 test.strip(), LOG_PATH)
|
/tools/tradefederation/core/atest/ |
D | atest_integration_tests.py | 141 if not test.strip() or test.strip().startswith('#'): 144 test.strip(), LOG_PATH)
|
/tools/test/connectivity/acts/tests/google/power/bt/ |
D | PowerBLEadvertiseTest.py | 54 adv_power_level).name.strip('ADVERTISE').strip('_')
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/ |
D | apollo_log_decoder.py | 31 key = element[0].strip() 32 value = element[1].strip()
|
/tools/acloud/create/ |
D | create_common.py | 61 hw_dict[key.strip()] = value.strip()
|
/tools/treble/split/ |
D | manifest_split.py | 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"))
|
/tools/acloud/setup/ |
D | setup_common.py | 118 installed_ver = match.group("installed_ver").strip() 122 candidate_ver = match.group("candidate_ver").strip()
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 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')
|
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/ |
D | _tnhelper.py | 110 cmd_str.strip(self.tx_cmd_separator) 129 ret_text = ret_text.strip(
|
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_test_utils.py | 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 …]
|
/tools/ndkports/src/main/kotlin/com/android/ndkports/ |
D | Toolchain.kt | 37 val strip = binDir.resolve("$binutilsTriple-strip") constant
|
D | AutoconfPort.kt | 52 "STRIP" to toolchain.strip.absolutePath, in configureArgs()
|
/tools/test/connectivity/acts/framework/acts/libs/proc/ |
D | job.py | 63 self._stdout_str = self._stdout_str.strip() 72 self._stderr_str = self._stderr_str.strip()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | logserial.py | 123 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/ |
D | common_util.py | 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()])
|
/tools/acloud/internal/lib/ |
D | ssh.py | 120 print(stdout.strip(), file=sys.stderr) 123 logger.debug(stdout.strip())
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/ |
D | intent_builder.py | 83 return ' '.join(cmd).strip()
|
D | adb_command_types.py | 46 return str.strip(' '.join(
|
/tools/test/connectivity/acts/framework/acts/ |
D | config_parser.py | 157 clean_names = [elem.strip() for elem in test_case_names.split(',')] 274 line = line.strip()
|
/tools/asuite/aidegen/idea/ |
D | iml.py | 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, '_')
|