Home
last modified time | relevance | path

Searched refs:sys (Results 1 - 25 of 439) sorted by relevance

12345678910>>...18

/test/testfwk/developer_test/src/main/
H A D_init_global_config.py21 import sys namespace
27 sys.framework_src_dir = os.path.abspath(os.path.dirname(
30 # 将目录存放到sys.path模块中,新添加的目录会优先于其他目录被import检查 0代表最高优先级
31 sys.path.insert(0, sys.framework_src_dir)
35 sys.framework_root_dir = os.path.abspath(os.path.dirname(
38 # 变量注释 sys.xdevice_dir = OpenHarmony/test/xdevice/src
39 sys.xdevice_dir = os.path.abspath(os.path.join(
40 sys.framework_root_dir,
44 sys
[all...]
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py28 import sys namespace
43 clean sys.path/sys.modules resource
44 :param file_path: sys path
48 if file_path in sys.path:
49 sys.path.remove(file_path)
51 if file_base_name in sys.modules:
52 del sys.modules[file_base_name]
82 if file_path in sys.path:
83 sys
[all...]
/test/xts/tools/build/
H A DjudgePart.py20 import sys namespace
41 global_parts_info = sys.argv[1]
42 tmp_subsystem_part = sys.argv[2]
43 method = sys.argv[3]
46 sys.stdout.write(str(res))
48 sys.stdout.write("test")
/test/testfwk/developer_test/aw/python/distributed/distribute/
H A Ddistribute.py20 import sys namespace
31 sys.framework_src_dir = os.path.abspath(os.path.dirname(
33 sys.path.insert(1, sys.framework_src_dir)
34 sys.framework_root_dir = os.path.abspath(os.path.dirname(
37 sys.xdevice_dir = os.path.abspath(os.path.join(
38 sys.framework_root_dir,
40 sys.path.insert(2, sys.xdevice_dir)
41 sys
[all...]
/test/xts/hats/kernel/syscalls/system/setrobustlist/
H A DSetrobustlistApiTest.cpp30 #include <sys/stat.h>
31 #include <sys/mman.h>
32 #include <sys/socket.h>
33 #include <sys/sysinfo.h>
34 #include <sys/types.h>
35 #include <sys/prctl.h>
/test/xts/hats/kernel/syscalls/async/wait4/
H A DWait4ApiTest.cpp29 #include <sys/stat.h>
30 #include <sys/mman.h>
31 #include <sys/wait.h>
32 #include <sys/socket.h>
33 #include <sys/syscall.h>
34 #include <sys/timerfd.h>
35 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/ppoll/
H A DPpollApiTest.cpp29 #include <sys/stat.h>
30 #include <sys/mman.h>
31 #include <sys/socket.h>
32 #include <sys/syscall.h>
33 #include <sys/timerfd.h>
34 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/pselect/
H A DPselectApiTest.cpp20 #include <sys/select.h>
29 #include <sys/stat.h>
30 #include <sys/socket.h>
31 #include <sys/syscall.h>
32 #include <sys/timerfd.h>
33 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/system/getrobustlist/
H A DGetrobustlistApiTest.cpp31 #include <sys/stat.h>
32 #include <sys/mman.h>
33 #include <sys/socket.h>
34 #include <sys/sysinfo.h>
35 #include <sys/types.h>
36 #include <sys/prctl.h>
/test/xts/hats/kernel/syscalls/fileio/uname/
H A DUnameApiTest.cpp24 #include <sys/file.h>
25 #include <sys/stat.h>
26 #include <sys/types.h>
27 #include <sys/utsname.h>
28 #include <sys/xattr.h>
/test/xts/acts/graphic/vktest/
H A Dgenlocal.py19 import sys namespace
48 suitename = sys.argv[1]
49 mustpassfile = sys.argv[2]
64 if sys.platform.startswith('linux'):
66 elif sys.platform.startswith('win'):
68 elif sys.platform.startswith('darwin'):
71 print('unknown os', sys.platform)
/test/xts/hats/kernel/syscall_ipc/msgget/
H A DMsggetApiTest.cpp24 #include <sys/ipc.h>
25 #include <sys/msg.h>
26 #include <sys/stat.h>
27 #include <sys/sem.h>
28 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/epoll_create/
H A DEpollCreateApiTest.cpp25 #include <sys/epoll.h>
26 #include <sys/stat.h>
27 #include <sys/mman.h>
28 #include <sys/syscall.h>
29 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/pipe2/
H A DPipe2ApiTest.cpp28 #include <sys/stat.h>
29 #include <sys/mman.h>
30 #include <sys/socket.h>
31 #include <sys/syscall.h>
32 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/sethostname/
H A DSetHostNameApiTest.cpp24 #include <sys/file.h>
25 #include <sys/stat.h>
26 #include <sys/types.h>
27 #include <sys/utsname.h>
28 #include <sys/xattr.h>
/test/xts/hats/kernel/posix_interface/interface_gn/utils/
H A Dutils.h26 #include <sys/time.h>
27 #include <sys/types.h>
28 #include <sys/wait.h>
29 #include <sys/syscall.h>
30 #include <sys/resource.h>
/test/xts/hats/kernel/syscalls/system/sysinfo/
H A DSysinfoApiTest.cpp28 #include <sys/stat.h>
29 #include <sys/mman.h>
30 #include <sys/socket.h>
31 #include <sys/sysinfo.h>
32 #include <sys/types.h>
/test/xts/hats/kernel/syscall_ipc/msgctl/
H A DMsgctlApiTest.cpp24 #include <sys/ipc.h>
25 #include <sys/msg.h>
26 #include <sys/stat.h>
27 #include <sys/sem.h>
28 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/epoll_ctl/
H A DEpollCtlApiTest.cpp25 #include <sys/epoll.h>
26 #include <sys/stat.h>
27 #include <sys/mman.h>
28 #include <sys/syscall.h>
29 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/async/epoll_pwait/
H A DEpollPwaitApiTest.cpp25 #include <sys/epoll.h>
26 #include <sys/stat.h>
27 #include <sys/mman.h>
28 #include <sys/syscall.h>
29 #include <sys/types.h>
/test/xts/hats/kernel/syscalls/fileio/setdomainname/
H A DSetDomainNameApiTest.cpp24 #include <sys/file.h>
25 #include <sys/stat.h>
26 #include <sys/types.h>
27 #include <sys/utsname.h>
28 #include <sys/xattr.h>
/test/xts/hats/kernel/syscalls/mem/processvm/
H A DProcessvmApiTest.cpp28 #include <sys/mman.h>
29 #include <sys/stat.h>
30 #include <sys/socket.h>
31 #include <sys/uio.h>
32 #include <sys/types.h>
/test/testfwk/developer_test/src/core/
H A Dutils.py19 import sys namespace
77 if sys.source_code_root_path == "":
100 build_output_path = os.path.join(sys.source_code_root_path,
110 product_form_dir = os.path.join(sys.source_code_root_path,
131 ohos_config_path = os.path.join(sys.source_code_root_path, "out", "ohos_config.json")
139 device_json_file = os.path.join(sys.source_code_root_path,
157 build_prop = os.path.join(sys.source_code_root_path,
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatch1ndk32.cpp26 #include <sys/resource.h>
27 #include <sys/sem.h>
28 #include <sys/socket.h>
29 #include <sys/stat.h>
30 #include <sys/timerfd.h>
31 #include <sys/timex.h>
32 #include <sys/wait.h>
/test/testfwk/developer_test/local_coverage/push_coverage_so/
H A Dpush_coverage.py20 import sys namespace
24 sys.localcoverage_path = os.path.join(current_path, "..")
25 sys.path.insert(0, sys.localcoverage_path)
173 testtype = sys.argv[1]
174 param_list = sys.argv[2:]

Completed in 7 milliseconds

12345678910>>...18