ncvAssertReturn   590 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp             ncvAssertReturn(dst._length == this->_length, NCV_MEM_COPY_ERROR);
ncvAssertReturn   595 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp             ncvAssertReturn(dst._length * sizeof(T) >= howMuch &&
ncvAssertReturn   599 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) &&
ncvAssertReturn   770 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp             ncvAssertReturn(dst._pitch == this->_pitch &&
ncvAssertReturn   776 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp             ncvAssertReturn(dst._pitch * dst._height >= howMuch &&
ncvAssertReturn   780 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) &&
ncvAssertReturn   796 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         ncvAssertReturn(this->width() >= roi.width && this->height() >= roi.height &&
ncvAssertReturn   798 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         ncvAssertReturn((this->_ptr != NULL || this->_memtype == NCVMemoryTypeNone) &&
ncvAssertReturn  1028 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     ncvAssertReturn(name.isMemAllocated(), err);
ncvAssertReturn    86 modules/cudalegacy/include/opencv2/cudalegacy/NCVHaarObjectDetection.hpp         ncvAssertReturn(rectWidth <= HaarFeature64_CreateCheck_MaxRectField && rectHeight <= HaarFeature64_CreateCheck_MaxRectField, NCV_HAAR_TOO_LARGE_FEATURES);
ncvAssertReturn   424 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(isInitialized(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   433 modules/cudalegacy/src/NCV.cpp         ncvAssertReturn(size <= availSize, NCV_ALLOCATOR_INSUFFICIENT_CAPACITY);
ncvAssertReturn   447 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(isInitialized(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   448 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC);
ncvAssertReturn   449 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(seg.begin.ptr != NULL || isCounting(), NCV_ALLOCATOR_BAD_DEALLOC);
ncvAssertReturn   450 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(seg.begin.ptr == begin - seg.size, NCV_ALLOCATOR_DEALLOC_ORDER);
ncvAssertReturn   457 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(allocBegin <= begin, NCV_ALLOCATOR_BAD_DEALLOC);
ncvAssertReturn   519 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(isInitialized(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   547 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(isInitialized(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   548 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(seg.begin.memtype == this->_memType, NCV_ALLOCATOR_BAD_DEALLOC);
ncvAssertReturn   549 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(seg.begin.ptr != NULL, NCV_ALLOCATOR_BAD_DEALLOC);
ncvAssertReturn   551 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(currentSize >= alignUp(static_cast<Ncv32u>(seg.size), this->_alignment), NCV_ALLOCATOR_BAD_DEALLOC);
ncvAssertReturn   773 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(hypotheses.memType() == NCVMemoryTypeHostPageable ||
ncvAssertReturn   777 modules/cudalegacy/src/NCV.cpp         ncvAssertReturn(hypothesesWeights->memType() == NCVMemoryTypeHostPageable ||
ncvAssertReturn   823 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(h_dst != NULL && h_rects != NULL, NCV_NULL_PTR);
ncvAssertReturn   824 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(dstWidth > 0 && dstHeight > 0, NCV_DIMENSIONS_INVALID);
ncvAssertReturn   825 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(dstStride >= dstWidth, NCV_INVALID_STEP);
ncvAssertReturn   826 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(numRects != 0, NCV_SUCCESS);
ncvAssertReturn   827 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(numRects <= dstWidth * dstHeight, NCV_DIMENSIONS_INVALID);
ncvAssertReturn    81 modules/cudalegacy/src/cuda/NCVColorConversion.hpp     ncvAssertReturn(h_imgIn.size() == h_imgOut.size(), NCV_DIMENSIONS_INVALID);
ncvAssertReturn    82 modules/cudalegacy/src/cuda/NCVColorConversion.hpp     ncvAssertReturn(h_imgIn.memType() == h_imgOut.memType() &&
ncvAssertReturn   120 modules/cudalegacy/test/NCVTestSourceProvider.hpp         ncvAssertReturn(this->isInit() &&
ncvAssertReturn   151 modules/cudalegacy/test/NCVTestSourceProvider.hpp         ncvAssertReturn(this->isInit() &&
ncvAssertReturn    78 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(h_vecSrc.isMemAllocated(), false);
ncvAssertReturn    80 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(d_vecSrc.isMemAllocated(), false);
ncvAssertReturn    83 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(h_vecDst.isMemAllocated(), false);
ncvAssertReturn    85 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(d_vecDst.isMemAllocated(), false);
ncvAssertReturn    87 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(h_vecDst_d.isMemAllocated(), false);
ncvAssertReturn    91 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(this->src.fill(h_vecSrc), false);
ncvAssertReturn   104 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(h_dstLen.isMemAllocated(), false);
ncvAssertReturn   107 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(NPPST_SUCCESS == ncvStat, false);
ncvAssertReturn   109 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(d_tmpBuf.isMemAllocated(), false);
ncvAssertReturn   115 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   119 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   121 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   124 modules/cudalegacy/test/TestCompact.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn    88 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(d_img.isMemAllocated(), false);
ncvAssertReturn    90 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(h_img.isMemAllocated(), false);
ncvAssertReturn    92 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(h_img_d.isMemAllocated(), false);
ncvAssertReturn    95 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(d_rects.isMemAllocated(), false);
ncvAssertReturn    97 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(h_rects.isMemAllocated(), false);
ncvAssertReturn   101 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(this->src.fill(h_img), false);
ncvAssertReturn   103 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   108 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(h_rects_as32u.isMemReused(), false);
ncvAssertReturn   109 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(this->src32u.fill(h_rects_as32u), false);
ncvAssertReturn   118 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   135 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   139 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   157 modules/cudalegacy/test/TestDrawRects.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   119 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   122 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_HaarStages.isMemAllocated(), false);
ncvAssertReturn   124 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_HaarNodes.isMemAllocated(), false);
ncvAssertReturn   126 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_HaarFeatures.isMemAllocated(), false);
ncvAssertReturn   129 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_HaarStages.isMemAllocated(), false);
ncvAssertReturn   131 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_HaarNodes.isMemAllocated(), false);
ncvAssertReturn   133 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_HaarFeatures.isMemAllocated(), false);
ncvAssertReturn   147 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   149 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(NCV_SUCCESS == h_HaarStages.copySolid(d_HaarStages, 0), false);
ncvAssertReturn   150 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(NCV_SUCCESS == h_HaarNodes.copySolid(d_HaarNodes, 0), false);
ncvAssertReturn   151 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(NCV_SUCCESS == h_HaarFeatures.copySolid(d_HaarFeatures, 0), false);
ncvAssertReturn   170 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_img.isMemAllocated(), false);
ncvAssertReturn   172 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_img.isMemAllocated(), false);
ncvAssertReturn   178 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_integralImage.isMemAllocated(), false);
ncvAssertReturn   180 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_sqIntegralImage.isMemAllocated(), false);
ncvAssertReturn   182 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_integralImage.isMemAllocated(), false);
ncvAssertReturn   184 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_sqIntegralImage.isMemAllocated(), false);
ncvAssertReturn   187 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_rectStdDev.isMemAllocated(), false);
ncvAssertReturn   189 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_pixelMask.isMemAllocated(), false);
ncvAssertReturn   191 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_rectStdDev.isMemAllocated(), false);
ncvAssertReturn   193 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_pixelMask.isMemAllocated(), false);
ncvAssertReturn   196 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_hypotheses.isMemAllocated(), false);
ncvAssertReturn   198 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_hypotheses.isMemAllocated(), false);
ncvAssertReturn   203 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
ncvAssertReturn   205 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
ncvAssertReturn   207 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(d_tmpIIbuf.isMemAllocated(), false);
ncvAssertReturn   214 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(this->src.fill(h_img), false);
ncvAssertReturn   216 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   223 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
ncvAssertReturn   229 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
ncvAssertReturn   242 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(nppStat == NPPST_SUCCESS, false);
ncvAssertReturn   245 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   247 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   263 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(cudaSuccess == cudaStreamSynchronize(0), false);
ncvAssertReturn   275 modules/cudalegacy/test/TestHaarCascadeApplication.cpp         ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   292 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   295 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(h_pixelMask_d.isMemAllocated(), false);
ncvAssertReturn   303 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn    76 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn    79 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(h_HaarStages.isMemAllocated(), false);
ncvAssertReturn    81 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(h_HaarNodes.isMemAllocated(), false);
ncvAssertReturn    83 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(h_HaarFeatures.isMemAllocated(), false);
ncvAssertReturn    86 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(h_HaarStages_2.isMemAllocated(), false);
ncvAssertReturn    88 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(h_HaarNodes_2.isMemAllocated(), false);
ncvAssertReturn    90 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(h_HaarFeatures_2.isMemAllocated(), false);
ncvAssertReturn   100 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   103 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   106 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   109 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn    97 modules/cudalegacy/test/TestHypothesesFilter.cpp     ncvAssertReturn(h_random32u.isMemAllocated(), false);
ncvAssertReturn   102 modules/cudalegacy/test/TestHypothesesFilter.cpp     ncvAssertReturn(h_vecSrc.isMemAllocated(), false);
ncvAssertReturn   104 modules/cudalegacy/test/TestHypothesesFilter.cpp     ncvAssertReturn(h_vecDst_groundTruth.isMemAllocated(), false);
ncvAssertReturn   109 modules/cudalegacy/test/TestHypothesesFilter.cpp     ncvAssertReturn(this->src.fill(h_random32u), false);
ncvAssertReturn   168 modules/cudalegacy/test/TestHypothesesFilter.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn    88 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(h_vecSrc.isMemAllocated(), false);
ncvAssertReturn    90 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(d_vecSrc.isMemAllocated(), false);
ncvAssertReturn    93 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(h_vecDst.isMemAllocated(), false);
ncvAssertReturn    95 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(d_vecDst.isMemAllocated(), false);
ncvAssertReturn    97 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(h_vecDst_d.isMemAllocated(), false);
ncvAssertReturn   102 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(this->src.fill(h_vecSrc), false);
ncvAssertReturn   105 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(h_vecDst_as32u.isMemReused(), false);
ncvAssertReturn   106 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(this->src.fill(h_vecDst_as32u), false);
ncvAssertReturn   111 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   113 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   123 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   125 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn   132 modules/cudalegacy/test/TestHypothesesGrow.cpp     ncvAssertReturn(ncvStat == NCV_SUCCESS, false);
ncvAssertReturn    86 modules/cudalegacy/test/TestIntegralImage.cpp     ncvAssertReturn(d_img.isMemAllocated(), false);
ncvAssertReturn    88 modules/cudalegacy/test/TestIntegralImage.cpp     ncvAssertReturn(h_img.isMemAllocated(), false);
ncvAssertReturn    90 modules/cudalegacy/test/TestIntegralImage.cpp     ncvAssertReturn(d_imgII.isMemAllocated(), false);
ncvAssertReturn    92 modules/cudalegacy/test/TestIntegralImage.cpp     ncvAssertReturn(h_imgII.isMemAllocated(), false);
ncvAssertReturn    94 modules/cudalegacy/test/TestIntegralImage.cpp     ncvAssertReturn(h_imgII_d.isMemAllocated(), false);
ncvAssertReturn   100 modules/cudalegacy/test/TestIntegralImage.cpp         ncvAssertReturn(NPPST_SUCCESS == ncvStat, false);
ncvAssertReturn   105 modules/cudalegacy/test/TestIntegralImage.cpp         ncvAssertReturn(NPPST_SUCCESS == ncvStat, false);
ncvAssertReturn   113 modules/cudalegacy/test/TestIntegralImage.cpp     ncvAssertReturn(d_tmpBuf.isMemAllocated(), false);
ncvAssertReturn   118 modules/cudalegacy/test/TestIntegralImage.cpp     ncvAssertReturn(this->src.fill(h_img), false);
ncvAssertReturn   121 modules/cudalegacy/test/TestIntegralImage.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   129 modules/cudalegacy/test/TestIntegralImage.cpp         ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   137 modules/cudalegacy/test/TestIntegralImage.cpp         ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   145 modules/cudalegacy/test/TestIntegralImage.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   152 modules/cudalegacy/test/TestIntegralImage.cpp         ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   159 modules/cudalegacy/test/TestIntegralImage.cpp         ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn    80 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(d_img.isMemAllocated(), false);
ncvAssertReturn    82 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(h_img.isMemAllocated(), false);
ncvAssertReturn    84 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(d_imgSII.isMemAllocated(), false);
ncvAssertReturn    86 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(h_imgSII.isMemAllocated(), false);
ncvAssertReturn    88 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(h_imgSII_d.isMemAllocated(), false);
ncvAssertReturn    92 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(NPPST_SUCCESS == ncvStat, false);
ncvAssertReturn    94 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(d_tmpBuf.isMemAllocated(), false);
ncvAssertReturn    99 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(this->src.fill(h_img), false);
ncvAssertReturn   102 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   108 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   111 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   116 modules/cudalegacy/test/TestIntegralImageSquared.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn    99 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(d_img.isMemAllocated(), false);
ncvAssertReturn   101 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(h_img.isMemAllocated(), false);
ncvAssertReturn   104 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(d_imgII.isMemAllocated(), false);
ncvAssertReturn   106 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(h_imgII.isMemAllocated(), false);
ncvAssertReturn   109 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(d_imgSII.isMemAllocated(), false);
ncvAssertReturn   111 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(h_imgSII.isMemAllocated(), false);
ncvAssertReturn   114 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(d_norm.isMemAllocated(), false);
ncvAssertReturn   116 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(h_norm.isMemAllocated(), false);
ncvAssertReturn   118 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(h_norm_d.isMemAllocated(), false);
ncvAssertReturn   122 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(NPPST_SUCCESS == ncvStat, false);
ncvAssertReturn   124 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(NPPST_SUCCESS == ncvStat, false);
ncvAssertReturn   127 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(d_tmpBuf.isMemAllocated(), false);
ncvAssertReturn   131 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(this->src.fill(h_img), false);
ncvAssertReturn   134 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   140 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   146 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   154 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   157 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   162 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   167 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   174 modules/cudalegacy/test/TestRectStdDev.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn    94 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(d_img.isMemAllocated(), false);
ncvAssertReturn    96 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(h_img.isMemAllocated(), false);
ncvAssertReturn    99 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(d_small.isMemAllocated(), false);
ncvAssertReturn   101 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(h_small.isMemAllocated(), false);
ncvAssertReturn   103 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(h_small_d.isMemAllocated(), false);
ncvAssertReturn   107 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(this->src.fill(h_img), false);
ncvAssertReturn   111 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   131 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   134 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   153 modules/cudalegacy/test/TestResize.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn    83 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(d_img.isMemAllocated(), false);
ncvAssertReturn    85 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(h_img.isMemAllocated(), false);
ncvAssertReturn    88 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(d_dst.isMemAllocated(), false);
ncvAssertReturn    90 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(h_dst.isMemAllocated(), false);
ncvAssertReturn    92 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(h_dst_d.isMemAllocated(), false);
ncvAssertReturn    96 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(this->src.fill(h_img), false);
ncvAssertReturn   100 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   118 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   121 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   140 modules/cudalegacy/test/TestTranspose.cpp     ncvAssertReturn(ncvStat == NPPST_SUCCESS, false);
ncvAssertReturn   291 modules/cudaobjdetect/src/cascadeclassifier.cpp         ncvAssertReturn(d_src.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   292 modules/cudaobjdetect/src/cascadeclassifier.cpp         ncvAssertReturn(h_src.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   295 modules/cudaobjdetect/src/cascadeclassifier.cpp         ncvAssertReturn(d_rects.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   330 modules/cudaobjdetect/src/cascadeclassifier.cpp         ncvAssertReturn(d_src.isMemReused(), NCV_ALLOCATOR_BAD_REUSE);
ncvAssertReturn   342 modules/cudaobjdetect/src/cascadeclassifier.cpp         ncvAssertReturn(d_rects.isMemReused(), NCV_ALLOCATOR_BAD_REUSE);
ncvAssertReturn    96 samples/gpu/cascadeclassifier_nvidia_api.cpp     ncvAssertReturn(!((srcdst == NULL) ^ gpuAllocator.isCounting()), NCV_NULL_PTR);
ncvAssertReturn   103 samples/gpu/cascadeclassifier_nvidia_api.cpp     ncvAssertReturn(d_src.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   105 samples/gpu/cascadeclassifier_nvidia_api.cpp     ncvAssertReturn(h_src.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   107 samples/gpu/cascadeclassifier_nvidia_api.cpp     ncvAssertReturn(d_rects.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn    89 samples/gpu/opticalflow_nvidia_api.cpp     ncvAssertReturn (dst->isMemAllocated (), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   192 samples/gpu/opticalflow_nvidia_api.cpp     ncvAssertReturn(host_u.isMemAllocated(), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   195 samples/gpu/opticalflow_nvidia_api.cpp     ncvAssertReturn (host_v.isMemAllocated (), NCV_ALLOCATOR_BAD_ALLOC);
ncvAssertReturn   430 samples/gpu/opticalflow_nvidia_api.cpp     ncvAssertReturn(src->isMemAllocated(), -1);
ncvAssertReturn   433 samples/gpu/opticalflow_nvidia_api.cpp     ncvAssertReturn (dst->isMemAllocated (), -1);
ncvAssertReturn   443 samples/gpu/opticalflow_nvidia_api.cpp     ncvAssertReturn(name.isMemAllocated(), -1);