/test/testfwk/developer_test/aw/python/distributed/common/ |
H A D | common.py | 33 findkey = os.sep + "tests" + os.sep 38 pos1 = subpath.find(os.sep) 40 subpath = subpath[pos1 + len(os.sep):] 65 pos = phone_res_dir.find(os.sep + "tests" + os.sep)
|
H A D | drivers.py | 72 file_dir = suite_file.split("distributedtest")[1].strip(os.sep).split(os.sep)[0] 123 dst_dir = case_dir.split("distributedtest")[1].strip(os.sep)
|
/test/testfwk/developer_test/src/core/testcase/ |
H A D | testcase_manager.py | 70 suitfile_subpath = suitfile_subpath.strip(os.sep)
73 temp_list = suitfile_subpath.split(os.sep)
82 partname + os.sep + testmodule + os.sep):
86 if suitfile_subpath.startswith(partname + os.sep):
242 os.sep + "resource" + os.sep):
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_debugfs_helper.c | 58 char sep; in set_attr_from_string() local 74 sep = ptr[len]; in set_attr_from_string() 75 if (sep == ' ') { in set_attr_from_string()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_debugfs_helper.c | 58 char sep; in set_attr_from_string() local 73 sep = ptr[len]; in set_attr_from_string() 74 if (sep == ' ') in set_attr_from_string()
|
/test/testfwk/developer_test/src/core/config/ |
H A D | resource_manager.py | 40 if current_dir.endswith(os.sep + "tests"): 95 dir_name_list = dir_path.rstrip(os.sep).split(os.sep) 174 src = src.replace("/", os.sep)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | constants.py | 109 findkey = "%stests%s" % (os.sep, os.sep) 114 pos1 = subpath.find(os.sep) 116 subpath = subpath[pos1 + len(os.sep):]
|
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 253 "unittest" + os.sep)[1].split(os.sep + "bin")[0] 254 if os.sep in sub_system_module: 255 sub_system = sub_system_module.split(os.sep)[0] 256 module_name = sub_system_module.split(os.sep)[1]
|
H A D | drivers.py | 147 findkey = os.sep + "tests" + os.sep 152 pos1 = subpath.find(os.sep) 154 subpath = subpath[pos1 + len(os.sep):] 169 suit_path = result_suit_path.split("result")[-1].strip(os.sep).split(os.sep)[0] 392 find_key = os.sep + "benchmark" + os.sep 474 test_type = self.testsuite_path.split(tests_path)[1].strip(os.sep).split(os.sep)[ [all...] |
/build/ohos/ |
H A D | version.py | 25 versions = options.version.split(sep='.')
|
/build/lite/ndk/ |
H A D | archive_ndk.py | 32 archive_to = os.path.basename(source.strip(os.sep))
|
/test/testfwk/developer_test/src/core/command/ |
H A D | distribute_execute.py | 55 self.suits_dir.split("distributedtest")[1].strip(os.sep))
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 458 pattern = "%stests%s" % (os.sep, os.sep) 465 pos = sub_path.find(os.sep) 468 return sub_path[pos + len(os.sep):]
|
/build/indep_configs/scripts/ |
H A D | generate_components.py | 72 dependences_json[part_name]['installPath'] + os.sep + 'bundle.json') 280 _part_name = root.split(os.sep)[-1]
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcmwifi_channels.h | 71 #define CHSPEC_CTLOVLP(sp1, sp2, sep) \ 72 (ABS(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < (sep))
|
/test/testfwk/xdevice/plugins/devicetest/utils/ |
H A D | file_util.py | 159 and folder_file.endswith(os.sep + folder_file_path): 167 and folder_file.endswith(os.sep + folder_file_path) \
|
H A D | util.py | 351 file_name = match.group(1).split(os.sep)[-1]
|
/test/testfwk/developer_test/libs/benchmark/report/ |
H A D | generate_report.py | 63 pos = file_path.rfind(os.sep) 151 dir_list = subsystem_root.split(os.sep)
|
/test/xts/tools/lite/build/ |
H A D | utils.py | 167 split(os.sep)[-1]) 186 _dirname_suffix = out_suffix.strip().rstrip(os.sep)
|
/build/config/components/hdi/ |
H A D | build_hdi_files_info.py | 517 sub_package_path = sub_package.replace(".", os.sep) 542 '.', os.sep) 549 sub_package_dir = "{}{}".format(sub_package.replace('.', os.sep), 550 os.sep)
|
/build/templates/common/ |
H A D | include_relative_path_check.py | 29 with open(project + os.sep + json_name, 'r', encoding='utf-8') as r:
|
/test/xts/tools/build/ |
H A D | utils.py | 144 _dirname_suffix = out_suffix.strip().rstrip(os.sep)
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_modes.c | 1604 const char *delim, *option, *sep; in drm_mode_parse_cmdline_options() local 1676 sep = strchr(delim, ','); in drm_mode_parse_cmdline_options() 1677 option = sep + 1; in drm_mode_parse_cmdline_options() 1678 } while (sep); in drm_mode_parse_cmdline_options()
|
/test/testfwk/developer_test/local_coverage/interface_coverage/ |
H A D | interface_coverage_gcov_lcov.py | 106 pos = file_path.rfind(os.sep)
|
/test/testfwk/xdevice/plugins/devicetest/core/ |
H A D | variables.py | 190 os.path.join(task_report_dir, _list[1].strip(os.sep)))
|