Searched refs:arULong (Results 1 – 5 of 5) sorted by relevance
/trunk/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 697 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 D | cli_vb_bridgetest.vb | 230 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 D | cli_cpp_bridgetest.cxx | 556 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 D | cli_cs_bridgetest.cs | 637 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 D | TestComponent.java | 329 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 224 milliseconds