Home
last modified time | relevance | path

Searched refs:aByte (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/extensions/test/stm/
H A Dmarktest.cxx275 Sequence< BYTE > aByte(256); in testSimple() local
279 aByte.getArray()[i] = i; in testSimple()
283 rOutput->writeBytes( aByte ); in testSimple()
285 aByte.realloc( 10 ); in testSimple()
286 rOutput->writeBytes( aByte ); in testSimple()
292 aByte.getArray()[i] = i+10; in testSimple()
295 rOutput->writeBytes( aByte ); in testSimple()
303 rInput->readBytes( aByte ,256); in testSimple()
306 ERROR_ASSERT( i == aByte.getArray()[i] , "in between mark failure" ); in testSimple()
/trunk/main/io/test/stm/
H A Dmarktest.cxx275 Sequence< sal_Int8 > aByte(256); in testSimple() local
279 aByte.getArray()[i] = i; in testSimple()
283 rOutput->writeBytes( aByte ); in testSimple()
285 aByte.realloc( 10 ); in testSimple()
286 rOutput->writeBytes( aByte ); in testSimple()
292 aByte.getArray()[i] = i+10; in testSimple()
295 rOutput->writeBytes( aByte ); in testSimple()
303 rInput->readBytes( aByte ,256); in testSimple()
306 ERROR_ASSERT( i == ((sal_uInt8*)(aByte.getArray()))[i] , "in between mark failure" ); in testSimple()
/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java61 Byte aByte= new Byte((byte) 111); field in AnyConverter_Test
204 byte val= AnyConverter.toByte(aByte); in test_toByte()
205 assure("", val == aByte.byteValue()); in test_toByte()
256 short sh= AnyConverter.toShort(aByte); in test_toShort()
257 assure("", sh == aByte.byteValue()); in test_toShort()
322 int val= AnyConverter.toInt(aByte); in test_toInt()
323 assure("", val == aByte.byteValue()); in test_toInt()
389 long val= AnyConverter.toLong(aByte); in test_toLong()
390 assure("", val == aByte.byteValue()); in test_toLong()
461 float val= AnyConverter.toFloat(aByte); in test_toFloat()
[all …]
/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs109 public void inParameters(bool aBool, byte aByte, in inParameters() argument
122 m_Byte = aByte; in inParameters()
143 public void outParameters(out bool aBool, out byte aByte, in outParameters() argument
156 aByte = m_Byte; in outParameters()
179 public void inoutParameters(ref bool aBool, ref byte aByte, in inoutParameters() argument
195 byte _byte = aByte; in inoutParameters()
196 aByte = m_Byte; in inoutParameters()
H A Dclimaker.cs1214 byte aByte = 0xff; in testInterface()
1233 obj.inParameters(aBool, aByte, aShort, aUShort, in testInterface()
1266 l.assure(aByte == outByte); in testInterface()
1313 l.assure(aByte == inoutByte); in testInterface()
1334 obj.inParameters(aBool, aByte, aShort, aUShort, in testInterface()
1341 l.assure(obj.retByte() == aByte); in testInterface()
1364 obj.attrByte = aByte; in testInterface()
1365 l.assure(obj.attrByte == aByte); in testInterface()
H A Dtypes.idl80 void inParameters([in] boolean aBool, [in] byte aByte, [in] short aShort,
89 void outParameters([out] boolean aBool, [out] byte aByte, [out] short aShort,
98 void inoutParameters([inout] boolean aBool, [inout] byte aByte, [inout] short aShort,
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.cpp85 /* [out] */ unsigned char __RPC_FAR *aByte, in outValuesAll() argument
107 hr= outByte( aByte); in outValuesAll()
435 /* [out][in] */ unsigned char __RPC_FAR *aByte, in inoutValuesAll() argument
449 inoutByte( aByte); in inoutValuesAll()
H A DCallback.h81 /* [out][in] */ unsigned char __RPC_FAR *aByte,
108 /* [out] */ unsigned char __RPC_FAR *aByte,
H A DXCallback_Impl.idl52 [out] unsigned char* aByte,
92 [in,out] unsigned char* aByte,
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1465 sal_Int8 aByte; in testInterface() local
1545 xCallback->outByte( aByte); in testInterface()
1546 sprintf( buff,"XCallback::outByte, value: %d", aByte); in testInterface()
1584 sal_Int8 aByte; in testInterface() local
1592 aByte, in testInterface()
1746 sal_Int8 aByte= 0xf; in testInterface() local
1747 xCallback->inoutByte( aByte); in testInterface()
1749 sprintf( buff, "out value sal_Int8: %d", aByte); in testInterface()
1810 sal_Int8 aByte= 0xf; in testInterface() local
1816 aByte, aShort, aLong ); in testInterface()
/trunk/main/basic/source/sbx/
H A Dsbxstr.cxx278 sal_uInt8 aByte = static_cast< sal_uInt8 >( i%2 ? ((*pSrc) >> 8) & 0xff : (*pSrc) & 0xff ); in StringToByteArray() local
279 pNew->PutByte( aByte ); in StringToByteArray()
/trunk/main/registry/tools/
H A Dregcompare.cxx418 fprintf(stdout, "%d", constValue.m_value.aByte); in printConstValue()
492 if (constValue1.m_value.aByte != constValue2.m_value.aByte) in checkConstValue()
498 constValue1.m_value.aByte, constValue2.m_value.aByte); in checkConstValue()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1072 sal_uInt8 aByte; in lcl_ReadSbxVariable() local
1073 *pStrm >> aByte; in lcl_ReadSbxVariable()
1075 if( bBinary && SbiRuntime::isVBAEnabled() && aByte == 1 && pStrm->IsEof() ) in lcl_ReadSbxVariable()
1076 aByte = 0; in lcl_ReadSbxVariable()
1078 rVar.PutByte( aByte ); in lcl_ReadSbxVariable()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_CharacterProperties.java316 Byte aByte = new Byte((byte)75); in _CharEscapementHeight() local
318 testProperty("CharEscapementHeight", aByte, max) ; in _CharEscapementHeight()
/trunk/main/registry/source/
H A Dreflread.cxx373 sal_uInt8 aByte = sal_False; in readBYTEConstant() local
379 aByte = readBYTE(m_pIndex[index - 1] + CP_OFFSET_ENTRY_DATA); in readBYTEConstant()
383 return aByte; in readBYTEConstant()
676 value->aByte = m_pCP->readBYTEConstant(cpIndex); in getFieldConstValue()
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx524 vector<sal_uInt8> aByte(1); in Encrypt() local
525 aByte[0] = nData; in Encrypt()
526 EncryptBytes(rStrm, aByte); in Encrypt()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx1842 ByteString aByte( String(sFormatName), gsl_getSystemTextEncoding() ); in CreateAndInsert()
1843 aByte.Append( " | " ); in CreateAndInsert()
1844 aByte.Append(ByteString( String(sFormat), gsl_getSystemTextEncoding() )); in CreateAndInsert()
1845 aByte.Append( " | " ); in CreateAndInsert()
1846 aByte.Append(ByteString::CreateFromInt32( nIndex )); in CreateAndInsert()
/trunk/main/registry/inc/registry/
H A Dtypes.h216 sal_uInt8 aByte; member
/trunk/main/stoc/source/registry_tdprovider/
H A Dbase.hxx124 return rVal.m_value.aByte; in getRTValueAsInt32()
146 return Any( &rVal.m_value.aByte, ::getCppuType( (const sal_Int8 *)0 ) ); in getRTValue()
/trunk/main/idlc/source/
H A Dastconstant.cxx102 aConst.m_value.aByte = exprVal->u.byval; in dumpBlob()
/trunk/main/registry/test/
H A Dtestregcpp.cxx76 aConst.m_value.aByte = 127; in test_coreReflection()
356 aConst.m_value.aByte = 127; in test_coreReflection()
/trunk/main/extensions/test/ole/AxTestComponents/
H A DBasic.cpp133 unsigned char aByte = *val; in inoutByte() local
135 m_byte = aByte; in inoutByte()
/trunk/main/rdbmaker/source/rdbmaker/
H A Dtypeblop.cxx77 aConstantAny >>= constValue.m_value.aByte; in writeConstantData()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx776 System::Byte aByte= *__try_cast<System::Byte*>(cli_data); in map_to_uno() local
777 *(sal_Int8*) uno_data= aByte; in map_to_uno()
/trunk/main/extensions/test/ole/idl/
H A Doletest.idl269 [inout] byte aByte,

Completed in 163 milliseconds

12