Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/runner/
H A DTestSuite.cpp885 mBotMode(false), in TestSuite()
1041 if (!mBotMode) in TestSuite()
1063 if (mBotMode) in TestSuite()
1088 if ((mBotMode || !mResultsDirectory.empty()) && mResultsFile.empty()) in TestSuite()
1101 if (!mBotMode) in TestSuite()
1142 ParseFlag("--bot-mode", argument, &mBotMode) || in parseSingleArg()
1434 if (!mBotMode) in run()
H A DTestSuite.h157 bool mBotMode; variable