Home
last modified time | relevance | path

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

/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.h20 extern TestCase gTestCases[];
H A DPictureTestWindow.cpp195 for (int i = 0; gTestCases[i].name != NULL; i ++) { in RunTests()
196 TestCase *testCase = &gTestCases[i]; in RunTests()
H A DPictureTestCases.cpp1099 TestCase gTestCases[] = { variable