Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/
DNCV.cpp340 ncvAssertPrintCheck(bProperAlignment, "NCVMemStackAllocator ctor:: alignment not power of 2"); in NCVMemStackAllocator()
352 ncvAssertPrintCheck(bProperAlignment, "NCVMemStackAllocator ctor:: _alignment not power of 2"); in NCVMemStackAllocator()
353ncvAssertPrintCheck(memT != NCVMemoryTypeNone, "NCVMemStackAllocator ctor:: Incorrect allocator ty… in NCVMemStackAllocator()
397ncvAssertPrintCheck(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/
DNCV.hpp256 #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/
Dmain_nvidia.cpp223ncvAssertPrintCheck(false, "Attempted to instantiate non-existing DrawRects test suite"); in generateDrawRectsTests()