Searched refs:arShortOut (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 374 Dim arShortOut() As Short 390 arShortOut, arUShortOut, arLongOut, _ 399 compareData(arShortOut, arShort) And _
|
H A D | cli_cs_bridgetest.cs | 759 short[] arShortOut; in performSequenceTest() 775 out arShortOut, out arUShortOut, out arLongOut, in performSequenceTest() 784 compareData(arShortOut, arShort) && in performSequenceTest()
|
/aoo4110/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 798 Sequence< sal_Int16 > arShortOut; in performTest() local 813 arBoolOut, arCharOut, arByteOut, arShortOut, arUShortOut, in performTest() 819 arByteOut == arByte && arShortOut == arShort && in performTest()
|
Completed in 20 milliseconds