Home
last modified time | relevance | path

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

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs77 private short[]_arShort; field in cs_testobj.BridgeTestObject
463 _arShort = val; in setSequenceShort()
554 _arShort = aSeqShort; in setSequencesInOut()
591 aSeqShort = _arShort; in setSequencesOut()
H A Dcli_vb_bridgetest.vb434 Dim _arShort() As Short = New Short() {}
435 seqShortRet = xBT2.setSequenceShort(_arShort)
436 bRet = check( compareData(seqShortRet, _arShort), "sequence test") And bRet
H A Dcli_cpp_bridgetest.cxx769 Int16 _arShort[] = new Int16[0];
770 Int16 seqShortRet[] = xBT2->setSequenceShort(_arShort);
771 bRet = check( compareData(seqShortRet, _arShort), "sequence test") && bRet;
H A Dcli_cs_bridgetest.cs819 short[] _arShort = new short[0]; in performSequenceTest()
820 short[] seqShortRet = xBT2.setSequenceShort(_arShort); in performSequenceTest()
821 bRet = check( compareData(seqShortRet, _arShort), "sequence test") && bRet; in performSequenceTest()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx135 Sequence<sal_Int16> _arShort; member in bridge_object::Test_Impl
731 _arShort = aSeq; in setSequenceShort()
857 _arShort = aSeqShort; in setSequencesInOut()
895 aSeqShort = _arShort; in setSequencesOut()
H A Dbridgetest.cxx645 sal_Int16 _arShort[] = { -0x8000, 1, 0x7FFF }; in performTest() local
694 Sequence<sal_Int16> arShort(_arShort, 3); in performTest()

Completed in 43 milliseconds