Lines Matching refs:rOutput
152 XOutputStreamRef rOutput( TestObject , USR_QUERY ); in test() local
155 OSL_ASSERT( rOutput.is() ); in test()
158 testSimple( rOutput , rPipeInput ); in test()
209 void OMarkableOutputStreamTest::testSimple( const XOutputStreamRef &rOutput , in testSimple() argument
212 XMarkableStreamRef rMarkable( rOutput , USR_QUERY ); in testSimple()
227 rOutput->writeBytes( seqWrite ); in testSimple()
236 rOutput->writeBytes( seqWrite ); in testSimple()
249 rOutput->writeBytes( seqWrite ); in testSimple()
283 rOutput->writeBytes( aByte ); in testSimple()
286 rOutput->writeBytes( aByte ); in testSimple()
295 rOutput->writeBytes( aByte ); in testSimple()
319 rOutput->writeBytes( as[i] ); in testSimple()
336 rOutput->writeBytes( as[i] ); in testSimple()
357 rOutput->closeOutput(); in testSimple()
576 void OMarkableInputStreamTest::testSimple( const XOutputStreamRef &rOutput , in testSimple() argument
589 rOutput->writeBytes( seqWrite ); in testSimple()
632 rOutput->closeOutput(); in testSimple()