Home
last modified time | relevance | path

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

/xnu-8792.41.9/iokit/Tests/
H A DTests.cpp923 OSAllocation<OSAllocation<int> > testArray(10, OSAllocateMemory); in OSAllocationTests() local
925 testArray[i] = OSAllocation<int>(10, OSAllocateMemory); in OSAllocationTests()
927 testArray[i][j] = i + j; in OSAllocationTests()
933 assert(testArray[i][j] == i + j); in OSAllocationTests()
H A DTestCollections.cpp39 testArray() in testArray() function