Home
last modified time | relevance | path

Searched refs:DATA_SIZE_1 (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/iokit/Tests/
H A DTestContainers.cpp117 #define DATA_SIZE_1 256 in testData() macro
130 test1 = OSData::withCapacity(DATA_SIZE_1); in testData()
142 test1 = OSData::withCapacity(DATA_SIZE_1); in testData()
146 TEST_ASSERT('d', "1c", test1->getCapacity() == DATA_SIZE_1); in testData()
148 TEST_ASSERT('d', "1e", !test1->getBytesNoCopy(10, DATA_SIZE_1 - 10)); in testData()
151 TEST_ASSERT('d', "1h", test1->getCapacity() == DATA_SIZE_1); in testData()
159 test1 = OSData::withCapacity(DATA_SIZE_1); in testData()
164 TEST_ASSERT('d', "2d", test1->appendBytes(testData, DATA_SIZE_1)); in testData()
165 TEST_ASSERT('d', "2e", test1->getLength() == DATA_SIZE_1); in testData()
168 for (i = 0; cp && i < (DATA_SIZE_1 / sizeof(short)); i++) { in testData()
[all …]