Home
last modified time | relevance | path

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

12345

/test/testfwk/arkxtest/jsunit/src/module/config/
DFilter.js24 …return !this.params.split(',').map(item => item.split('#')[0]).map(item => item == this.suiteName)…
28 let classArray = this.params.split(',') || [];
43 …return this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur,…
47 return this.params.split(',').some(item => item == (this.suiteName + '#' + this.itName));
59 …return !this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur…
63 …return !this.params.split(',').map(item => item == this.itName).reduce((pre, cur) => pre || cur, f…
DconfigService.js108 let classArray = params[key].split(',');
174 testTypeFilter = this.testType.split(',')
179 levelFilter = this.level.split(',')
184 sizeFilter = this.size.split(',')
194 let suiteArray = this.suite.split(',');
/test/xts/acts/usb/usb_standard/src/main/js/test/
DDateAndTimeUtil.js85 const h = str.substr(2).split(':')[0];
87 const time = '0' + ':' + str.substr(2).split(':')[1];
90 return h + ':' + str.substr(2).split(':')[1];
93 const h = str.substr(2).split(':')[0];
96 const time = h1 + ':' + str.substr(2).split(':')[1];
109 const minutes = str.split(':')[1];
/test/xts/tools/lite/reliability/
DNativePressTest.py52 splitlines = cmdRet.strip('\n\t\r').split("\n")
55 if len(line.split()) >= 1:
57 testPID.append(line.split()[1])
86 splitlines = cmdRet.strip('\n\t\r').split("\n")
89 splitlines = line.split()
109 print("abs path is %s" % (os.path.split(os.path.realpath(__file__))[0]))
110 testScriptPath = os.path.split(os.path.realpath(__file__))[0]
/test/testfwk/developer_test/localCoverage/resident_service/
Dpublic_method.py56 for line in strout.split("\n"):
66 root_path = current_path.split("/test/testfwk/developer_test")[0]
96 _, testsuite = command.split(" -ts ")
113 component_name = command.split(" -tp ")[-1].split(" ")[0]
129 system_name = command.split(" -ss ")[-1].split(" ")[0]
Dpull_service_gcda.py78 home_path = '/'.join(roots_path.split("/")[:3])
124 services_list = process_str.split("|")
133 command_str = command_args.split("command_str=")[1].replace(",", " ")
138 root_path = current_path.split("/test/testfwk/developer_test")[0]
153 device_sn_list.extend(sn.replace(" ", "").split(";"))
/test/testfwk/developer_test/aw/python/distributed/common/
Ddrivers.py36 level_list = list(set(level_string.split(",")))
68 file_dir = suite_file.split("distributedtest")[1].strip(os.sep).split(os.sep)[0]
118 case_dir, file_name = os.path.split(suite_file)
119 dst_dir = case_dir.split("distributedtest")[1].strip(os.sep)
132 strip_num = len(coverage_outpath.split("/")) - 1
Dcommon.py30 filedir, _ = os.path.split(testsuit_path)
82 filename = filename.split(".")[0]
/test/xts/acts/arkui/libuv/
Dgenlocal.py66 linelist = line.split(",")
201 timelist = latestpath.split("/")
213 suitelist = tasklogline.split("[Start test suite [")
214 suiteitem = suitelist[1].split("]")
217 freslist = tasklogline.split("ok")
221 caseline = numcase.split("-")
226 freslist = tasklogline.split("not ok")
230 caseline = numcase.split("-")
241 loccasename = casename.split("-")
/test/testfwk/developer_test/src/core/
Dutils.py28 _, fullname = os.path.split(file)
91 board_info_list = product_form.split("_")
134 out_name = json_info.get("out_path").split("out")[1].strip("/")
168 strs = line.replace('\n', '').split('=')
195 suitename = filename.split("FuzzTest")[0]
208 return True if len(product_form.split("_")) >= 3 else False
/test/testfwk/xdevice/src/xdevice/_core/
Dutils.py51 _, fullname = os.path.split(file_path)
58 str(uuid.uuid1()).split("-")[0])
322 head, tail = os.path.split(path)
324 head, tail = os.path.split(head)
365 key_value = line.split("=")
367 old_props[line.split("=")[0]] = line.split("=")[1]
382 key = line.split("=")[0]
485 content_list = ver_file.read().decode("utf-8").split("\n")
488 ver = line.strip().split('-')[1]
489 ver = ver.split(':')[0][1:]
[all …]
/test/xts/tools/lite/build/
Dutils.py88 for argument in args.arguments.split("#"):
89 key_value = argument.strip().split("=")
146 _copy_files(_sources.split(","), _output)
149 _copy_dir(_source_dirs.split(","), _output)
163 split(os.sep)[-1])
183 for suite in suite_names.split(","):
243 feature_list = testsuites.split(",")
343 for feature in all_features.split(","):
/test/xts/tools/build/
Dtest_package_select.py36 selected_subsystem = dep.split('=')[1]
39 for item in selected_subsystem.split(','):
Dutils.py65 for argument in args.arguments.split("#"):
66 key_value = argument.strip().split("=")
120 _copy_files(_sources.split(","), _output)
123 _copy_dir(_source_dirs.split(","), _output)
146 for suite in suite_names.split(","):
/test/testfwk/developer_test/src/core/build/
Dpretreat_targets.py51 path = line.split(':')[0][2:]
52 name = line.split(':')[1].split('(')[0]
125 output_path = line.split()[2].strip('"')
/test/testfwk/arkxtest/uitest/napi/
Duitest_exporter.js22 name.split('.').foreach(element => {
31 name.split('.').foreach(element => {
/test/testfwk/developer_test/src/core/driver/
Dlite_driver.py53 level_list = list(set(level_string.split(",")))
230 sub_system_module = test_case.split(
231 "unittest" + os.sep)[1].split(os.sep + "bin")[0]
233 sub_system = sub_system_module.split(os.sep)[0]
234 module_name = sub_system_module.split(os.sep)[1]
346 self.file_name = os.path.basename(config_file).split(".")[0]
408 "\n".join(result.split("\n")[0:-1]), "\n"))
427 'burn_file', kit_info)[0].split("\\")[-1].split(".")[0]
500 request.root.source.source_file.strip()).split(".")[0]
564 "\n".join(result.split("\n")[0:-1]), "\n"))
/test/testfwk/developer_test/src/core/command/
Dconsole.py114 key_value_pairs = str(combination_value).split(";")
116 key, value = key_value_pair.split(":", 1)
119 value_list = str(value).split(",")
329 para_list = args.split()
388 key_value_pairs = str(combination_value).split(";")
390 key, value = key_value_pair.split(":", 1)
393 value_list = str(value).split(",")
/test/testfwk/developer_test/localCoverage/restore_comment/
Dbuild_before_generate.py149 part_name_list = part_name.strip().split(" -tp ")[1].split()
155 root_path = current_path.split("/test/testfwk/developer_test")[0]
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
Ddrivers_lite.py101 test_item = test.split("#")
194 execute_dir = "/storage" + "/".join(bin_file.split("/")[0:-1])
196 execute_dir = "/".join(bin_file.split("/")[0:-1])
197 self.execute_bin = bin_file.split("/")[-1]
208 report_path = "/%s/%s/" % ("reports", self.execute_bin.split(".")[0])
345 for xml_file in os.listdir(os.path.split(self.result)[0]):
348 if xml_file != os.path.split(self.result)[1]:
349 os.remove(os.path.join(os.path.split(
353 self.file_name = command.split(" ")[0].split("/")[-1].split(".")[0]
475 localpath=os.path.join(os.path.split(
[all …]
/test/testfwk/developer_test/localCoverage/
Dcoverage_tools.py154 test_part_list = testpart_args.split("testpart=")[1].split(",")
157 root_path = current_path.split("/test/testfwk/developer_test")[0]
Dutils.py61 product_name = json_obj["out_path"].split("out")[1].strip("/")
112 cmd_list = cmd.split(" ")
/test/testfwk/xdevice/src/xdevice/
D__main__.py36 args = str(command).split(" ")
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py259 cmd.extend(command.split(" "))
265 for line in str(result).split("\n"):
342 if not (ret != "" and len(str(ret).split()) != 0 and
343 str(ret).split()[0] == "0"):
530 uitest_version = uitest_version.split(".")
630 proc_running = proc_running.split("\n")
636 data = data.split()
641 data = data.split()
645 data = data.split()
672 out = out.split("\n")
[all …]
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py397 subsystem_list = str(options.subsystems).split(";")
400 part_list = str(options.parts).split(";")
407 para_list = args.split()
479 argument = self.argument_parser(history_command.split())
559 report_list = str(options.report_path).split(";")
566 key_value_pairs = str(combination_value).split(";")
568 key, value = key_value_pair.split(":", 1)
571 value_list = str(value).split(",")
775 split_list = list(history_command.split())

12345