Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/Tests/
H A DTests.cpp359 OSAllocation<OSAllocation<int> > testArray(10, OSAllocateMemory); in OSAllocationTests() local
361 testArray[i] = OSAllocation<int>(10, OSAllocateMemory); in OSAllocationTests()
363 testArray[i][j] = i + j; in OSAllocationTests()
369 assert(testArray[i][j] == i + j); in OSAllocationTests()
H A DTestCollections.cpp39 testArray() in testArray() function