Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dnccbtst.h37 static void TestStop(int32_t inputsize, int32_t outputsize);
Dnccbtst.c120 TestStop(NEW_MAX_BUFFER, NEW_MAX_BUFFER); in TestStopCallBack()
121 TestStop(1,NEW_MAX_BUFFER); in TestStopCallBack()
122 TestStop(1,1); in TestStopCallBack()
123 TestStop(NEW_MAX_BUFFER, 1); in TestStopCallBack()
1081 static void TestStop(int32_t inputsize, int32_t outputsize) in TestStop() function
/external/deqp/modules/egl/
DteglMultiThreadTests.cpp128 class TestStop {}; class in deqp::egl::TestThread
193 catch (const TestThread::TestStop&) in run()
221 catch (const TestThread::TestStop&) in execTest()
325 throw TestThread::TestStop(); in barrier()