Home
last modified time | relevance | path

Searched refs:_arUShort (Results 1 – 6 of 6) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs80 private UInt16[] _arUShort; field in cs_testobj.BridgeTestObject
499 _arUShort = val; in setSequenceUShort()
555 _arUShort = aSeqUShort; in setSequencesInOut()
592 aSeqUShort = _arUShort; in setSequencesOut()
H A Dcli_vb_bridgetest.vb452 Dim _arUShort() As UInt16 = New UInt16(){}
453 seqUShortRet = xBT2.setSequenceUShort(_arUShort)
454 bRet = check( compareData(seqUShortRet, _arUShort), "sequence test") And bRet
H A Dcli_cpp_bridgetest.cxx788 UInt16 _arUShort[] = new UInt16[0];
789 UInt16 seqUShortRet[] = xBT2->setSequenceUShort(_arUShort);
790 bRet = check( compareData(seqUShortRet, _arUShort), "sequence test") && bRet;
H A Dcli_cs_bridgetest.cs837 UInt16[] _arUShort = new UInt16[0]; in performSequenceTest()
838 UInt16[] seqUShortRet = xBT2.setSequenceUShort(_arUShort); in performSequenceTest()
839 bRet = check( compareData(seqUShortRet, _arUShort), "sequence test") && bRet; in performSequenceTest()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx136 Sequence<sal_uInt16> _arUShort; member in bridge_object::Test_Impl
738 _arUShort = aSeq; in setSequenceUShort()
858 _arUShort = aSeqUShort; in setSequencesInOut()
896 aSeqUShort = _arUShort; in setSequencesOut()
H A Dbridgetest.cxx646 sal_uInt16 _arUShort[] = { 0 , 1, 0xFFFF }; in performTest() local
695 Sequence<sal_uInt16> arUShort(_arUShort, 3); in performTest()

Completed in 53 milliseconds