Home
last modified time | relevance | path

Searched refs:Regression (Results 1 – 25 of 93) sorted by relevance

1234

/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp166 class CV_EXPORTS Regression class
169 …static Regression& add(TestBase* test, const std::string& name, cv::InputArray array, double eps =…
170 …static Regression& addMoments(TestBase* test, const std::string& name, const cv::Moments & array, …
171 …static Regression& addKeypoints(TestBase* test, const std::string& name, const std::vector<cv::Key…
172 …static Regression& addMatches(TestBase* test, const std::string& name, const std::vector<cv::DMatc…
175Regression& operator() (const std::string& name, cv::InputArray array, double eps = DBL_EPSILON, E…
178 static Regression& instance();
179 Regression();
180 ~Regression();
182 Regression(const Regression&);
[all …]
/external/opencv3/modules/ts/src/
Dts_perf.cpp123 Regression& Regression::instance() in instance()
125 static Regression single; in instance()
129 Regression& Regression::add(TestBase* test, const std::string& name, cv::InputArray array, double e… in add()
135 Regression& Regression::addMoments(TestBase* test, const std::string& name, const cv::Moments& arra… in addMoments()
140 return Regression::add(test, name, m, eps, err); in addMoments()
143 Regression& Regression::addKeypoints(TestBase* test, const std::string& name, const std::vector<cv:… in addKeypoints()
153 return Regression::add(test, name + "-pt", pt, eps, ERROR_ABSOLUTE) in addKeypoints()
161 Regression& Regression::addMatches(TestBase* test, const std::string& name, const std::vector<cv::D… in addMatches()
169 return Regression::add(test, name + "-queryIdx", queryIdx, DBL_EPSILON, ERROR_ABSOLUTE) in addMatches()
175 void Regression::Init(const std::string& testSuitName, const std::string& ext) in Init()
[all …]
/external/llvm/test/Feature/
DREADME.txt5 Regression tests for individual bug fixes should go into the test/Regression dir.
/external/libxml2/result/HTML/
Dreg1.html.sax10 SAX.characters(Regression test 1, 17)
21 SAX.characters(Regression test 1, 17)
Dreg2.html.sax10 SAX.characters(Regression test 2, 17)
21 SAX.characters(Regression test 2, 17)
Dreg3.html.sax10 SAX.characters(Regression test 3, 17)
21 SAX.characters(Regression test 3, 17)
Dreg4.html.sax10 SAX.characters(Regression test 4, 17)
21 SAX.characters(Regression test 4, 17)
/external/autotest/client/site_tests/platform_GesturesRegressionTest/
Dcontrol7 PURPOSE = "Regression tests of ChromeOS gestures library."
11 TEST_CATEGORY = "Regression"
/external/autotest/client/site_tests/bluetooth_RegressionClient/
Dcontrol14 Client Side Bluetooth Semi-Auto Regression Tests.
16 Implements most of the Bluetooth Regression Tests with some tester
/external/opencv3/modules/cudastereo/test/
Dtest_stereo.cpp64 CUDA_TEST_P(StereoBM, Regression) in CUDA_TEST_P() argument
99 CUDA_TEST_P(StereoBeliefPropagation, Regression) in CUDA_TEST_P() argument
142 CUDA_TEST_P(StereoConstantSpaceBP, Regression) in CUDA_TEST_P() argument
/external/opencv3/modules/photo/test/
Dtest_denoising.cuda.cpp58 TEST(CUDA_BruteForceNonLocalMeans, Regression) in TEST() argument
91 TEST(CUDA_FastNonLocalMeans, Regression) in TEST() argument
/external/ceres-solver/data/nist/
DRat42.dat9 Procedure: Nonlinear Least Squares Regression
18 Nonlinear Regression Modeling.
DRat43.dat9 Procedure: Nonlinear Least Squares Regression
18 Nonlinear Regression Modeling.
/external/autotest/client/tests/cpu_hotplug/
Dcontrol2 DOC = 'lhcs_regression: Regression test for CPU hotplug'
/external/autotest/client/tests/kvm/autotest_control/
Dcpu_hotplug.control2 DOC = 'lhcs_regression: Regression test for CPU hotplug'
/external/compiler-rt/test/asan/TestCases/Darwin/
Dobjc-odr.mm1 // Regression test for
Dcstring_literals_regtest.mm1 // Regression test for
/external/llvm/test/ExecutionEngine/MCJIT/
D2003-08-21-EnvironmentTest.ll4 ; Regression Test: EnvironmentTest.ll
/external/autotest/client/site_tests/platform_TLSDate/
Dcontrol11 PURPOSE = "Regression and integration tests of tlsdate{,d}."
/external/llvm/test/ExecutionEngine/OrcMCJIT/
D2003-08-21-EnvironmentTest.ll4 ; Regression Test: EnvironmentTest.ll
/external/autotest/client/site_tests/security_Minijail0/
Dcontrol11 PURPOSE = "Regression and integration tests of minijail0."
/external/llvm/test/CodeGen/AArch64/
Dregress-fp128-livein.ll3 ; Regression test for NZCV reg live-in not being added to fp128csel IfTrue BB,
/external/autotest/client/site_tests/security_Minijail_seccomp/
Dcontrol11 PURPOSE = "Regression test for seccomp_filter setup from minijail."
/external/autotest/client/site_tests/network_GobiUncleanDisconnect/
Dcontrol13 TEST_CATEGORY = "Regression"
Dcontrol.gobi2k15 TEST_CATEGORY = "Regression"

1234