Home
last modified time | relevance | path

Searched refs:TestFunctionPtr (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h22 typedef void (U_CALLCONV *TestFunctionPtr)(void); typedef
157 TestFunctionPtr test,
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp315 int (*TestFunctionPtr)() = reinterpret_cast<int(*)()>( in TEST_F() local
318 EXPECT_EQ(8, TestFunctionPtr()); in TEST_F()
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c205 TestFunctionPtr test, in addTest()