Searched refs:bRes2 (Results 1 – 6 of 6) sorted by relevance
406 sal_Bool bRes2 = myThread.isRunning( ); in TEST_F() local420 sal_Bool bRes2 = aMutex.tryToAcquire(); in TEST_F() local455 sal_Bool bRes2 = aMutex.tryToAcquire(); in TEST_F() local457 if (bRes2 == sal_True) in TEST_F()460 ASSERT_TRUE(bRes1 == sal_False && bRes2 == sal_True) << "Try to acquire Mutex"; in TEST_F()488 sal_Bool bRes2 = aMutex.tryToAcquire( ); in TEST_F() local490 if ( bRes2 == sal_True ) in TEST_F()504 sal_Bool bRes2 = aMutex.release( ); in TEST_F()534 sal_Bool bRes2 = myThread.isRunning(); in TEST_F() local536 ASSERT_TRUE(bRes1 == sal_True && bRes2 == sal_False) << "Global Mutex works"; in TEST_F()[all …]
172 sal_Bool bRes2 = aCond.check( ); in TEST() local178 ASSERT_TRUE( bRes && !bRes1 && bRes2 ); in TEST()192 sal_Bool bRes2 = aCond.check( ); in TEST() local199 ASSERT_TRUE( bRes && !bRes1 && !bRes2 ); in TEST()
539 sal_Bool bRes1, bRes2; in TEST_F() local541 bRes2 = compareUString( sSocket.getLocalHost( ), saBindSocketAddr.getHostname(0) ) ; in TEST_F()542 bOK = bRes1 || bRes2; in TEST_F()
1739 sal_Bool bRes1, bRes2; in TEST_F() local1741 bRes2 = compareUString( sSocket.getLocalHost( ), saBindSocketAddr.getHostname(0) ) ; in TEST_F()1742 bOK = bRes1 || bRes2; in TEST_F()
1527 sal_Bool bRes2 = rtl_getTextEncodingInfo( RTL_TEXTENCODING_APPLE_ARABIC, &aInfo2 ); in TEST_F() local1529 …ASSERT_TRUE(bRes2 == sal_True && bRes21 == sal_True && aInfo2.MinimumCharSize >=1) << "StructSize<… in TEST_F()
5475 sal_Bool bRes2 = compareFileName( aFileSysName, aNullURL ); in checkValidMask() local5477 … ( sal_False == bRes2 )) << "test for getVolumeInfo function: getVolumeInfo of root directory."; in checkValidMask()
Completed in 186 milliseconds