Home
last modified time | relevance | path

Searched refs:runTestCase (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_7.pass.cpp245 void runTestCase() { in runTestCase() function
255 runTestCase< R(), 0, LValueCaster >(); in main()
256 runTestCase< R(A&), 1, LValueCaster >(); in main()
257 runTestCase< R(A&, A&), 2, LValueCaster >(); in main()
258 runTestCase< R(A&, A&, A&), 3, LValueCaster >(); in main()
259 runTestCase< R(CA&), 1, ConstCaster >(); in main()
260 runTestCase< R(CA&, CA&), 2, ConstCaster >(); in main()
261 runTestCase< R(CA&, CA&, CA&), 3, ConstCaster >(); in main()
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_7.pass.cpp246 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/
Djsontest.h128 virtual void runTestCase() = 0;
255 void runTestCase() override; \
258 void Test##FixtureType##name::runTestCase()
280 void runTestCase() override; \
286 void Test##FixtureType##name::runTestCase()
Djsontest.cpp211 runTestCase(); in run()
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java422 runTestCase(tester, testCaseSelector.nextTestCase()); in run()
455 private void runTestCase(Tester tester, TestCases testCase) throws Exception { in runTestCase() method in StressTestClient.Worker