Home
last modified time | relevance | path

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

/frameworks/native/cmds/flatland/
DFlatland.h29 enum { MAX_TEST_RUNS = 16 }; enumerator
DMain.cpp52 uint32_t runHeights[MAX_TEST_RUNS];
700 for (size_t j = 0; j < MAX_TEST_RUNS && b.runHeights[j]; j++) { in runTests()