Searched refs:split (Results 1 – 25 of 73) sorted by relevance
123
/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 | 107 let classArray = classes.split(','); 117 let notClassArray = notClasses.split(','); 186 testTypeFilter = this.testType.split(',') 191 levelFilter = this.level.split(',') 196 sizeFilter = this.size.split(',') 206 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/aw/python/distributed/common/ |
D | drivers.py | 36 level_list = list(set(level_string.split(","))) 68 file_dir = suite_file.split("distributedtest\\")[1].split("\\")[0] 118 case_dir, file_name = os.path.split(suite_file) 119 dst_dir = case_dir.split("distributedtest\\")[1] 132 strip_num = len(coverage_outpath.split("/")) - 1
|
D | common.py | 30 filedir, _ = os.path.split(testsuit_path) 82 filename = filename.split(".")[0]
|
/test/xts/acts/arkui/libuv/ |
D | genlocal.py | 66 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/xdevice/src/xdevice/_core/ |
D | utils.py | 51 _, 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] 482 content_list = ver_file.read().decode("utf-8").split("\n") 485 ver = line.strip().split('-')[1] 486 ver = ver.split(':')[0][1:] [all …]
|
/test/xts/tools/build/ |
D | test_package_select.py | 35 selected_subsystem = dep.split('=')[1] 38 for item in selected_subsystem.split(','):
|
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(","):
|
/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/testfwk/developer_test/src/core/ |
D | utils.py | 28 _, fullname = os.path.split(file) 91 board_info_list = product_form.split("_") 157 strs = line.replace('\n', '').split('=') 184 suitename = filename.split("FuzzTest")[0] 197 return True if len(product_form.split("_")) >= 3 else False
|
/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 | 51 path = line.split(':')[0][2:] 52 name = line.split(':')[1].split('(')[0] 125 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/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(",") 301 para_list = args.split() 360 key_value_pairs = str(combination_value).split(";") 362 key, value = key_value_pair.split(":", 1) 365 value_list = str(value).split(",")
|
D | parameter.py | 33 level_list = test_level.strip(",").split(",")
|
D | distribute_execute.py | 55 self.suits_dir.split("distributedtest\\")[1])
|
/test/testfwk/xdevice/src/xdevice/ |
D | __main__.py | 36 args = str(command).split(" ")
|
/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/developer_test/libs/fuzzlib/tools/ |
D | templates.py | 216 for line in backtrace.split("\n"):
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
D | console.py | 381 subsystem_list = str(options.subsystems).split(";") 384 part_list = str(options.parts).split(";") 391 para_list = args.split() 461 argument = self.argument_parser(history_command.split()) 541 report_list = str(options.report_path).split(";") 548 key_value_pairs = str(combination_value).split(";") 550 key, value = key_value_pair.split(":", 1) 553 value_list = str(value).split(",") 756 split_list = list(history_command.split())
|
/test/testfwk/developer_test/aw/python/distributed/distribute/ |
D | distribute.py | 120 _, file_name = os.path.split(source_path) 274 return dev_nodeid_info.split(":")[1] 302 file_dir, file_name = os.path.split(file_path) 303 final_file = os.path.join(file_dir, file_name.split('.')[0] + ".desc")
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
D | parser_lite.py | 228 return test_class.split(" ")[-1], test_name.split(" ")[0], run_time 265 fake_marker = re.compile(" +").split(message) 658 start_time.split(".")[-1]) 661 end_time.split(".")[-1]) 677 test_class = message.split(".c:")[0].split(" ")[-1].split("/")[-1] 684 start_time.split(".")[-1]) 687 end_time.split(".")[-1]) 689 message_list = message[message_index + 3:].split(":") 899 self.test_name = str(line).split('compile')[0].strip() 981 filter_message = message.split("[Console Info]")[1].strip() [all …]
|
/test/testfwk/xdevice/src/xdevice/_core/testkit/ |
D | kit.py | 71 test_item = test.split("#") 186 lines = junit_para_str.split("%s " % prefix_char) 191 items = line.split()
|
123