Home
last modified time | relevance | path

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

/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx697 Sequence<sal_uInt32> arULong(_arULong, 3); in performTest() local
747 Sequence< sal_uInt32 > seqULongRet(xBT2->setSequenceULong(arULong)); in performTest()
748 bRet &= check(seqULongRet == arULong, "sequence test"); in performTest()
767 Sequence< sal_uInt32 > arULongTemp(cloneSequence(arULong)); in performTest()
788 arULongTemp == arULong && arHyperTemp == arHyper && in performTest()
821 arULongOut == arULong && arHyperOut == arHyper && in performTest()
872 Sequence< sal_uInt32 > arULong; in performTest() local
873 Sequence< sal_uInt32 > seqULongRet(xBT2->setSequenceULong(arULong)); in performTest()
874 bRet &= check(seqULongRet == arULong, "sequence test"); in performTest()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb230 Dim arULong() As UInt32 = {Convert.ToUInt32(0), Convert.ToUInt32(1), _
305 Dim seqULongRet() As UInt32 = xBT2.setSequenceULong(arULong)
306 bRet = check( compareData(seqULongRet, arULong), "sequence test") _
328 Dim arULongTemp() As UInt32 = DirectCast(arULong.Clone(), UInt32())
359 compareData(arULongTemp , arULong) And _
402 compareData(arULongOut, arULong) And _
H A Dcli_cpp_bridgetest.cxx556 UInt32 arULong[] = new UInt32[3];
557 arULong[0] = UInt32::MinValue; arULong[1] = 1; arULong[2] = UInt32::MaxValue;
644 UInt32 seqULongRet[] = xBT2->setSequenceULong(arULong);
645 bRet = check( compareData(seqULongRet, arULong), "sequence test") && bRet;
H A Dcli_cs_bridgetest.cs637 UInt32[] arULong = {UInt32.MinValue, 1, UInt32.MaxValue}; in performSequenceTest()
696 UInt32[] seqULongRet = xBT2.setSequenceULong(arULong); in performSequenceTest()
697 bRet = check( compareData(seqULongRet, arULong), "sequence test") && bRet; in performSequenceTest()
714 UInt32[] arULongTemp = (UInt32[]) arULong.Clone(); in performSequenceTest()
744 compareData(arULongTemp , arULong) && in performSequenceTest()
787 compareData(arULongOut, arULong) && in performSequenceTest()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java329 private int[] arULong; field in TestComponent._TestObject
994 arULong = aSeq; in setSequenceULong()
1069 arULong = aSeqULong[0]; in setSequencesInOut()
1096 aSeqULong[0] = arULong; in setSequencesOut()

Completed in 40 milliseconds