Lines Matching refs:OSL_ASSERT

589 		OSL_ASSERT( ! "no exception flown!" );  in testException()
597 OSL_ASSERT( ! "only base class of exception could be caught!" ); in testException()
601 OSL_ASSERT(! "wrong unknown exception!" ); in testException()
639 OSL_ASSERT( ( types.Bool && retTypes.Bool ) || ( ! types.Bool && ! retTypes.Bool ) ); in testAllTypes()
640 OSL_ASSERT( types.Char == retTypes.Char ); in testAllTypes()
641 OSL_ASSERT( types.Byte == retTypes.Byte ); in testAllTypes()
642 OSL_ASSERT( types.Short == retTypes.Short ); in testAllTypes()
643 OSL_ASSERT( types.UShort == retTypes.UShort ); in testAllTypes()
644 OSL_ASSERT( types.Long == retTypes.Long ); in testAllTypes()
645 OSL_ASSERT( types.ULong == retTypes.ULong ); in testAllTypes()
646 OSL_ASSERT( types.Hyper == retTypes.Hyper ); in testAllTypes()
647 OSL_ASSERT( types.UHyper == retTypes.UHyper ); in testAllTypes()
648 OSL_ASSERT( types.Float == retTypes.Float ); in testAllTypes()
649 OSL_ASSERT( types.Double == retTypes.Double ); in testAllTypes()
650 OSL_ASSERT( types.String == retTypes.String ); in testAllTypes()
651 OSL_ASSERT( types.Interface == retTypes.Interface ); in testAllTypes()
652 OSL_ASSERT( types.Any == retTypes.Any ); in testAllTypes()
668 OSL_ASSERT( rRFact.is() ); in testRemote()
685 OSL_ASSERT( rLCallMe->getsAttribute() == ow ); in testRemote()
688 OSL_ASSERT( rRCallMe->getsAttribute() == ow ); in testRemote()
712 OSL_ASSERT( rRTest->get() == rRCallMe ); in testRemote()
713 OSL_ASSERT( rRTest2->get() == rRCallMe ); in testRemote()
714 OSL_ASSERT( rRTest3->get() == rRCallMe ); in testRemote()
727 OSL_ASSERT( rRTest->get() == rLCallMe1 ); in testRemote()
728 OSL_ASSERT( rRTest2->get() == rLCallMe2 ); in testRemote()
729 OSL_ASSERT( rRTest3->get() == rLCallMe3 ); in testRemote()
735 OSL_ASSERT( rRTest->get() == rLCallMe ); in testRemote()
736 OSL_ASSERT( rRTest2->get() == rLCallMe ); in testRemote()
737 OSL_ASSERT( rRTest3->get() == rLCallMe ); in testRemote()
742 OSL_ASSERT( r == rLCallMe ); in testRemote()
743 OSL_ASSERT( ! ( r == rRCallMe ) ); in testRemote()
775 OSL_ASSERT( rReg.is() ); in createComponent()