Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 235) sorted by relevance

12345678910

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiSoftApAcsTest.py74 chan = self.test_name.split('_')[-1]
267 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
276 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
285 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
294 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
303 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
312 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
321 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
330 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
339 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
[all …]
/tools/treble/split/
DREADME.md7 the target, it shouldn't be in the split manifest. This smaller manifest can be
12 The `treble_manifest_split` tool is used to automatically create a split
37 # target that should be buildable from your split manifest.
45 # Create the split manifest using a sample config XML specific to aosp_arm64.
48 --split-manifest split_default.xml \
50 --config tools/treble/split/sample_config.xml \
54 ### 3. Build using the split manifest
56 You should test that the split manifest created by the tool can be used to build
62 newly-generated split manifest.
74 1. Update your config XML to manually add projects to your split manifest.
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/
DPowerGTWGnssBaseTest.py158 for line in res.split("\n"):
160 total_power = line.split(" ")[-1].split("mJ")[0]
162 single_tracking = line.split(" ")[-1].split("mJ")[0]
165 multi_tracking = line.split(" ")[-1].split("mJ")[0]
167 single_acquisition = line.split(" ")[-1].split("mJ")[0]
169 multi_acquisition = line.split(" ")[-1].split("mJ")[0]
/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(' ')
196 attenuation = [float(itm) for itm in resp_str.split(',')]
208 resp_str = resp_raw.split('-e')[-1].strip(' ')
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dqcom_utils.py74 current_bssid = match.group(0).split('=')[1]
84 ssid = match.group(0).split('=')[1]
95 frequency = int(match.group(0).split('=')[1])
101 temp_rssi = int(match.group(0).split('=')[1])
112 int(match.group(0).split('=')[1]))
126 per_chain_rssi = per_chain_rssi.split(', ')
171 bssid_result = bssid_result.group(0).split('\t')
196 [int(line.split(' ')[0]) for line in bdf_output.splitlines()]) % 1000
201 fw_signature = fw_version.split('.')[-3:-1]
213 country_code = country_code.split(':')[0].split(' ')[1]
Dbrcm_utils.py157 current_bssid = match.group(0).split('=')[1]
168 ssid = match.group(0).split('=')[1]
176 frequency = int(match.group(0).split('=')[1])
215 temp_rssi = int(match.group(0).split('=')[1])
264 bssid_result = bssid_result.group(0).split()
289 [int(line.split(' ')[0]) for line in bdf_output.splitlines()]) % 1000
308 country_code = dut.adb.shell('wl country').split(' ')[0]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
Dgnss_test_utils.py846 first_fixed = int(logcat_results[-1]["log_message"].split()[-1])
959 dir_file = ad.adb.shell("ls %s" % GNSSSTATUS_LOG_PATH).split()
964 file_size = int(out.split(" ")[0])
972 lines = ad.adb.shell("cat %s" % test_logfile).split("\n")
975 ant_top4_cn = float(line.split(":")[-1].strip())
977 ant_cn = float(line.split(":")[-1].strip())
979 base_top4_cn = float(line.split(":")[-1].strip())
981 base_cn = float(line.split(":")[-1].strip())
983 l5flag = line.split(":")[-1].strip()
985 track_lat = float(line.split(":")[-1].strip())
[all …]
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dnet_test_utils.py148 ip_xfrm_state = format(match_obj.group(0)).split()
240 vpn_profile[VPN_CONST.IPSEC_USER_CERT] = cert_name.split('.')[0]
274 vpn_profile[VPN_CONST.IPSEC_CA_CERT] = cert_name.split('.')[0]
287 vpn_profile[VPN_CONST.IPSEC_USER_CERT] = cert_name.split('.')[0]
288 vpn_profile[VPN_CONST.IPSEC_CA_CERT] = cert_name.split('.')[0]
385 tcpdump_pid = utils.exe_cmd(ps_cmd).decode("utf-8", "ignore").split()
415 if tcpdump_pid in res.split():
426 "%s/%s.pcap" % (ad.device_log_path, fname.split('/')[-1])):
433 pcap_file = "%s/%s.pcap" % (ad.device_log_path, fname.split('/')[-1])
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dgattc_lib.py156 args = line.split()
172 args = line.split()
185 args = line.split()
201 args = line.split()
233 args = line.split()
249 args = line.split()
282 args = line.split()
303 args = line.split()
319 args = line.split()
476 args = line.split()
[all …]
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py214 parts = user_input.split('#')
218 return parts[0], frozenset(parts[1].split(','))
244 cls = os.path.splitext(os.path.split(test_path)[1])[0]
440 for idx in re.sub(r'(\s)', '', test_indices).split(','):
441 indices = idx.split('-')
686 apk = apk_target.split(_XML_PUSH_DELIM, 1)[0].strip()
787 sanitized_target = target.split(_XML_PUSH_DELIM, 1)[0].strip()
835 target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
913 push_target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
933 head, _ = os.path.split(value)
[all …]
/tools/asuite/atest-py2/test_finders/
Dtest_finder_utils.py156 parts = user_input.split('#')
160 return parts[0], frozenset(parts[1].split(','))
186 cls = os.path.splitext(os.path.split(test_path)[1])[0]
323 for idx in re.sub(r'(\s)', '', test_indices).split(','):
324 indices = idx.split('-')
559 apk = apk_target.split(_XML_PUSH_DELIM, 1)[0].strip()
657 sanitized_target = target.split(_XML_PUSH_DELIM, 1)[0].strip()
705 target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
783 push_target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
801 head, _ = os.path.split(value)
[all …]
/tools/security/gdb/heap_print/test/
Dtest_heap_print_script.py6 return int(n_str.split("=")[1].strip())
35 data = array_ptr_str.split("\n")[3]
36 bytes_from_heap = data.split(" ")
91 data = malloc_ptr_str.split("\n")[2].strip()
108 data = new_ptr_array_str.split("\n")[2].strip()
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dap_get_interface.py50 interfaces_all = output.stdout.split('\n')
61 interfaces_virtual = output.stdout.split('\n')
88 lines = output.stdout.split('\n')
90 interfaces_bridge.append(line.split('\t')[0])
149 interfaces_all = output.stdout.split('\n')
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DAnnotationItem.kt757 var split = source.indexOf('=', from) in addAttribute() variable
758 if (split >= to) { in addAttribute()
759 split = -1 in addAttribute()
765 if (split == -1) { in addAttribute()
766 valueBegin = split + 1 in addAttribute()
770 name = source.substring(from, split).trim() in addAttribute()
771 valueBegin = split + 1 in addAttribute()
830 override val values = value.substring(1, value.length - 1).split(",").map { in <lambda>()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/
Dcommand_input.py328 info = line.split()
350 info = line.split()
398 self.ble_adv_data_uris = uris.split()
786 args = line.split()
837 args = line.split()
885 args = line.split()
930 args = line.split()
977 args = line.split()
1026 args = line.split()
1061 args = line.split()
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlogserial.py111 properties = filter(None, property_list.split('\n'))
113 p = prop.split('=')
125 prop_array = adprop.split(' ')
127 p = prop.split('=')
130 interface = int(result['LOCATION'].split('.')[1])
151 m.group().strip().split('\\')[2])
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py598 lines = out.split('\n', 1)
600 tokens = lines[0].split(' ')
762 pid = int(out.split()[1])
1110 br_out_path = out.split(':')[1].strip().split()[0]
1141 files = out.split("\n")
1351 clean_out = out.split('\n')
1369 clean_out = out.split('\n')
1528 result = output.split(' ')[-1].strip("}")
1545 result = output.split(' ')[-2]
1722 wizard_package = package.split('=')[1]
[all …]
Darduino_wifi_dongle.py164 serial_ports = utils.exe_cmd(cmd).decode('utf-8', 'ignore').split('\n')
219 tmp_file = '%s%s' % (TMP_DIR, file_path.split('/')[-1])
296 val = data.split(':')[-1].lstrip().rstrip()
371 d[SSID] = self.scan_results[i].split(':')[-1].rstrip()
373 d[RSSI] = self.scan_results[i].split(':')[-1].rstrip()
/tools/test/connectivity/acts_tests/tests/google/wifi/wifi6e/
DWifiRoaming6eTest.py94 roam_ssid = "test_%s" % "_".join(self.test_name.split("_")[-4:-1])
107 roam_ssid = "test_%s" % "_".join(self.test_name.split("_")[-4:-1])
120 roam_ssid = "test_%s" % "_".join(self.test_name.split("_")[-4:-1])
133 roam_ssid = "test_%s" % "_".join(self.test_name.split("_")[-4:-1])
/tools/test/connectivity/acts/framework/acts/
Dutils.py603 tokens = re.split("_|-", model)
1376 address = address.split('%')[0]
1468 for interface_line in all_interfaces_and_addresses.split('\n'):
1469 if interface != interface_line.split()[0]:
1471 on_device_ip = ipaddress.ip_address(interface_line.split()[1])
1517 desired_ip_address = desired_ip_address.split('%', 1)[0]
1521 for ip_address_and_interface in all_ips_and_interfaces.split('\n'):
1523 return ip_address_and_interface.split()[1][:-1]
1739 return [int(octet, 16) for octet in mac_addr_str.split(':')]
1780 address = addr.address.split('%')[0]
Dlogger.py105 date, time = t.split(' ')
106 year, month, day = date.split('-')
107 h, m, s = time.split(':')
108 s, ms = s.split('.')
/tools/security/gdb/heap_print/
Dheap_print_script.py7 int_address = int(int_address_string.split('=')[1].strip())
15 return str.split("=")[1].strip()
139 args = func_args_string.split("\n")
229 result += byte_string.split(':')[1].strip() + " "
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/
Dbt_test_utils.py196 bonding_data_split = non_ascii_bytes_removed.split("bonding-data:")
201 data = data.split("saved_networks")[0]
206 even_more_trailing_info = more_trailing_data.split('ost-data')[0]
209 clean_json = more_trailing_data.split('\x1b')[0]
/tools/security/gdb/
Dparameters_extract.py125 stacktrace_start = stacktrace[stacktrace.index('==ERROR: '):].split("\n")
135 func_name = line.strip().split(" ")[3]
198 to_string=True).split(' = ')[1].strip()
201 to_string=True).strip().split(" ")[0], 16)
/tools/external_updater/
Dgit_utils.py66 split = line.split()
67 return (split[0], split[1])

12345678910