Home
last modified time | relevance | path

Searched refs:ThisTest (Results 1 – 25 of 37) sorted by relevance

12

/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/
H A Dgapi_array_tests.cpp16 namespace ThisTest namespace
52 GAPI_OCV_KERNEL(OCVFindCorners, ThisTest::FindCorners) in GAPI_OCV_KERNEL()
60 GAPI_OCV_KERNEL(OCVCountCorners, ThisTest::CountCorners) in GAPI_OCV_KERNEL()
77 GAPI_OCV_KERNEL(OCVCountContours, ThisTest::CountContours) in GAPI_OCV_KERNEL()
98 cv::GComputationT<ThisTest::GPointArray(cv::GMat)> c(ThisTest::FindCorners::on); in TEST()
119 cv::GComputationT<cv::GScalar(ThisTest::GPointArray)> c(ThisTest::CountCorners::on); in TEST()
133 return ThisTest::CountCorners::on(ThisTest::FindCorners::on(in)); in TEST()
148 return ThisTest::CountCorners::on(ThisTest::GeneratePoints::on(in)); in TEST()
176 auto corners = ThisTest::GeneratePoints::on(in); in TEST()
196 auto out = ThisTest::CountContours::on(contours); in TEST()
[all …]
H A Dgapi_opaque_tests.cpp14 namespace ThisTest namespace
74 GAPI_OCV_KERNEL(OCVFillMat, ThisTest::FillMat) in GAPI_OCV_KERNEL()
82 GAPI_OCV_KERNEL(OCVPaintPoint, ThisTest::PaintPoint) in GAPI_OCV_KERNEL()
90 GAPI_OCL_KERNEL(OCLPaintPoint, ThisTest::PaintPoint) in GAPI_OCL_KERNEL()
103 ThisTest::MyCustomType &out1, ThisTest::MyCustomType &out2) in GAPI_OCV_KERNEL()
122 auto out = ThisTest::GeneratePoint::on(in); in TEST()
157 auto betw = ThisTest::GeneratePoint::on(in); in TEST()
176 auto betw = ThisTest::GeneratePoint::on(in); in TEST()
195 ThisTest::MyCustomType out1, out2; in TEST()
215 ThisTest::GPointOpaque in; in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/mediastream/
H A Dprocessed_local_audio_source_test.cc153 using ThisTest = in TEST_F() typedef
166 .WillOnce(WithArg<0>(Invoke(this, &ThisTest::CheckSourceFormatMatches))); in TEST_F()
179 .WillOnce(Invoke(this, &ThisTest::CheckOutputFormatMatches)); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/mediastream/
H A Dprocessed_local_audio_source_test.cc154 using ThisTest = in TEST_F() typedef
167 .WillOnce(WithArg<0>(Invoke(this, &ThisTest::CheckSourceFormatMatches))); in TEST_F()
180 .WillOnce(Invoke(this, &ThisTest::CheckOutputFormatMatches)); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/lang/clang-mesa/clang-13.0.1.src/test/FixIt/
H A Dfixit-unused-lambda-capture.cpp71 class ThisTest { class
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/s11n/
H A Dgapi_sample_pipelines_s11n.cpp286 namespace ThisTest namespace
444 using namespace ThisTest; in TEST()
471 using namespace ThisTest; in TEST()
505 using namespace ThisTest; in TEST()
536 using namespace ThisTest; in TEST()
565 using namespace ThisTest; in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dexpression-traits.cpp162 struct ThisTest in expr_prim_3() struct
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dexpression-traits.cpp162 struct ThisTest in expr_prim_3() struct
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dexpression-traits.cpp162 struct ThisTest in expr_prim_3() struct
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dexpression-traits.cpp162 struct ThisTest in expr_prim_3() struct

12