Home
last modified time | relevance | path

Searched refs:dataInput (Results 1 – 5 of 5) sorted by relevance

/aoo4110/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java42 private ByteArrayInputStream dataInput = null; field in CommandCaller
78 dataInput.read(bytes); in read()
109 dataInput.mark(0); in nextType()
111 dataInput.reset(); in nextType()
323 dataInput = new ByteArrayInputStream(data); in received()
325 dataInput = null; in received()
362 while (dataInput.available() >= 2) { in handleResponse()
/aoo4110/main/testtools/source/bridgetest/pyuno/
H A Dimpl.py106 dataInput = self.ctx.ServiceManager.createInstanceWithContext( \
109 dataInput.setInputStream( SequenceInputStream2( streamOut.getSequence() ) )
111 self.failUnless( 42 == dataInput.readShort() )
112 self.failUnless( 43 == dataInput.readLong() )
/aoo4110/main/extensions/test/stm/
H A Ddatatest.cxx126 XDataInputStreamRef dataInput( TestObject , USR_QUERY ); in testInvariant() local
131 ERROR_ASSERT( dataInput.is() , "XDataInputStream cannot be queried" ); in testInvariant()
692 XObjectInputStreamRef dataInput( TestObject , USR_QUERY ); in testInvariant() local
694 ERROR_ASSERT( dataInput.is() , "XObjectInputStream cannot be queried" ); in testInvariant()
/aoo4110/main/io/test/stm/
H A Ddatatest.cxx125 Reference < XDataInputStream > dataInput( TestObject , UNO_QUERY ); in testInvariant() local
130 ERROR_ASSERT( dataInput.is() , "XDataInputStream cannot be queried" ); in testInvariant()
696 Reference< XObjectInputStream > dataInput( TestObject , UNO_QUERY ); in testInvariant() local
698 ERROR_ASSERT( dataInput.is() , "XObjectInputStream cannot be queried" ); in testInvariant()
/aoo4110/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 42 milliseconds