Searched refs:seqShortRet (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 284 Dim seqShortRet() As Short = xBT2.setSequenceShort(arShort) 285 bRet = check( compareData(seqShortRet, arShort), "sequence test") _ 435 seqShortRet = xBT2.setSequenceShort(_arShort) 436 bRet = check( compareData(seqShortRet, _arShort), "sequence test") And bRet
|
H A D | cli_cpp_bridgetest.cxx | 626 Int16 seqShortRet[] = xBT2->setSequenceShort(arShort); 627 bRet = check( compareData(seqShortRet, arShort), "sequence test") && bRet; 770 Int16 seqShortRet[] = xBT2->setSequenceShort(_arShort); 771 bRet = check( compareData(seqShortRet, _arShort), "sequence test") && bRet;
|
H A D | cli_cs_bridgetest.cs | 682 short[] seqShortRet = xBT2.setSequenceShort(arShort); in performSequenceTest() 683 bRet = check( compareData(seqShortRet, arShort), "sequence test") && bRet; in performSequenceTest() 820 short[] seqShortRet = xBT2.setSequenceShort(_arShort); in performSequenceTest() 821 bRet = check( compareData(seqShortRet, _arShort), "sequence test") && bRet; in performSequenceTest()
|
/aoo4110/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 732 Sequence< sal_Int16 > seqShortRet(xBT2->setSequenceShort(arShort)); in performTest() local 733 bRet &= check(seqShortRet == arShort, "sequence test"); in performTest() 851 Sequence< sal_Int16 > seqShortRet(xBT2->setSequenceShort(arShort)); in performTest() local 852 bRet &= check(seqShortRet == arShort, "sequence test"); in performTest()
|
Completed in 95 milliseconds