Home
last modified time | relevance | path

Searched refs:mBotMode (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp1048 mBotMode(false), in TestSuite()
1215 if (!mBotMode) in TestSuite()
1247 if (mBotMode) in TestSuite()
1272 if ((mBotMode || !mResultsDirectory.empty()) && mResultsFile.empty()) in TestSuite()
1285 if (!mBotMode) in TestSuite()
1328 ParseFlag("--bot-mode", argument, &mBotMode) || in parseSingleArg()
1641 if (!mBotMode) in run()
DTestSuite.h182 bool mBotMode; variable