Searched refs:arByteOut (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 373 Dim arByteOut() As Byte 389 xBT2.setSequencesOut( arBoolOut, arCharOut, arByteOut, _ 398 compareData(arByteOut, arByte) And _
|
H A D | cli_cs_bridgetest.cs | 758 byte[] arByteOut; in performSequenceTest() 774 xBT2.setSequencesOut(out arBoolOut, out arCharOut, out arByteOut, in performSequenceTest() 783 compareData(arByteOut, arByte) && in performSequenceTest()
|
/aoo4110/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 797 Sequence< sal_Int8 > arByteOut; in performTest() local 813 arBoolOut, arCharOut, arByteOut, arShortOut, arUShortOut, in performTest() 819 arByteOut == arByte && arShortOut == arShort && in performTest()
|
Completed in 24 milliseconds