Searched refs:runTestCase (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/std/utilities/function.objects/func.require/ |
D | bullet_5.pass.cpp | 246 void runTestCase() { in runTestCase() function 256 runTestCase< R(), 0, LValueCaster >(); in main() 257 runTestCase< R(A&), 1, LValueCaster >(); in main() 258 runTestCase< R(A&, A&), 2, LValueCaster >(); in main() 259 runTestCase< R(A&, A&, A&), 3, LValueCaster >(); in main() 260 runTestCase< R(CA&), 1, ConstCaster >(); in main() 261 runTestCase< R(CA&, CA&), 2, ConstCaster >(); in main() 262 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >(); in main()
|
/external/jsoncpp/src/test_lib_json/ |
D | jsontest.h | 132 virtual void runTestCase() = 0; 269 virtual void runTestCase(); \ 272 void Test##FixtureType##name::runTestCase()
|
D | jsontest.cpp | 226 runTestCase(); in run()
|
/external/opencv3/modules/objdetect/test/ |
D | test_cascadeandhog.cpp | 75 int runTestCase( int detectorIdx, vector<vector<Rect> >& objects ); 229 int temp_code = runTestCase( di, objects ); in run() 255 int CV_DetectorTest::runTestCase( int detectorIdx, vector<vector<Rect> >& objects ) in runTestCase() function in CV_DetectorTest
|