Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp908 testsInBatch = std::move(rhs.testsInBatch); in operator =()
1329 const std::vector<TestIdentifier> &testsInBatch) in launchChildTestProcess() argument
1342 std::string filterString = GetTestFilter(testsInBatch); in launchChildTestProcess()
1424 processInfo.testsInBatch = testsInBatch; in launchChildTestProcess()
1452 for (const TestIdentifier &id : processInfo->testsInBatch) in finishProcess()
1677 std::vector<TestIdentifier> testsInBatch = mTestQueue.front(); in run() local
1680 if (!launchChildTestProcess(++batchId, testsInBatch)) in run()
1726 for (const TestIdentifier &testIdentifier : processInfo.testsInBatch) in run()
1738 totalTestCount += static_cast<uint32_t>(processInfo.testsInBatch.size()); in run()
DTestSuite.h117 std::vector<TestIdentifier> testsInBatch; member
191 bool launchChildTestProcess(uint32_t batchId, const std::vector<TestIdentifier> &testsInBatch);