Searched refs:split (Results 1 – 25 of 853) sorted by relevance
12345678910>>...35
| /test/testfwk/xdevice/plugins/devicetest/utils/ |
| D | util.py | 103 clean_lines = out.split('\n') 107 connector_tokens = line_text.split() 112 connector_tokens = line_text.split("tcp:") 191 version = tuple(version.split(".")) 205 and len(str(ret).split()) \ 206 != 0 and str(ret).split()[0] == "0": 218 and len(str(ret).split()) != 0 and str(ret).split()[0] == "0": 245 pids = ret.split("\n") 248 pid = pid.split()
|
| /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/arkxtest/jsunit/src/module/config/ |
| D | Filter.js | 26 …return !this.params.split(',').map(item => item.split('#')[0]).map(item => item == this.suiteName)… 30 let classArray = this.params.split(',') || []; 45 …return this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur,… 49 return this.params.split(',').some(item => item == (this.suiteName + '#' + this.itName)); 61 …return !this.params.split(',').map(item => item == this.suiteName).reduce((pre, cur) => pre || cur… 65 …return !this.params.split(',').map(item => item == this.itName).reduce((pre, cur) => pre || cur, f… 106 let notClassArray = notClass.split(',');
|
| D | configService.js | 113 let classArray = params[key].split(','); 159 testTypeFilter = this.testType.split(',') 164 levelFilter = this.level.split(',') 169 sizeFilter = this.size.split(',') 179 let suiteArray = this.suite.split(','); 280 return this.runSkipped.split(',').some(item => { 286 return this.runSkipped.split(',').some(item => {
|
| /test/xts/acts/usb/usb_standard/entry/src/ohosTest/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/testfwk/developer_test/local_coverage/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 | 81 home_path = '/'.join(roots_path.split("/")[:3]) 127 services_list = process_str.split("|") 136 command_str = command_args.split("command_str=")[1].replace(",", " ") 141 root_path = current_path.split("/test/testfwk/developer_test")[0] 156 device_sn_list.extend(sn.replace(" ", "").split(";"))
|
| /test/xts/acts/storage/storagefileiov9jstest/entry/src/ohosTest/js/test/members/ |
| D | readLines.test.js | 38 let arr = FILE_CONTENTS.split("\n"); 66 let arr = FILE_CONTENTS.split("\n"); 140 let arr = FILE_CONTENTS.split("\n"); 168 let arr = FILE_CONTENTS.split("\n"); 224 let arr = FILE_CONTENTS.split("\n"); 253 let arr = FILE_CONTENTS.split("\n"); 282 let arr = FILE_CONTENTS.split("\n"); 316 let arr = FILE_CONTENTS.split("\n"); 347 let arr = FILE_CONTENTS.split("\n"); 383 let arr = FILE_CONTENTS.split("\n"); [all …]
|
| /test/xts/acts/arkui/libuv/ |
| D | genlocal.py | 60 subprocess.run(commond.split(" "), shell=False, capture_output=True) 89 linelist = line.split(",") 226 timelist = latestpath.split("/") 238 suitelist = tasklogline.split("[Start test suite [") 239 suiteitem = suitelist[1].split("]") 242 freslist = tasklogline.split("ok") 246 caseline = numcase.split("-") 251 freslist = tasklogline.split("not ok") 255 caseline = numcase.split("-") 269 loccasename = casename.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
|
| /test/xts/acts/ability/ability_runtime/actsuiextforresultascallertest/actsuiextforresultascallerother/entry/src/main/ets/calledability/ |
| D | CalledAbility.ts | 40 let wantString = JSON.stringify(want).split('"ohos.aafwk.param.callerBundleName":"'); 41 let result = wantString[1].split('"'); 58 let wantString = JSON.stringify(want).split('"ohos.aafwk.param.callerBundleName":"'); 59 let result = wantString[1].split('"');
|
| /test/xts/tools/lite/build/ |
| D | utils.py | 92 for argument in args.arguments.split("#"): 93 key_value = argument.strip().split("=") 150 _copy_files(_sources.split(","), _output) 153 _copy_dir(_source_dirs.split(","), _output) 167 split(os.sep)[-1]) 187 for suite in suite_names.split(","): 247 feature_list = testsuites.split(",") 281 component_name = component_name.split('_lite')[0] 347 for feature in all_features.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/acts/ability/ability_runtime/actsaaappdebugtest/actsaaappdebugtest/entry/src/main/ets/test/ |
| D | Ability.test.ets | 47 let result = d.stdResult.split(':'); 49 let result1 = result[1].split(','); 86 let result = d.stdResult.split(':'); 88 let result1 = result[1].split(','); 134 let result = d.stdResult.split(':'); 136 let result1 = result[1].split(','); 180 let result = d.stdResult.split(':'); 182 let result1 = result[1].split(','); 227 let result = d.stdResult.split(':'); 269 let result = d.stdResult.split(':'); [all …]
|
| /test/xts/acts/graphic/vktest/ |
| D | genlocal.py | 72 timelist = latestpath.split("/") 76 timelist = latestpath.split("\\") 99 freslist = tasklogline.split("#beginTestCaseResult ") 158 loccasename = casename.split("@@@")
|
| /test/xts/tools/build/ |
| D | utils.py | 64 for argument in args.arguments.split("#"): 65 key_value = argument.strip().split("=") 119 _copy_files(_sources.split(","), _output) 122 _copy_dir(_source_dirs.split(","), _output) 145 for suite in suite_names.split(","):
|
| D | test_package_select.py | 36 selected_subsystem = dep.split('=')[1] 39 for item in selected_subsystem.split(','):
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/ |
| D | utils.py | 28 arr = line.split("=") 37 for line in in_str.split("\n"):
|
| /test/testfwk/developer_test/src/core/driver/ |
| D | lite_driver.py | 53 level_list = list(set(level_string.split(","))) 252 sub_system_module = test_case.split( 253 "unittest" + os.sep)[1].split(os.sep + "bin")[0] 255 sub_system = sub_system_module.split(os.sep)[0] 256 module_name = sub_system_module.split(os.sep)[1] 353 self.file_name = os.path.basename(config_file).split(".")[0] 418 "\n".join(result.split("\n")[0:-1]), "\n")) 437 'burn_file', kit_info)[0].split("\\")[-1].split(".")[0] 490 request.root.source.source_file.strip()).split(".")[0] 573 "\n".join(result.split("\n")[0:-1]), "\n"))
|
| /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] 483 addr = origin_ip.strip().split(".") 503 return "remote_{}_{}".format(convert_ip(serial.split("_")[1]), 504 convert_port(serial.split("_")[-1])) [all …]
|
| /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/xts/acts/pcs/pcs_py/ |
| D | testSDCardMount.py | 39 sdCardList.append(mountItem.split()[0]) 40 rmountResult = self.device1.execute_shell_command("umount " + mountItem.split()[-1])
|
| /test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
| D | drivers_lite.py | 101 test_item = test.split("#") 196 execute_dir = "/storage" + "/".join(bin_file.split("/")[0:-1]) 198 execute_dir = "/".join(bin_file.split("/")[0:-1]) 199 self.execute_bin = bin_file.split("/")[-1] 210 report_path = "/%s/%s/" % ("reports", self.execute_bin.split(".")[0]) 347 for xml_file in os.listdir(os.path.split(self.result)[0]): 350 if xml_file != os.path.split(self.result)[1]: 351 os.remove(os.path.join(os.path.split( 355 self.file_name = command.split(" ")[0].split("/")[-1].split(".")[0] 482 localpath=os.path.join(os.path.split( [all …]
|
| /test/testfwk/developer_test/local_coverage/restore_comment/ |
| D | build_before_generate.py | 136 part_name_list = part_name.strip().split(" -tp ")[1].split() 142 root_path = current_path.split("/test/testfwk/developer_test")[0]
|
| /test/testfwk/arkxtest/uitest/napi/ |
| D | uitest_exporter.js | 22 name.split('.').foreach(element => { 31 name.split('.').foreach(element => {
|
12345678910>>...35