/test/testfwk/developer_test/src/main/ |
H A D | _init_global_config.py | 21 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 D | util.py | 28 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 D | judgePart.py | 20 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 D | distribute.py | 20 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 D | SetrobustlistApiTest.cpp | 30 #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 D | Wait4ApiTest.cpp | 29 #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 D | PpollApiTest.cpp | 29 #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 D | PselectApiTest.cpp | 20 #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 D | GetrobustlistApiTest.cpp | 31 #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 D | UnameApiTest.cpp | 24 #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 D | genlocal.py | 19 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 D | MsggetApiTest.cpp | 24 #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 D | EpollCreateApiTest.cpp | 25 #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 D | Pipe2ApiTest.cpp | 28 #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 D | SetHostNameApiTest.cpp | 24 #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 D | utils.h | 26 #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 D | SysinfoApiTest.cpp | 28 #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 D | MsgctlApiTest.cpp | 24 #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 D | EpollCtlApiTest.cpp | 25 #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 D | EpollPwaitApiTest.cpp | 25 #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 D | SetDomainNameApiTest.cpp | 24 #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 D | ProcessvmApiTest.cpp | 28 #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 D | utils.py | 19 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 D | fnmatch1ndk32.cpp | 26 #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 D | push_coverage.py | 20 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:]
|