Searched refs:runTestCase (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/libcxx/utilities/function.objects/func.require/ |
D | bullet_7.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/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/ |
D | StressTestClient.java | 422 runTestCase(tester, testCaseSelector.nextTestCase()); in run() 455 private void runTestCase(Tester tester, TestCases testCase) throws Exception { in runTestCase() method in StressTestClient.Worker
|