Searched refs:split (Results 1 – 25 of 105) sorted by relevance
12345
| /test/testfwk/arkxtest/jsunit/src/module/config/ |
| D | Filter.js | 24 …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…
|
| D | configService.js | 108 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/ |
| D | DateAndTimeUtil.js | 85 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/ |
| D | NativePressTest.py | 52 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/ |
| D | public_method.py | 56 for line in strout.split("\n"): 66 root_path = current_path.split("/test/testfwk/developer_test")[0] 98 _, testsuite = command.split(" -ts ") 115 component_name = command.split(" -tp ")[-1].split(" ")[0] 131 system_name = command.split(" -ss ")[-1].split(" ")[0]
|
| D | pull_service_gcda.py | 78 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/ |
| D | drivers.py | 40 level_list = list(set(level_string.split(","))) 72 file_dir = suite_file.split("distributedtest")[1].strip(os.sep).split(os.sep)[0] 122 case_dir, file_name = os.path.split(suite_file) 123 dst_dir = case_dir.split("distributedtest")[1].strip(os.sep) 136 strip_num = len(coverage_outpath.split("/")) - 1
|
| D | common.py | 33 filedir, _ = os.path.split(testsuit_path) 85 filename = filename.split(".")[0]
|
| /test/xts/acts/arkui/libuv/ |
| D | genlocal.py | 81 linelist = line.split(",") 216 timelist = latestpath.split("/") 228 suitelist = tasklogline.split("[Start test suite [") 229 suiteitem = suitelist[1].split("]") 232 freslist = tasklogline.split("ok") 236 caseline = numcase.split("-") 241 freslist = tasklogline.split("not ok") 245 caseline = numcase.split("-") 256 loccasename = casename.split("-")
|
| /test/testfwk/developer_test/src/core/ |
| D | utils.py | 28 _, fullname = os.path.split(file) 91 board_info_list = product_form.split("_") 134 out_name = json_info.get("out_path").split("out")[1].strip("/") 169 strs = line.replace('\n', '').split('=') 196 suitename = filename.split("FuzzTest")[0] 209 return True if len(product_form.split("_")) >= 3 else False
|
| /test/xts/tools/lite/build/ |
| D | utils.py | 88 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/ |
| D | test_package_select.py | 36 selected_subsystem = dep.split('=')[1] 39 for item in selected_subsystem.split(','):
|
| D | utils.py | 65 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/arkxtest/uitest/napi/ |
| D | uitest_exporter.js | 22 name.split('.').foreach(element => { 31 name.split('.').foreach(element => {
|
| /test/testfwk/developer_test/src/core/build/ |
| D | pretreat_targets.py | 56 path = line.split(':')[0][2:] 57 name = line.split(':')[1].split('(')[0] 132 output_path = line.split()[2].strip('"')
|
| /test/testfwk/developer_test/src/core/driver/ |
| D | lite_driver.py | 53 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/localCoverage/restore_comment/ |
| D | build_before_generate.py | 130 part_name_list = part_name.strip().split(" -tp ")[1].split() 136 root_path = current_path.split("/test/testfwk/developer_test")[0]
|
| D | restore_source_code.py | 28 root_path = current_path.split("/test/testfwk/developer_test")[0]
|
| /test/testfwk/developer_test/src/core/command/ |
| D | console.py | 114 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() 387 key_value_pairs = str(combination_value).split(";") 389 key, value = key_value_pair.split(":", 1) 392 value_list = str(value).split(",")
|
| /test/testfwk/xdevice/src/xdevice/_core/ |
| D | utils.py | 53 _, fullname = os.path.split(file_path) 60 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] 482 addr = origin_ip.strip().split(".") 502 return "remote_{}_{}".format(convert_ip(serial.split("_")[1]), 503 convert_port(serial.split("_")[-1])) [all …]
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| D | drivers_lite.py | 101 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/xdevice/src/xdevice/ |
| D | __main__.py | 36 args = str(command).split(" ")
|
| /test/testfwk/developer_test/localCoverage/ |
| D | utils.py | 61 product_name = json_obj["out_path"].split("out")[1].strip("/") 112 cmd_list = cmd.split(" ")
|
| D | coverage_tools.py | 160 test_part_list = testpart_args.split("testpart=")[1].split(",") 163 root_path = current_path.split("/test/testfwk/developer_test")[0]
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/environment/ |
| D | device.py | 267 cmd.extend(command.split(" ")) 273 for line in str(result).split("\n"): 350 if not (ret != "" and len(str(ret).split()) != 0 and 351 str(ret).split()[0] == "0"): 547 uitest_version = uitest_version.split(".") 654 proc_running = proc_running.split("\n") 660 data = data.split() 665 data = data.split() 669 data = data.split() 696 out = out.split("\n") [all …]
|
12345