Searched refs:ncvAssertPrintCheck (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/cudalegacy/src/ |
D | NCV.cpp | 340 ncvAssertPrintCheck(bProperAlignment, "NCVMemStackAllocator ctor:: alignment not power of 2"); in NCVMemStackAllocator() 352 ncvAssertPrintCheck(bProperAlignment, "NCVMemStackAllocator ctor:: _alignment not power of 2"); in NCVMemStackAllocator() 353 …ncvAssertPrintCheck(memT != NCVMemoryTypeNone, "NCVMemStackAllocator ctor:: Incorrect allocator ty… in NCVMemStackAllocator() 397 …ncvAssertPrintCheck(currentSize == 0, "NCVMemStackAllocator dtor:: not all objects were deallocate… in ~NCVMemStackAllocator() 512 ncvAssertPrintCheck(currentSize == 0, "NCVMemNativeAllocator dtor:: detected memory leak"); in ~NCVMemNativeAllocator()
|
/external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/ |
D | NCV.hpp | 256 #define ncvAssertPrintCheck(pred, msg) \ macro 270 ncvAssertPrintCheck(pred, msg); \ 659 ncvAssertPrintCheck(ncvStat == NCV_SUCCESS, "NCVVectorAlloc dtor:: dealloc failed"); in ~NCVVectorAlloc() 815 ncvAssertPrintCheck(!bOutRange, "Error addressing matrix"); in at() 888 ncvAssertPrintCheck(ncvStat == NCV_SUCCESS, "NCVMatrixAlloc dtor:: dealloc failed"); in ~NCVMatrixAlloc()
|
/external/opencv3/modules/cudalegacy/test/ |
D | main_nvidia.cpp | 223 … ncvAssertPrintCheck(false, "Attempted to instantiate non-existing DrawRects test suite"); in generateDrawRectsTests()
|