Searched refs:verifyList (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | SListTest.cpp | 37 static bool verifyList(skiatest::Reporter* reporter, in verifyList() function 75 if (!verifyList(reporter, list, "push", &testArray[index], index+1, -1)) { in testTInternalSList() 83 !verifyList(reporter, list, "pop", &testArray[index-1], index, -1)) { 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 | 37 static bool verifyList(skiatest::Reporter* reporter, in verifyList() function 75 if (!verifyList(reporter, list, "push", &testArray[index], index+1, -1)) { in testTInternalSList() 83 !verifyList(reporter, list, "pop", &testArray[index-1], index, -1)) { 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()
|