instance         1045 modules/core/src/lda.cpp         Mat instance = data.row(i);
instance         1047 modules/core/src/lda.cpp         add(meanTotal, instance, meanTotal);
instance         1048 modules/core/src/lda.cpp         add(meanClass[classIdx], instance, meanClass[classIdx]);
instance         1060 modules/core/src/lda.cpp         Mat instance = data.row(i);
instance         1061 modules/core/src/lda.cpp         subtract(instance, meanClass[classIdx], instance);
instance          170 modules/core/src/parallel_pthreads.cpp         ThreadManager& manager = instance();
instance          576 modules/core/src/parallel_pthreads.cpp     return ThreadManager::instance().getNumOfThreads();
instance          583 modules/core/src/parallel_pthreads.cpp         ThreadManager::instance().setNumOfThreads(0);
instance          587 modules/core/src/parallel_pthreads.cpp         ThreadManager::instance().setNumOfThreads(size_t(num));
instance          593 modules/core/src/parallel_pthreads.cpp     ThreadManager::instance().run(range, body, nstripes);
instance           82 modules/cudalegacy/test/test_main.cpp             DeviceManager::instance().loadAll();
instance           88 modules/cudalegacy/test/test_main.cpp             DeviceManager::instance().load(device);
instance           54 modules/flann/include/opencv2/flann/logger.h     static Logger& instance()
instance           85 modules/flann/include/opencv2/flann/logger.h     static void setLevel(int level) { instance().logLevel = level; }
instance           91 modules/flann/include/opencv2/flann/logger.h     static void setDestination(const char* name) { instance()._setDestination(name); }
instance          103 modules/flann/include/opencv2/flann/logger.h         int ret = instance()._log(level,fmt,arglist);
instance          113 modules/flann/include/opencv2/flann/logger.h         int ret = instance()._log(LEVEL, fmt, ap); \
instance           80 modules/flann/include/opencv2/flann/object_factory.h     static ThisClass& instance()
instance           86 modules/highgui/src/window_QT.cpp   return (QThread::currentThread() != QApplication::instance()->thread())
instance          466 modules/highgui/src/window_QT.cpp     if (!QApplication::instance())
instance          493 modules/highgui/src/window_QT.cpp     if (QThread::currentThread() != QApplication::instance()->thread()) {
instance          690 modules/highgui/src/window_QT.cpp     if (QThread::currentThread() != QApplication::instance()->thread()) {
instance          769 modules/highgui/src/window_QT.cpp     doesExternalQAppExist = (QApplication::instance() != 0);
instance          776 modules/highgui/src/window_QT.cpp         moveToThread(QApplication::instance()->thread());
instance          560 modules/objdetect/test/test_cascadeandhog.cpp     HOGDescriptorTester(HOGDescriptor& instance) :
instance          561 modules/objdetect/test/test_cascadeandhog.cpp         cv::HOGDescriptor(instance), actual_hog(&instance),
instance           90 modules/ts/include/opencv2/ts/cuda_test.hpp         static DeviceManager& instance();
instance          101 modules/ts/include/opencv2/ts/cuda_test.hpp     #define ALL_DEVICES testing::ValuesIn(cvtest::DeviceManager::instance().values())
instance          178 modules/ts/include/opencv2/ts/ts_perf.hpp     static Regression& instance();
instance          209 modules/ts/src/cuda_test.cpp             cvtest::DeviceManager::instance().loadAll();
instance          214 modules/ts/src/cuda_test.cpp             cvtest::DeviceManager::instance().load(device);
instance         5162 modules/ts/src/ts_gtest.cpp   static UnitTest* const instance = new UnitTest;
instance         5163 modules/ts/src/ts_gtest.cpp   return instance;
instance         5165 modules/ts/src/ts_gtest.cpp   static UnitTest instance;
instance         5166 modules/ts/src/ts_gtest.cpp   return &instance;
instance          132 modules/ts/src/ts_perf.cpp     return instance()(name, array, eps, err);
instance          177 modules/ts/src/ts_perf.cpp     instance().init(testSuitName, ext);
instance          741 modules/videoio/src/cap_msmf.cpp     static DPO instance;
instance          742 modules/videoio/src/cap_msmf.cpp     return instance;
instance         1932 modules/videoio/src/cap_msmf.cpp     static Media_Foundation instance;
instance         1933 modules/videoio/src/cap_msmf.cpp     return instance;
instance         2936 modules/videoio/src/cap_msmf.cpp     static videoDevices instance;
instance         2937 modules/videoio/src/cap_msmf.cpp     return instance;
instance         3429 modules/videoio/src/cap_msmf.cpp     static videoInput instance;
instance         3430 modules/videoio/src/cap_msmf.cpp     return instance;
instance           55 modules/videoio/src/cap_winrt_bridge.cpp     static VideoioBridge instance;
instance           56 modules/videoio/src/cap_winrt_bridge.cpp     return instance;
instance          144 samples/gpu/performance/performance.cpp     return TestSystem::instance().workingDir() + relpath;
instance          152 samples/gpu/performance/performance.cpp     TestSystem::instance().printError(err_msg);
instance          207 samples/gpu/performance/performance.cpp         TestSystem::instance().setTestFilter(filter);
instance          214 samples/gpu/performance/performance.cpp         TestSystem::instance().setWorkingDir(workdir);
instance          218 samples/gpu/performance/performance.cpp         TestSystem::instance().setListMode(true);
instance          220 samples/gpu/performance/performance.cpp     TestSystem::instance().setNumIters(iters);
instance          224 samples/gpu/performance/performance.cpp     TestSystem::instance().run();
instance           31 samples/gpu/performance/performance.h     static TestSystem& instance()
instance          149 samples/gpu/performance/performance.h             TestSystem::instance().addInit(this); \
instance          159 samples/gpu/performance/performance.h             TestSystem::instance().addTest(this); \
instance          165 samples/gpu/performance/performance.h #define SUBTEST TestSystem::instance().startNewSubtest()
instance          168 samples/gpu/performance/performance.h     while (!TestSystem::instance().stop()) { \
instance          169 samples/gpu/performance/performance.h         TestSystem::instance().cpuOn()
instance          171 samples/gpu/performance/performance.h         TestSystem::instance().cpuOff(); \
instance          172 samples/gpu/performance/performance.h     } TestSystem::instance().cpuComplete()
instance          175 samples/gpu/performance/performance.h     while (!TestSystem::instance().stop()) { \
instance          176 samples/gpu/performance/performance.h         TestSystem::instance().gpuOn()
instance          178 samples/gpu/performance/performance.h         TestSystem::instance().gpuOff(); \
instance          179 samples/gpu/performance/performance.h     } TestSystem::instance().gpuComplete()
instance         1207 samples/gpu/performance/tests.cpp     while (!TestSystem::instance().stop())
instance         1211 samples/gpu/performance/tests.cpp         TestSystem::instance().cpuOn();
instance         1215 samples/gpu/performance/tests.cpp         TestSystem::instance().cpuOff();
instance         1217 samples/gpu/performance/tests.cpp     TestSystem::instance().cpuComplete();
instance         1229 samples/gpu/performance/tests.cpp     while (!TestSystem::instance().stop())
instance         1234 samples/gpu/performance/tests.cpp         TestSystem::instance().gpuOn();
instance         1238 samples/gpu/performance/tests.cpp         TestSystem::instance().gpuOff();
instance         1240 samples/gpu/performance/tests.cpp     TestSystem::instance().gpuComplete();
instance         1262 samples/gpu/performance/tests.cpp     while (!TestSystem::instance().stop())
instance         1266 samples/gpu/performance/tests.cpp         TestSystem::instance().cpuOn();
instance         1271 samples/gpu/performance/tests.cpp         TestSystem::instance().cpuOff();
instance         1273 samples/gpu/performance/tests.cpp     TestSystem::instance().cpuComplete();
instance         1287 samples/gpu/performance/tests.cpp     while (!TestSystem::instance().stop())
instance         1292 samples/gpu/performance/tests.cpp         TestSystem::instance().gpuOn();
instance         1297 samples/gpu/performance/tests.cpp         TestSystem::instance().gpuOff();
instance         1299 samples/gpu/performance/tests.cpp     TestSystem::instance().gpuComplete();