Searched refs:testArraySize (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | SListTest.cpp | 67 static const int testArraySize = 10; in testTInternalSList() local 68 SListEntry testArray[testArraySize]; in testTInternalSList() 73 for (int index = 0; index < testArraySize; ++index) { in testTInternalSList() 80 for (int index = testArraySize - 1; index >= 0; --index) { in testTInternalSList() 89 for (int index = 0; index < testArraySize; ++index) { in testTInternalSList() 92 verifyList(reporter, list, "swap", &testArray[testArraySize-1], testArraySize, -1); in testTInternalSList() 97 verifyList(reporter, other, "swap", &testArray[testArraySize-1], testArraySize, -1); in testTInternalSList() 100 verifyList(reporter, list, "pushAll-empty", &testArray[testArraySize-1], testArraySize, -1); in testTInternalSList() 106 verifyList(reporter, other, "pushAll", &testArray[0], testArraySize, 1); in testTInternalSList()
|
/external/chromium_org/third_party/skia/tests/ |
D | SListTest.cpp | 67 static const int testArraySize = 10; in testTInternalSList() local 68 SListEntry testArray[testArraySize]; in testTInternalSList() 73 for (int index = 0; index < testArraySize; ++index) { in testTInternalSList() 80 for (int index = testArraySize - 1; index >= 0; --index) { in testTInternalSList() 89 for (int index = 0; index < testArraySize; ++index) { in testTInternalSList() 92 verifyList(reporter, list, "swap", &testArray[testArraySize-1], testArraySize, -1); in testTInternalSList() 97 verifyList(reporter, other, "swap", &testArray[testArraySize-1], testArraySize, -1); in testTInternalSList() 100 verifyList(reporter, list, "pushAll-empty", &testArray[testArraySize-1], testArraySize, -1); in testTInternalSList() 106 verifyList(reporter, other, "pushAll", &testArray[0], testArraySize, 1); in testTInternalSList()
|