isCounting        470 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     virtual NcvBool isCounting(void) const = 0;
isCounting        498 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     virtual NcvBool isCounting(void) const;
isCounting        531 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp     virtual NcvBool isCounting(void) const;
isCounting        666 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         return (this->allocatedMem.begin.ptr != NULL) || (this->allocator.isCounting());
isCounting        895 modules/cudalegacy/include/opencv2/cudalegacy/NCV.hpp         return (this->allocatedMem.begin.ptr != NULL) || (this->allocator.isCounting());
isCounting        385 modules/cudalegacy/src/NCV.cpp     if (!isCounting())
isCounting        430 modules/cudalegacy/src/NCV.cpp     if (!isCounting())
isCounting        449 modules/cudalegacy/src/NCV.cpp     ncvAssertReturn(seg.begin.ptr != NULL || isCounting(), NCV_ALLOCATOR_BAD_DEALLOC);
isCounting        465 modules/cudalegacy/src/NCV.cpp     return (((this->_alignment & (this->_alignment-1)) == 0) && isCounting()) || this->allocBegin != NULL;
isCounting         89 modules/cudalegacy/test/TestCompact.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting         99 modules/cudalegacy/test/TestDrawRects.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting        143 modules/cudalegacy/test/TestHaarCascadeApplication.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting         95 modules/cudalegacy/test/TestHaarCascadeLoader.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting        106 modules/cudalegacy/test/TestHypothesesFilter.cpp     NCV_SET_SKIP_COND(this->allocatorCPU.get()->isCounting());
isCounting         99 modules/cudalegacy/test/TestHypothesesGrow.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting        115 modules/cudalegacy/test/TestIntegralImage.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting         96 modules/cudalegacy/test/TestIntegralImageSquared.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting        129 modules/cudalegacy/test/TestRectStdDev.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting        105 modules/cudalegacy/test/TestResize.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting         94 modules/cudalegacy/test/TestTranspose.cpp     NCV_SET_SKIP_COND(this->allocatorGPU.get()->isCounting());
isCounting         96 samples/gpu/cascadeclassifier_nvidia_api.cpp     ncvAssertReturn(!((srcdst == NULL) ^ gpuAllocator.isCounting()), NCV_NULL_PTR);
isCounting        100 samples/gpu/cascadeclassifier_nvidia_api.cpp     NCV_SET_SKIP_COND(gpuAllocator.isCounting());