Searched refs:arUShort (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 695 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()
|
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 227 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 D | cli_cpp_bridgetest.cxx | 552 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 D | cli_cs_bridgetest.cs | 635 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()
|
/aoo4110/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 327 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 517 milliseconds