Searched refs:testData (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/iokit/Tests/ |
| H A D | TestContainers.cpp | 115 testData() in testData() function 127 unsigned short testData[DATA_SIZE_4 / sizeof(short)], *cp; in testData() local 136 for (i = 0; i < sizeof(testData) / sizeof(short); i++) { in testData() 137 testData[i] = (unsigned short) i; in testData() 164 TEST_ASSERT('d', "2d", test1->appendBytes(testData, DATA_SIZE_1)); in testData() 169 TEST_ASSERT('d', "2g", *cp++ == testData[i]); in testData() 170 if (*cp != testData[i]) { in testData() 177 TEST_ASSERT('d', "2i", *cp++ == testData[i]); in testData() 178 if (*cp != testData[i]) { in testData() 182 TEST_ASSERT('d', "2j", test1->isEqualTo(testData, DATA_SIZE_1)); in testData() [all …]
|