Searched refs:XPerformanceTest (Results 1 – 9 of 9) sorted by relevance
/trunk/main/testtools/source/performance/ |
H A D | ubobject.cxx | 62 , public XPerformanceTest 87 void * p = (XInterface *)(XPerformanceTest *)this; in queryInterface() 90 if (aType == ::getCppuType( (const Reference< XPerformanceTest > *)0 )) in queryInterface() 92 void * p = (XPerformanceTest *)this; in queryInterface() 93 aRet.setValue( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface() 97 void * p = (XPerformanceTest *)this; in queryInterface() 98 Any aDummy( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface() 200 …virtual Reference< XPerformanceTest > SAL_CALL createObject() throw(::com::sun::star::uno::Runtime… in createObject() 240 return Reference< XInterface >( (XPerformanceTest *)new ServiceImpl( xSMgr ) ); in ServiceImpl_create()
|
H A D | cli_testobj_performance.cs | 36 public class PerformanceTestObject : ServiceBase, XPerformanceTest 85 public XPerformanceTest createObject( ) { return new PerformanceTestObject(); } in createObject()
|
H A D | ubtest.cxx | 573 Reference< XPerformanceTest > xBench( xInstance, UNO_QUERY ); in benchmark() 580 const Type & rKnownType = ::getCppuType( (const Reference< XPerformanceTest > *)0 ); in benchmark() 636 Reference< XPerformanceTest > xBench2( xBench ); in benchmark()
|
/trunk/main/bridges/test/ |
H A D | testcomp.cxx | 116 , public XPerformanceTest 141 void * p = (XInterface *)(XPerformanceTest *)this; in queryInterface() 144 if (aType == ::getCppuType( (const Reference< XPerformanceTest > *)0 )) in queryInterface() 146 void * p = (XPerformanceTest *)this; in queryInterface() 147 aRet.setValue( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface() 151 void * p = (XPerformanceTest *)this; in queryInterface() 152 Any aDummy( &p, ::getCppuType( (const Reference< XPerformanceTest > *)0 ) ); in queryInterface() 254 …virtual Reference< XPerformanceTest > SAL_CALL createObject() throw(::com::sun::star::uno::Runtime… in createObject()
|
H A D | testclient.cxx | 69 void doPerformanceTest( const Reference < XPerformanceTest > & /* xBench */) in doPerformanceTest() argument
|
H A D | makefile.mk | 76 com.sun.star.test.performance.XPerformanceTest \
|
/trunk/main/udkapi/com/sun/star/test/performance/ |
H A D | XPerformanceTest.idl | 82 published interface XPerformanceTest : com::sun::star::uno::XInterface 93 XPerformanceTest createObject();
|
/trunk/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 32 import com.sun.star.test.performance.XPerformanceTest; 68 …static public class _PerformancTestObject implements XPerformanceTest, XServiceInfo, XTypeProvider… 181 public XPerformanceTest createObject( ) throws com.sun.star.uno.RuntimeException { in createObject() 286 …return new Type[]{new Type(XPerformanceTest.class), new Type(XServiceInfo.class), new Type(XTypePr… in getTypes()
|
/trunk/main/udkapi/ |
H A D | UnoApi_udkapi.mk | 429 udkapi/com/sun/star/test/performance/XPerformanceTest \
|
Completed in 82 milliseconds