Home
last modified time | relevance | path

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

/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.h132 virtual void runTestCase() = 0;
269 virtual void runTestCase(); \
272 void Test##FixtureType##name::runTestCase()
Djsontest.cpp226 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