Home
last modified time | relevance | path

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

12345678

/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/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/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/tradefederation/core/prod-tests/src/com/android/performance/tests/
DHermeticMemoryTest.java112 (mComponentName.split("/").length == 2)); in run()
171 String pkgActivitySplit[] = mComponentName.split("/"); in getProcessId()
200 String line[] = dumpInfo.split(LINE_SEPARATOR); in parseDumpsysInfo()
202 String dataSplit[] = line[lineCount].trim().split(SEPARATOR); in parseDumpsysInfo()
228 String lineSplit[] = memInfo.split(LINE_SEPARATOR); in parseProcInfo()
234 String dataSplit[] = line.split(SEPARATOR); in parseProcInfo()
260 String memAvailable[] = mTestDevice.executeShellCommand(MEM_AVAILABLE).split(SEPARATOR); in calculateFreeMem()
264 String processes[] = cachedProcesses.split(LINE_SEPARATOR); in calculateFreeMem()
273 processInfo = processInfoStr.split(LINE_SEPARATOR); in calculateFreeMem()
276 String procDetails[] = processInfo[0].trim().split(SEPARATOR); in calculateFreeMem()
/tools/tradefederation/core/prod-tests/src/com/android/ota/tests/
DOtaStabilityTestTest.java38 Collection<IRemoteTest> shards = test.split(); in testSplit_even()
53 Collection<IRemoteTest> shards = test.split(); in testSplit_shards()
68 Collection<IRemoteTest> shards = test.split(); in testSplit_remainder()
/tools/test/connectivity/tools/lab/metrics/
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(' ')
Dread_metric.py79 cached_reads += float(ln.split()[-2])
81 buffered_reads += float(ln.split()[-2])
Dverify_metric.py55 for line in output.split('\n'):
56 spl_line = line.split('\t')
/tools/test/connectivity/tools/
Dkeyword_check.py66 return s1.split()
79 for file_name in changed_files.stdout.split('\n'):
98 for line in all_additions.stdout.split('\n'):
134 keyword_list = file.read().lower().split()
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py118 parts = user_input.split('#')
122 return parts[0], frozenset(parts[1].split(','))
148 cls = os.path.splitext(os.path.split(test_path)[1])[0]
183 tests = output.strip('\n').split('\n')
430 apk = apk_target.split(_XML_PUSH_DELIM, 1)[0].strip()
528 sanitized_target = target.split(_XML_PUSH_DELIM, 1)[0].strip()
576 target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
621 push_target = value.split(_XML_PUSH_DELIM, 1)[0].strip()
643 dir_path, file_path = os.path.split(path)
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DBandwidthUtils.java72 String[] lines = tmp.split("\n"); in parseUidStats()
77 String[] parts = line.trim().split(" "); in parseUidStats()
115 String[] lines = tmp.split("\n"); in parseNetDevStats()
120 String[] parts = line.trim().split("[ :]+"); in parseNetDevStats()
/tools/tradefederation/core/src/com/android/tradefed/util/
DPsParser.java46 String processLines[] = psOutput.split(LINE_SEPARATOR); in getProcesses()
66 String processInfoStr[] = processLines[lineCount].split(PROCESS_INFO_SEPARATOR); in getProcesses()
DAbiUtils.java210 return id.split(" "); in parseId()
243 String[] descSegments = unsupportedAbiDescription.split(":"); in parseAbiList()
245 for (String abi : descSegments[1].split(",")) { in parseAbiList()
261 String[] abiList = abiListProp.split(","); in parseAbiListFromProperty()
/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/tradefederation/core/tests/src/com/android/tradefed/testtype/
DAndroidJUnitTestTest.java366 assertNull(mAndroidJUnitTest.split()); in testSplit_notShardable()
374 assertNull(mAndroidJUnitTest.split()); in testSplit_noShardRequested()
383 List<IRemoteTest> res = (List<IRemoteTest>) mAndroidJUnitTest.split(3); in testSplit_threeShards()
391 assertNull(((AndroidJUnitTest) res.get(0)).split(2)); in testSplit_threeShards()
392 assertNull(((AndroidJUnitTest) res.get(0)).split()); in testSplit_threeShards()
404 List<IRemoteTest> res = (List<IRemoteTest>) mAndroidJUnitTest.split(3); in testSplit_maxShard()
411 assertNull(((AndroidJUnitTest) res.get(0)).split(2)); in testSplit_maxShard()
412 assertNull(((AndroidJUnitTest) res.get(0)).split()); in testSplit_maxShard()
/tools/tradefederation/core/src/com/android/tradefed/device/
DRemoteAndroidDevice.java82 return getSerialNumber().split(":")[0]; in getHostName()
94 return getSerialNumber().split(":")[1]; in getPortNum()
102 String[] serial = getSerialNumber().split(":"); in checkSerialFormatValid()
/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/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPreloadedClassesPreparerTest.java78 String[] command = String.format(WRITE_COMMAND, FAKE_TOOL_PATH, FAKE_FILE_PATH).split(" "); in testSetUp_RemoteSuccess()
106 String[] command = String.format(WRITE_COMMAND, FAKE_TOOL_PATH, FAKE_FILE_PATH).split(" "); in testSetUp_LocalSuccess()
126 String[] command = String.format(WRITE_COMMAND, FAKE_TOOL_PATH, FAKE_FILE_PATH).split(" "); in testSetUp_WriteFailure()
/tools/test/connectivity/acts/framework/acts/controllers/
Darduino_wifi_dongle.py167 serial_ports = utils.exe_cmd(cmd).decode("utf-8", "ignore").split("\n")
221 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/test/connectivity/acts/framework/acts/
Dconfig_parser.py142 tokens = item.split(':')
154 for elem in test_case_names.split(','):
287 _ENV_ACTS_TESTPATHS].split(_PATH_SEPARATOR)
298 config_path, _ = os.path.split(utils.abs_path(test_config_path))
/tools/test/connectivity/tools/lab/
Dlab_upload_hooks.py26 for file in files.split():
/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/utils/
DFlagParser.java71 String[] segments = arg.substring(2).split("=", 2); in parseFlags()
128 return Arrays.asList(flags.get(flagName).split(",")); in getFlagListValue()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTemperatureThrottlingWaiter.java124 deviceTemp = Integer.parseInt(result.split(" ")[0].split(":")[1].trim()); in getDeviceTemperature()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DEmailTest.java244 final String[] pieces = data.split(Email.CRLF + Email.CRLF, 2); in extractBody()
246 for (String header : pieces[0].split(Email.CRLF)) { in extractBody()
247 final String[] halves = header.split(": ", 2); in extractBody()

12345678