Searched refs:nRead2 (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sal/qa/osl/socket/ |
H A D | osl_StreamSocket.cxx | 811 sal_Int32 nRead2 = ssConnectionSocket.read( pReadBuffer + nRead1, 12 ); in TEST_F() local 812 sal_Int32 nRead3 = ssConnectionSocket.read( pReadBuffer + nRead1 + nRead2, 12 ); in TEST_F() 813 … printf("after read 2, nRead1 is %d, nRead2 is %d, nRead3 is %d \n", nRead1, nRead2, nRead3 ); in TEST_F() 826 …ASSERT_TRUE(nRead1 > 0 && nRead2 == 0 && nRead3 == 0) << "test for shutdown read direction: the s… in TEST_F()
|
H A D | osl_Socket.cxx | 2707 sal_Int32 nRead2 = ssConnectionSocket.read( pReadBuffer + nRead1, 12 ); in TEST_F() local 2708 sal_Int32 nRead3 = ssConnectionSocket.read( pReadBuffer + nRead1 + nRead2, 12 ); in TEST_F() 2709 … printf("after read 2, nRead1 is %d, nRead2 is %d, nRead3 is %d \n", nRead1, nRead2, nRead3 ); in TEST_F() 2722 …ASSERT_TRUE(nRead1 > 0 && nRead2 == 0 && nRead3 == 0) << "test for shutdown read direction: the s… in TEST_F()
|
/trunk/main/package/qa/storages/ |
H A D | TestHelper.java | 1482 int nRead2 = 0; in compareRawMethodsOnEncrStream() local 1487 nRead2 = xPlainRawStream.readBytes( pRawData2, 32000 ); in compareRawMethodsOnEncrStream() 1489 if ( nRead1 != nRead2 ) in compareRawMethodsOnEncrStream() 1491 …tations have different size! nRead1 - nRead2 = " + ( new Integer( nRead1 - nRead2 ) ).toString() ); in compareRawMethodsOnEncrStream()
|
Completed in 94 milliseconds