Lines Matching refs:check
136 bRes = aCond.check( ); in ctors_001()
146 bRes = aCond.check( ); in ctors_002()
171 bRes = aCond.check( ); in set_001()
188 bRes2 = aCond.check( ); in set_002()
221 bRes2 = aCond.check( ); in reset_001()
235 bRes = aCond.check( ); in reset_002()
237 bRes1 = aCond.check( ); in reset_002()
298 bRes = aCond.check( ); in wait_002()
303 bRes1 = aCond.check( ); in wait_002()
321 class check : public CppUnit::TestFixture class
331 bRes = aCond.check( ); in check_001()
333 bRes1 = aCond.check( ); in check_001()
347 bRes = aCond.check( ); in check_002()
352 bRes1 = aCond.check( ); in check_002()
358 CPPUNIT_TEST_SUITE( check );
370 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Condition::check, "osl_Condition");