Home
last modified time | relevance | path

Searched refs:sep (Results 1 - 25 of 1172) sorted by relevance

12345678910>>...47

/test/testfwk/developer_test/aw/python/distributed/common/
H A Dcommon.py33 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 Ddrivers.py72 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 Dtestcase_manager.py70 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 Dmali_kbase_debugfs_helper.c58 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 Dmali_kbase_debugfs_helper.c58 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 Dresource_manager.py40 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 Dconstants.py109 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 Dlite_driver.py253 "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 Ddrivers.py147 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 Dversion.py25 versions = options.version.split(sep='.')
/build/lite/ndk/
H A Darchive_ndk.py32 archive_to = os.path.basename(source.strip(os.sep))
/test/testfwk/developer_test/src/core/command/
H A Ddistribute_execute.py55 self.suits_dir.split("distributedtest")[1].strip(os.sep))
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py458 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 Dgenerate_components.py72 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 Dbcmwifi_channels.h71 #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 Dfile_util.py159 and folder_file.endswith(os.sep + folder_file_path):
167 and folder_file.endswith(os.sep + folder_file_path) \
H A Dutil.py351 file_name = match.group(1).split(os.sep)[-1]
/test/testfwk/developer_test/libs/benchmark/report/
H A Dgenerate_report.py63 pos = file_path.rfind(os.sep)
151 dir_list = subsystem_root.split(os.sep)
/test/xts/tools/lite/build/
H A Dutils.py167 split(os.sep)[-1])
186 _dirname_suffix = out_suffix.strip().rstrip(os.sep)
/build/config/components/hdi/
H A Dbuild_hdi_files_info.py517 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 Dinclude_relative_path_check.py29 with open(project + os.sep + json_name, 'r', encoding='utf-8') as r:
/test/xts/tools/build/
H A Dutils.py144 _dirname_suffix = out_suffix.strip().rstrip(os.sep)
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c1604 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 Dinterface_coverage_gcov_lcov.py106 pos = file_path.rfind(os.sep)
/test/testfwk/xdevice/plugins/devicetest/core/
H A Dvariables.py190 os.path.join(task_report_dir, _list[1].strip(os.sep)))

Completed in 17 milliseconds

12345678910>>...47