Home
last modified time | relevance | path

Searched refs:setHyper (Results 1 – 9 of 9) sorted by relevance

/trunk/main/stoc/test/
H A Dtestiadapter.cxx256 virtual void SAL_CALL setHyper( sal_Int64 _hyper ) in setHyper() function in Test_Impl
562 _xLBT->setHyper( *(const sal_Int64 *)rValue.getValue() ); in setValue()
810 xLBT->setHyper( aRet.Hyper ); in performTest()
/trunk/main/testtools/source/performance/
H A Dcli_testobj_performance.cs89 public void setHyper(/*IN*/long n) { _hyper = n; } in setHyper() method in testobj.PerformanceTestObject
H A Dubobject.cxx157 virtual void SAL_CALL setHyper( sal_Int64 _hyper ) in setHyper() function in benchmark_object::ServiceImpl
H A Dubtest.cxx718 xBench->setHyper( 0 ); in benchmark()
/trunk/main/udkapi/com/sun/star/test/performance/
H A DXPerformanceTest.idl108 void setHyper( [in] hyper n );
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java202 public void setHyper(/*IN*/long n) throws com.sun.star.uno.RuntimeException { in setHyper() method in TestComponent._PerformancTestObject
599 public void setHyper(long hyper) throws com.sun.star.uno.RuntimeException { in setHyper() method in TestComponent._TestObject
/trunk/main/bridges/test/
H A Dtestcomp.cxx209 virtual void SAL_CALL setHyper( sal_Int64 /* _hyper */) in setHyper() function in ServiceImpl
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx459 xLBT->setHyper(aRet.Hyper); in performTest()
H A Dcppobj.cxx294 virtual void SAL_CALL setHyper( sal_Int64 _hyper ) in setHyper() function in bridge_object::Test_Impl