Searched refs:testData (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTestContainers.cpp114 void testData() function
126 unsigned short testData[DATA_SIZE_4/sizeof(short)], *cp; local
134 for (i = 0; i < sizeof(testData)/sizeof(short); i++)
135 testData[i] = (unsigned short) i;
161 TEST_ASSERT('d', "2d", test1->appendBytes(testData, DATA_SIZE_1));
166 TEST_ASSERT('d', "2g", *cp++ == testData[i]);
167 if (*cp != testData[i])
173 TEST_ASSERT('d', "2i", *cp++ == testData[i]);
174 if (*cp != testData[i])
177 TEST_ASSERT('d', "2j", test1->isEqualTo(testData, DATA_SIZE_
[all...]
H A DTests.h58 extern void testData();

Completed in 10 milliseconds