Searched refs:TestRunnerType (Results 1 – 4 of 4) sorted by relevance
120 …bool checkRunnerType (tcu::TestRunnerType type) const { return ((m_runnerType & type) == … in checkRunnerType()130 tcu::TestRunnerType m_runnerType;275 tcu::TestRunnerType getRunnerType (void) const;
54 enum TestRunnerType enum129 virtual TestRunnerType getRunnerType (void) const { return RUNNERTYPE_NONE; } in getRunnerType()
107 DE_DECLARE_COMMAND_LINE_OPT(RunnerType, tcu::TestRunnerType);179 static const NamedValue<tcu::TestRunnerType> s_runnerTypes[] = in registerOptions()985 tcu::TestRunnerType CommandLine::getRunnerType (void) const { return m_cmdLine.getOption<opt::… in getRunnerType()
108 tcu::TestRunnerType getRunnerType (void) const override { return tcu::RUNNERTYPE_AMBER; } in getRunnerType()