Home
last modified time | relevance | path

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

/external/skia/tests/
DTest.cpp22 fTestCount = 0; in resetReporting()
30 fTestCount += 1; in startTest()
DTest.h34 int countTests() const { return fTestCount; } in countTests()
73 int fTestCount; variable