Home
last modified time | relevance | path

Searched refs:platform (Results 1 - 25 of 1193) sorted by relevance

12345678910>>...48

/test/xts/acts/graphic/vktest/
H A Dgenlocal.py20 import platform namespace
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/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py24 import platform namespace
245 if platform.system() == "Windows":
247 elif platform.system() == "Linux":
257 if platform.system() == "Linux" or platform.system() == "Darwin":
298 if platform.system() != "Windows":
/test/xts/tools/lite/reliability/
H A Dutils.py24 import platform namespace
43 sys_type = platform.system()
65 sys_type = platform.system()
/test/xts/acts/graphic/vkgl/src/deqpgles3/
H A DDeqpgles3BaseFunc.cpp63 de::UniquePtr<tcu::Platform> platform(createOhosPlatform()); in RunTestKHRGLES()
64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/deqpgles2/
H A DDeqpgles2BaseFunc.cpp63 de::UniquePtr<tcu::Platform> platform(createOhosPlatform()); in RunTestKHRGLES()
64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/khrgles31/
H A DKhrgles31BaseFunc.cpp63 de::UniquePtr<tcu::Platform> platform(createOhosPlatform()); in RunTestKHRGLES()
64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/khrgles32/
H A DKhrgles32BaseFunc.cpp63 de::UniquePtr<tcu::Platform> platform(createOhosPlatform()); in RunTestKHRGLES()
64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/khrglesext/
H A DKhrglesextBaseFunc.cpp63 de::UniquePtr<tcu::Platform> platform(createOhosPlatform()); in RunTestKHRGLES()
64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/deqpgles31/
H A DDeqpgles31BaseFunc.cpp63 de::UniquePtr<tcu::Platform> platform(createOhosPlatform()); in RunTestKHRGLES()
64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/egl/
H A DEglBaseFunc.cpp67 de::UniquePtr<tcu::Platform> platform(createOhosPlatform()); in RunTestKHRGLES()
68 de::UniquePtr<tcu::App> app(new tcu::App(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/khrgles2/
H A DKhrgles2BaseFunc.cpp63 de::UniquePtr<tcu::Platform> platform(createOhosPlatform()); in RunTestKHRGLES()
64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES()
/test/xts/acts/graphic/vkgl/src/khrgles3/
H A DKhrgles3BaseFunc.cpp63 de::UniquePtr<tcu::Platform> platform(createOhosPlatform()); in RunTestKHRGLES()
64 de::UniquePtr<tcu::ActsApp> app(new tcu::ActsApp(*platform, archive, OHOS::Logdefine::tcutestlog, cmdLine)); in RunTestKHRGLES()
/test/testfwk/xdevice/src/xdevice/_core/
H A Dutils.py26 import platform namespace
82 sys_type = platform.system()
122 if platform.system() == "Windows":
130 elif platform.system() == "Linux":
142 elif platform.system() == "Darwin":
186 sys_type = platform.system()
216 sys_type = platform.system()
599 sys_type = platform.system()
H A Dvariables.py20 import platform namespace
103 name = platform.system()
/test/xts/acts/graphic/vkgl/src/
H A DActsApp.cpp35 * \param platform Reference to platform implementation.
37 ActsApp::ActsApp (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine) in ActsApp() argument
38 : m_platform(platform), in ActsApp()
109 // Poll platform events in iterate()
H A DActsApp.h34 ActsApp (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
/test/testfwk/developer_test/src/core/build/
H A Dbuild_lite_manager.py20 import platform namespace
31 board platform:for examples, HI3518ev300 or HI3516DV300
40 if platform.system() != "Linux":
H A Dbuild_testcases.py24 import platform namespace
65 if platform.system() == 'Windows':
266 if platform.system() == 'Windows':
/test/testfwk/developer_test/src/core/command/
H A Drun.py18 import platform namespace
157 if options.coverage and platform.system() != "Windows":
314 if options.coverage and platform.system() != "Windows":
407 if options.coverage and platform.system() != "Windows":
H A Dconsole.py22 import platform namespace
39 if platform.system() != 'Windows':
446 if platform.system() != 'Windows':
/test/testfwk/developer_test/aw/python/distributed/common/
H A Ddevices.py21 import platform namespace
31 if platform.system() != 'Windows':
H A Ddrivers.py20 import platform namespace
90 if platform.system() == "Windows":
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py23 import platform namespace
228 host_info = platform.platform()
231 platform_info = getattr(self.task_info, ReportConstant.platform, "None")
241 exec_info.platform = platform_info
621 self.exec_info.platform, self.exec_info.test_type,
639 if platform.system() == "Windows":
H A Dreporter_helper.py20 import platform namespace
57 platform = "platform" variable in ReportConstant
301 if platform.system() == "Windows":
324 keys = [ReportConstant.platform, ReportConstant.test_type,
333 platform = "" variable in ExecInfo
500 exec_info.platform = getattr(task_info, ReportConstant.platform,
506 exec_info.host_info = platform.platform()
[all...]
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dutil.py22 import platform namespace
280 sys_type = platform.system()

Completed in 12 milliseconds

12345678910>>...48