HomeSort by relevance Sort by last modified time
    Searched refs:testArraySize (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
SListTest.cpp 67 static const int testArraySize = 10;
68 SListEntry testArray[testArraySize];
73 for (int index = 0; index < testArraySize; ++index) {
80 for (int index = testArraySize - 1; index >= 0; --index) {
89 for (int index = 0; index < testArraySize; ++index) {
92 verifyList(reporter, list, "swap", &testArray[testArraySize-1], testArraySize, -1);
97 verifyList(reporter, other, "swap", &testArray[testArraySize-1], testArraySize, -1);
100 verifyList(reporter, list, "pushAll-empty", &testArray[testArraySize-1], testArraySize, -1)
    [all...]
  /external/skia/tests/
SListTest.cpp 67 static const int testArraySize = 10;
68 SListEntry testArray[testArraySize];
73 for (int index = 0; index < testArraySize; ++index) {
80 for (int index = testArraySize - 1; index >= 0; --index) {
89 for (int index = 0; index < testArraySize; ++index) {
92 verifyList(reporter, list, "swap", &testArray[testArraySize-1], testArraySize, -1);
97 verifyList(reporter, other, "swap", &testArray[testArraySize-1], testArraySize, -1);
100 verifyList(reporter, list, "pushAll-empty", &testArray[testArraySize-1], testArraySize, -1)
    [all...]

Completed in 300 milliseconds