Searched refs:TestStop (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnccbtst.h32 static void TestStop(int32_t inputsize, int32_t outputsize);
H A Dnccbtst.c114 TestStop(NEW_MAX_BUFFER, NEW_MAX_BUFFER);
115 TestStop(1,NEW_MAX_BUFFER);
116 TestStop(1,1);
117 TestStop(NEW_MAX_BUFFER, 1);
1075 static void TestStop(int32_t inputsize, int32_t outputsize) function
/external/icu/icu4c/source/test/cintltst/
H A Dnccbtst.h32 static void TestStop(int32_t inputsize, int32_t outputsize);
H A Dnccbtst.c118 TestStop(NEW_MAX_BUFFER, NEW_MAX_BUFFER);
119 TestStop(1,NEW_MAX_BUFFER);
120 TestStop(1,1);
121 TestStop(NEW_MAX_BUFFER, 1);
1079 static void TestStop(int32_t inputsize, int32_t outputsize) function
/external/deqp/modules/egl/
H A DteglMultiThreadTests.cpp123 class TestStop {}; class in class:deqp::egl::TestThread
177 catch (const TestThread::TestStop&)
203 catch (const TestThread::TestStop&)
296 throw TestThread::TestStop();

Completed in 242 milliseconds