Home
last modified time | relevance | path

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

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp375 size_t maxExpectationLen = 0; in getTestExpectationImpl() local
398 if (satisfiesConditions && expectationLen > maxExpectationLen) in getTestExpectationImpl()
400 maxExpectationLen = expectationLen; in getTestExpectationImpl()