Home
last modified time | relevance | path

Searched refs:arUHyper (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/testtools/source/bridgetest/
H A Dbridgetest.cxx699 Sequence<sal_uInt64> arUHyper(_arUHyper, 3); in performTest() local
750 xBT2->setSequenceUHyper(arUHyper)); in performTest()
751 bRet &= check(seqUHyperRet == arUHyper, "sequence test"); in performTest()
769 Sequence< sal_uInt64 > arUHyperTemp(cloneSequence(arUHyper)); in performTest()
789 arUHyperTemp == arUHyper && arFloatTemp == arFloat && in performTest()
822 arUHyperOut == arUHyper && arFloatOut == arFloat && in performTest()
875 Sequence< sal_uInt64 > arUHyper; in performTest() local
877 xBT2->setSequenceUHyper(arUHyper)); in performTest()
878 bRet &= check(seqUHyperRet == arUHyper, "sequence test"); in performTest()
/aoo4110/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb233 Dim arUHyper() As UInt64 = {Convert.ToUInt64(0), Convert.ToUInt64(1), _
308 Dim seqUHyperRet() As UInt64 = xBT2.setSequenceUHyper(arUHyper)
309 bRet = check( compareData(seqUHyperRet, arUHyper), "sequence test") _
330 Dim arUHyperTemp() As UInt64 = DirectCast(arUHyper.Clone(), UInt64())
361 compareData(arUHyperTemp , arUHyper) And _
404 compareData(arUHyperOut, arUHyper) And _
H A Dcli_cpp_bridgetest.cxx560 UInt64 arUHyper[] = new UInt64[3];
561 arUHyper[0] = UInt64::MinValue; arUHyper[1] = 1;
562 arUHyper[2] = UInt64::MaxValue;
646 UInt64 seqUHyperRet[] = xBT2->setSequenceUHyper(arUHyper);
647 bRet = check( compareData(seqUHyperRet, arUHyper), "sequence test") && bRet;
H A Dcli_cs_bridgetest.cs639 UInt64[] arUHyper = {UInt64.MinValue, 1, UInt64.MaxValue}; in performSequenceTest()
698 UInt64[] seqUHyperRet = xBT2.setSequenceUHyper(arUHyper); in performSequenceTest()
699 bRet = check( compareData(seqUHyperRet, arUHyper), "sequence test") && bRet; in performSequenceTest()
716 UInt64[] arUHyperTemp = (UInt64[]) arUHyper.Clone(); in performSequenceTest()
746 compareData(arUHyperTemp , arUHyper) && in performSequenceTest()
789 compareData(arUHyperOut, arUHyper) && in performSequenceTest()
/aoo4110/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java331 private long[] arUHyper; field in TestComponent._TestObject
1004 arUHyper = aSeq; in setSequenceUHyper()
1098 aSeqUHyper[0] = arUHyper; in setSequencesOut()

Completed in 48 milliseconds