Home
last modified time | relevance | path

Searched refs:SchedulerType (Results 1 - 6 of 6) sorted by relevance

/test/testfwk/developer_test/src/core/
H A Dconstants.py20 "SchedulerType",
26 class SchedulerType(object): class
28 SchedulerType enumeration
36 return SchedulerType.SCHEDULER
40 return SchedulerType.COMBINATION
/test/testfwk/developer_test/src/core/command/
H A Drun.py29 from core.constants import SchedulerType namespace
289 plugin_id=SchedulerType.SCHEDULER)[0]
367 plugin_id=SchedulerType.SCHEDULER)[0]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py43 from _core.constants import SchedulerType namespace
78 @Plugin(type=Plugin.SCHEDULER, id=SchedulerType.scheduler)
138 if task.config.scheduler == SchedulerType.synchronize:
416 if task.config.scheduler == SchedulerType.module:
550 if config.scheduler == SchedulerType.module:
H A Dsource.py26 from _core.constants import SchedulerType namespace
371 if config.scheduler == SchedulerType.module and config_file:
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py23 "SchedulerType", "ListenerType", "ToolCommandType",
182 class SchedulerType(object): class
184 SchedulerType enumeration
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py31 from _core.constants import SchedulerType namespace
558 plugin_id=SchedulerType.scheduler)[0]

Completed in 7 milliseconds