Searched refs:TestRunnerType (Results 1 – 4 of 4) sorted by relevance
119 …bool checkRunnerType (tcu::TestRunnerType type) const { return ((m_runnerType & type) == … in checkRunnerType()129 const tcu::TestRunnerType m_runnerType;267 tcu::TestRunnerType getRunnerType (void) const;
54 enum TestRunnerType enum128 virtual TestRunnerType getRunnerType (void) const { return RUNNERTYPE_NONE; } in getRunnerType()
104 DE_DECLARE_COMMAND_LINE_OPT(RunnerType, tcu::TestRunnerType);157 static const NamedValue<tcu::TestRunnerType> s_runnerTypes[] = in registerOptions()862 tcu::TestRunnerType CommandLine::getRunnerType (void) const { return m_cmdLine.getOption<opt::… in getRunnerType()
100 tcu::TestRunnerType getRunnerType (void) const override { return tcu::RUNNERTYPE_AMBER; } in getRunnerType()