Home
last modified time | relevance | path

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

/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx695 Sequence<sal_uInt16> arUShort(_arUShort, 3); in performTest() local
745 xBT2->setSequenceUShort(arUShort)); in performTest()
746 bRet &= check(seqUShortRet == arUShort, "sequence test"); in performTest()
765 Sequence< sal_uInt16 > arUShortTemp(cloneSequence(arUShort)); in performTest()
787 arUShortTemp == arUShort && arLongTemp == arLong && in performTest()
820 arUShortOut == arUShort && arLongOut == arLong && in performTest()
868 Sequence< sal_uInt16 > arUShort; in performTest() local
870 xBT2->setSequenceUShort(arUShort)); in performTest()
871 bRet &= check(seqUShortRet == arUShort, "sequence test"); in performTest()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb227 Dim arUShort() As UInt16 = {Convert.ToUInt16(0), Convert.ToUInt16(1), _
302 Dim seqUShortRet() As UInt16 = xBT2.setSequenceUShort(arUShort)
303 bRet = check( compareData(seqUShortRet, arUShort), "sequence test") _
326 Dim arUShortTemp() As UInt16 = DirectCast(arUShort.Clone(), UInt16())
357 compareData(arUShortTemp , arUShort) And _
400 compareData(arUShortOut, arUShort) And _
H A Dcli_cpp_bridgetest.cxx552 UInt16 arUShort[] = new UInt16[3];
553 arUShort[0] = UInt16::MinValue; arUShort[1] = 1; arUShort[2] = UInt16::MaxValue;
642 UInt16 seqUShortRet[] = xBT2->setSequenceUShort(arUShort);
643 bRet = check( compareData(seqUShortRet, arUShort), "sequence test") && bRet;
H A Dcli_cs_bridgetest.cs635 UInt16[] arUShort = {UInt16.MinValue , 1, UInt16.MaxValue}; in performSequenceTest()
694 UInt16[] seqUShortRet = xBT2.setSequenceUShort(arUShort); in performSequenceTest()
695 bRet = check( compareData(seqUShortRet, arUShort), "sequence test") && bRet; in performSequenceTest()
712 UInt16[] arUShortTemp = (UInt16[]) arUShort.Clone(); in performSequenceTest()
742 compareData(arUShortTemp , arUShort) && in performSequenceTest()
785 compareData(arUShortOut, arUShort) && in performSequenceTest()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java327 private short[] arUShort; field in TestComponent._TestObject
984 arUShort = aSeq; in setSequenceUShort()
1067 arUShort = aSeqUShort[0]; in setSequencesInOut()
1094 aSeqUShort[0] = arUShort; in setSequencesOut()

Completed in 44 milliseconds