Home
last modified time | relevance | path

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

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs55 private byte _byte; field in cs_testobj.BridgeTestObject
118 _byte = nByte; in setValues()
158 _byte = io_byte; in setValues2()
204 o_byte = _byte; in getValues()
299 get { return _byte; }
300 set { _byte = value; }
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java78 private byte _byte; field in TestComponent._PerformancTestObject
308 private byte _byte; field in TestComponent._TestObject
376 _byte = nByte; in setValues()
417 _byte = io_byte[0]; in setValues2()
461 o_byte[0] = _byte; in getValues()
548 return _byte; in getByte()
552 _byte = zbyte; in setByte()
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs195 byte _byte = aByte; in inoutParameters()
197 m_Byte = _byte; in inoutParameters()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1915 sal_Int8 _byte= *( sal_Int8*) seqOutParams[10].getValue(); in testInterface() local
1976 sal_Int8 _byte= -1; in testInterface() local
1977 arAny[10] <<= _byte; in testInterface()
2010 sal_Int8 _byte= *( sal_Int8*) seqOutParams[10].getValue(); in testInterface() local
/trunk/main/stoc/test/
H A Dtestiadapter.cxx244 virtual void SAL_CALL setByte( sal_Int8 _byte ) in setByte() argument
245 { _aData.Byte = _byte; } in setByte()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx282 virtual void SAL_CALL setByte( sal_Int8 _byte ) in setByte() argument
283 { _aData.Byte = _byte; } in setByte()