report             72 modules/cudalegacy/test/NCVTest.hpp     virtual bool executeTest(NCVTestReport &report) = 0;
report            106 modules/cudalegacy/test/NCVTest.hpp     virtual bool executeTest(NCVTestReport &report)
report            109 modules/cudalegacy/test/NCVTest.hpp         report.statsText["rcode"] = "FAILED";
report            111 modules/cudalegacy/test/NCVTest.hpp         res = initMemory(report);
report            114 modules/cudalegacy/test/NCVTest.hpp             dumpToFile(report);
report            122 modules/cudalegacy/test/NCVTest.hpp             dumpToFile(report);
report            131 modules/cudalegacy/test/NCVTest.hpp             dumpToFile(report);
report            140 modules/cudalegacy/test/NCVTest.hpp             dumpToFile(report);
report            147 modules/cudalegacy/test/NCVTest.hpp         report.statsText["rcode"] = "Passed";
report            161 modules/cudalegacy/test/NCVTest.hpp     bool initMemory(NCVTestReport &report)
report            169 modules/cudalegacy/test/NCVTest.hpp             report.statsText["rcode"] = "Memory FAILED";
report            175 modules/cudalegacy/test/NCVTest.hpp             report.statsText["rcode"] = "Memory FAILED";
report            182 modules/cudalegacy/test/NCVTest.hpp         report.statsNums["MemGPU"] = maxGPUsize;
report            183 modules/cudalegacy/test/NCVTest.hpp         report.statsNums["MemCPU"] = maxCPUsize;
report            192 modules/cudalegacy/test/NCVTest.hpp             report.statsText["rcode"] = "Memory FAILED";
report            205 modules/cudalegacy/test/NCVTest.hpp     void dumpToFile(NCVTestReport &report)
report            207 modules/cudalegacy/test/NCVTest.hpp         bool bReasonMem = (0 == report.statsText["rcode"].compare("Memory FAILED"));
report            216 modules/cudalegacy/test/NCVTest.hpp         for (std::map<std::string,std::string>::iterator it=report.statsText.begin();
report            217 modules/cudalegacy/test/NCVTest.hpp              it != report.statsText.end(); it++)
report            221 modules/cudalegacy/test/NCVTest.hpp         for (std::map<std::string,Ncv32u>::iterator it=report.statsNums.begin();
report            222 modules/cudalegacy/test/NCVTest.hpp             it != report.statsNums.end(); it++)
report           6344 modules/highgui/src/ppltasks_winrt.h     void report(const _ProgressType& _Val) const
report             50 modules/videoio/src/cap_winrt_bridge.cpp     reporter.report(action);