Home
last modified time | relevance | path

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

12345678910>>...12

/tools/test/connectivity/acts/tests/google/wifi/
DWifiSoftApAcsTest.py250 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
259 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
268 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
277 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
286 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
295 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
304 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
313 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
322 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
331 avoid_chan = int(sys._getframe().f_code.co_name.split('_')[-1])
[all …]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DModuleMergerTest.java52 Collection<IRemoteTest> res1 = suite1.split(2); in testPartOfSameSuite_notSplittedYet2()
64 Collection<IRemoteTest> res1 = suite1.split(2); in testPartOfSameSuite_sameSuite()
77 Collection<IRemoteTest> res1 = suite1.split(2); in testPartOfSameSuite_notSameSuite()
79 Collection<IRemoteTest> res2 = suite2.split(2); in testPartOfSameSuite_notSameSuite()
108 Collection<IRemoteTest> res1 = suite1.split(2); in testMergeSplittedITestSuite_notSplittedYet2()
125 Collection<IRemoteTest> res1 = suite1.split(2); in testMergeSplittedITestSuite_splittedSuiteFromDifferentModules()
127 Collection<IRemoteTest> res2 = suite2.split(2); in testMergeSplittedITestSuite_splittedSuiteFromDifferentModules()
144 Collection<IRemoteTest> res1 = suite1.split(2); in testMergeSplittedITestSuite()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticMemoryTest.java124 (mComponentName.split("/").length == 2)); in run()
184 String pkgActivitySplit[] = mComponentName.split("/"); in getProcessId()
212 String line[] = dumpInfo.split(LINE_SEPARATOR); in parseDumpsysInfo()
214 String dataSplit[] = line[lineCount].trim().split(SEPARATOR); in parseDumpsysInfo()
236 String lineSplit[] = memInfo.split(LINE_SEPARATOR); in parseProcInfo()
242 String dataSplit[] = line.split(SEPARATOR); in parseProcInfo()
273 memAvailable = m.group(0).split(SEPARATOR); in calculateFreeMem()
278 String processes[] = cachedProcesses.split(LINE_SEPARATOR); in calculateFreeMem()
295 processInfo = m1.group(0).split(LINE_SEPARATOR); in calculateFreeMem()
298 String procDetails[] = processInfo[0].trim().split(SEPARATOR); in calculateFreeMem()
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py139 parts = user_input.split('#')
143 return parts[0], frozenset(parts[1].split(','))
169 cls = os.path.splitext(os.path.split(test_path)[1])[0]
225 tests = output.strip('\n').split('\n')
227 tests = list(set([path.split(":")[0] for path in tests]))
472 apk = apk_target.split(_XML_PUSH_DELIM, 1)[0].strip()
570 sanitized_target = target.split(_XML_PUSH_DELIM, 1)[0].strip()
618 target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
696 push_target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
714 head, _ = os.path.split(value)
[all …]
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DMultiUserSetupUtil.java48 remoteInstance, options, runUtil, timeoutMs, createUserCommand.split(" ")); in prepareRemoteUser()
68 remoteInstance, options, runUtil, timeoutMs, createUserCommand.split(" ")); in addExtraCvdUser()
98 remoteInstance, options, runUtil, timeoutMs, mtapCommand.split(" ")); in setupNetworkInterface()
106 remoteInstance, options, runUtil, timeoutMs, wtapCommand.split(" ")); in setupNetworkInterface()
132 copyCommandBuilder.toString().split(" ")); in prepareRemoteHomeDir()
150 remoteInstance, options, runUtil, timeoutMs, copyDevice.split(" ")); in prepareRemoteHomeDir()
DAcloudConfigParser.java69 String[] lines = content.split("\n"); in parseConfig()
72 String key = line.split(": ")[0]; in parseConfig()
73 String value = line.split(": ")[1].replace("\"", ""); in parseConfig()
/tools/test/connectivity/acts/framework/acts/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/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dap_get_interface.py49 interfaces_all = output.stdout.split('\n')
60 interfaces_virtual = output.stdout.split('\n')
87 lines = output.stdout.split('\n')
89 interfaces_bridge.append(line.split('\t')[0])
144 interfaces_all = output.stdout.split('\n')
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DAnnotationItem.kt706 var split = source.indexOf('=', from) in addAttribute() variable
707 if (split >= to) { in addAttribute()
708 split = -1 in addAttribute()
714 if (split == -1) { in addAttribute()
715 valueBegin = split + 1 in addAttribute()
719 name = source.substring(from, split).trim() in addAttribute()
720 valueBegin = split + 1 in addAttribute()
777 override val values = value.substring(1, value.length - 1).split(",").map { in <lambda>()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py490 bssid = match.group(0).split('=')[1]
497 frequency = int(match.group(0).split('=')[1])
503 temp_rssi = int(match.group(0).split('=')[1])
514 int(match.group(0).split('=')[1]))
524 per_chain_rssi = per_chain_rssi.split(', ')
585 bssid_result = bssid_result.group(0).split('\t')
633 subnet_str = subnet.split('.')[:-1]
638 ip_line = if_output.split('inet addr:')[1]
639 ip_address = ip_line.split(' ')[0]
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DAndroidJUnitTestTest.java442 assertNull(mAndroidJUnitTest.split()); in testSplit_notShardable()
449 assertNull(mAndroidJUnitTest.split()); in testSplit_noShardRequested()
458 Collection<IRemoteTest> listTests = test.split(4); in testSplit_noRunner()
471 List<IRemoteTest> res = (List<IRemoteTest>) mAndroidJUnitTest.split(3); in testSplit_threeShards()
479 assertNull(((AndroidJUnitTest) res.get(0)).split(2)); in testSplit_threeShards()
480 assertNull(((AndroidJUnitTest) res.get(0)).split()); in testSplit_threeShards()
494 List<IRemoteTest> res = (List<IRemoteTest>) mAndroidJUnitTest.split(3); in testSplit_maxShard()
501 assertNull(((AndroidJUnitTest) res.get(0)).split(2)); in testSplit_maxShard()
502 assertNull(((AndroidJUnitTest) res.get(0)).split()); in testSplit_maxShard()
/tools/test/connectivity/tools/lab/metrics/
Dversion_metric.py46 version = result.stdout.splitlines()[0].split()[-1]
69 adb_version = stdout[0].split()[-1]
73 adb_revision = stdout[1].split()[1]
97 version = result.stdout.split()[-1]
Dusb_metric.py92 spl_line = line.split(' ')
98 dev_id = ':'.join(spl_line[3].split(':')[1:3])
121 for line in result.split('\n'):
122 line_list = line.split(' ')
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py524 lines = out.split('\n', 1)
526 tokens = lines[0].split(' ')
668 pid = int(out.split()[1])
951 br_out_path = out.split(':')[1].strip().split()[0]
978 files = out.split("\n")
1116 clean_out = out.split('\n')
1134 clean_out = out.split('\n')
1278 result = output.split(' ')[-1].strip("}")
1290 result = output.split(' ')[-2]
1435 wizard_package = package.split('=')[1]
[all …]
Darduino_wifi_dongle.py165 serial_ports = utils.exe_cmd(cmd).decode('utf-8', 'ignore').split('\n')
220 tmp_file = '%s%s' % (TMP_DIR, file_path.split('/')[-1])
297 val = data.split(':')[-1].lstrip().rstrip()
372 d[SSID] = self.scan_results[i].split(':')[-1].rstrip()
374 d[RSSI] = self.scan_results[i].split(':')[-1].rstrip()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DAtraceRunMetricCollector.java136 String scriptArgs[] = scriptPath.split(" "); in processTraceFiles()
137 String scriptPathArgs[] = scriptArgs[0].split("/"); in processTraceFiles()
138 String scriptName[] = scriptPathArgs[scriptPathArgs.length - 1].split("\\."); in processTraceFiles()
157 String[] outputLines = output.split(LINE_SEPARATOR); in aggregateMetrics()
165 String[] metric = line.split(METRIC_SEPARATOR); in aggregateMetrics()
/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/tradefederation/core/src/com/android/tradefed/testtype/
DIShardableTest.java41 public default Collection<IRemoteTest> split() { in split() method
53 public default Collection<IRemoteTest> split(int shardCountHint) { in split() method
54 return split(); in split()
/tools/tradefederation/contrib/src/com/android/framework/tests/
DBandwidthUtils.java73 String[] lines = tmp.split("\n"); in parseUidStats()
78 String[] parts = line.trim().split(" "); in parseUidStats()
118 String[] lines = tmp.split("\n"); in parseNetDevStats()
123 String[] parts = line.trim().split("[ :]+"); in parseNetDevStats()
/tools/test/connectivity/acts/tests/google/fuchsia/bt/
Dfuchsia_cmd_input.py454 args = line.split()
505 args = line.split()
553 args = line.split()
598 args = line.split()
645 args = line.split()
694 args = line.split()
723 args = line.split()
813 args = line.split()
862 args = line.split()
/tools/test/connectivity/acts/framework/acts/
Dlogger.py107 date, time = t.split(' ')
108 year, month, day = date.split('-')
109 h, m, s = time.split(':')
110 s, ms = s.split('.')
Dconfig_parser.py138 tokens = item.split(':')
149 clean_names = [elem.strip() for elem in test_case_names.split(',')]
274 _ENV_ACTS_TESTPATHS].split(_PATH_SEPARATOR)
285 config_path, _ = os.path.split(utils.abs_path(test_config_path))
/tools/tradefederation/contrib/src/com/android/ota/tests/
DOtaStabilityTestTest.java36 Collection<IRemoteTest> shards = test.split(); in testSplit_even()
49 Collection<IRemoteTest> shards = test.split(); in testSplit_shards()
62 Collection<IRemoteTest> shards = test.split(); in testSplit_remainder()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/
Dapollo_log_decoder.py29 msg = [element.split(':') for element in str(proto).split('\n') if element]
64 _, encoding, message = logline.split("|", 2)
/tools/tradefederation/core/src/com/android/tradefed/util/
DAbiUtils.java223 return id.split(" "); in parseId()
256 String[] descSegments = unsupportedAbiDescription.split(":"); in parseAbiList()
258 for (String abi : descSegments[1].split(",")) { in parseAbiList()
274 String[] abiList = abiListProp.split(","); in parseAbiListFromProperty()

12345678910>>...12