/aoo42x/main/package/qa/storages/ |
H A D | Test13.java | 92 byte pBigBytes[] = new byte[33000]; in testForPath() 94 pBigBytes[nInd] = (byte)( nInd % 128 ); in testForPath() 102 ….WriteBytesToStreamH( xTempFileStorage, aBigSubStream1Path, "MediaType1", true, pBigBytes, true ) ) in testForPath() 111 …WriteBytesToStreamH( xTempFileStorage, aBigSubStream2Path, "MediaType2", false, pBigBytes, true ) ) in testForPath() 118 …riteBytesToStreamH( xTempFileStorage, aBigSubStream3Path, "MediaType2", false, pBigBytes, false ) ) in testForPath() 157 …m_aTestHelper.checkStreamH( xTempFileStorage, aBigSubStream1Path, "MediaType1", true, pBigBytes ) ) in testForPath() 163 …_aTestHelper.checkStreamH( xTempFileStorage, aBigSubStream2Path, "MediaType2", false, pBigBytes ) ) in testForPath() 176 ….WriteBytesToStreamH( xTempFileStorage, aBigSubStream1Path, "MediaType3", true, pBigBytes, true ) ) in testForPath() 184 …WriteBytesToStreamH( xTempFileStorage, aBigSubStream2Path, "MediaType3", true, pBigBytes, false ) ) in testForPath() 215 … !m_aTestHelper.checkStreamH( xResultStorage, aBigSubStream1Path, "MediaType3", true, pBigBytes ) ) in testForPath() [all …]
|
H A D | Test12.java | 84 byte pBigBytes[] = new byte[33000]; in test() 86 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 95 …stHelper.WriteBytesToSubstream( xTempSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 128 if ( !checkSubStorages( xTempStorage, pBytes1, pBigBytes ) ) in test() 150 if( !checkSubStorages( xResWriteStorage, pBytes1, pBigBytes ) ) in test() 169 …if ( !m_aTestHelper.checkStream( xResWSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes )… in test() 206 if( !checkSubStorages( xResultStorage, pBytes1, pBigBytes ) ) in test() 218 private boolean checkSubStorages( XStorage xStorage, byte[] pBytes1, byte[] pBigBytes ) in checkSubStorages() argument 243 …if ( !m_aTestHelper.checkStream( xReadSubStorage1, "BigSubStream1", "MediaType1", true, pBigBytes … in checkSubStorages() 249 …if ( !m_aTestHelper.checkStream( xReadSubStorage2, "BigSubStream1", "MediaType1", true, pBigBytes … in checkSubStorages()
|
H A D | Test07.java | 72 byte pBigBytes[] = new byte[33000]; in test() 74 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 80 …WriteBytesToEncrSubstream( xTempStorage, "BigSubStream1", "MediaType1", true, pBigBytes, sPass1 ) ) in test() 91 …riteBytesToEncrSubstream( xTempStorage, "BigSubStream2", "MediaType2", false, pBigBytes, sPass2 ) ) in test() 148 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "BigSubStream1", "MediaType1", pBigBytes, sPa… in test() 154 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "BigSubStream2", "MediaType2", pBigBytes, sPa… in test() 160 …if ( !m_aTestHelper.checkEncrStream( x2CopyStorage, "BigSubStream1", "MediaType1", pBigBytes, sPas… in test() 166 …if ( !m_aTestHelper.checkEncrStream( x2CopyStorage, "BigSubStream2", "MediaType2", pBigBytes, sPas… in test()
|
H A D | Test11.java | 68 byte pBigBytes[] = new byte[33000]; in test() 70 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 80 …WriteBytesToEncrSubstream( xTempStorage, "BigSubStream1", "MediaType1", true, pBigBytes, sPass1 ) ) in test() 101 …teBytesToEncrSubstream( xTempSubStorage, "BigSubStream2", "MediaType2", true, pBigBytes, sPass2 ) ) in test() 159 ….InternalCheckStream( xClonedBigSubStream, "BigSubStream1", "MediaType1", true, pBigBytes, true ) ) in test() 188 …if ( !m_aTestHelper.checkEncrStream( xClonedSubStorage, "BigSubStream2", "MediaType2", pBigBytes, … in test() 211 …if ( !m_aTestHelper.checkEncrStream( xCloneOfRoot, "BigSubStream1", "MediaType1", pBigBytes, sPass… in test() 227 …estHelper.checkEncrStream( xSubStorageOfClone, "BigSubStream2", "MediaType2", pBigBytes, sPass2 ) ) in test()
|
H A D | Test08.java | 98 byte pBigBytes[] = new byte[33000]; in test() 100 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 107 …tHelper.WBToSubstrOfEncr( xTempSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes, true ) ) in test() 115 …elper.WBToSubstrOfEncr( xTempSubStorage, "BigSubStream2", "MediaType2", false, pBigBytes, false ) ) in test() 126 …eBytesToEncrSubstream( xTempSubStorage, "BigSubStream3", "MediaType3", false, pBigBytes, sPass2 ) ) in test() 224 …if ( !m_aTestHelper.checkEncrStream( xResultSubStorage, "BigSubStream1", "MediaType1", pBigBytes, … in test() 229 … !m_aTestHelper.checkStream( xResultSubStorage, "BigSubStream2", "MediaType2", false, pBigBytes ) ) in test() 235 …( !m_aTestHelper.checkStream( xResultSubStorage, "BigSubStream3", "MediaType3", true, pBigBytes ) ) in test()
|
H A D | Test04.java | 87 byte pBigBytes[] = new byte[33000]; in test() 89 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 92 …tHelper.WriteBytesToSubstream( xTempSubStorage1, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 112 …Helper.WriteBytesToSubstream( xTempSubStorage2, "BigSubStream2", "MediaType2", false, pBigBytes ) ) in test() 257 if ( !m_aTestHelper.checkStream( xResStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 263 … ( !m_aTestHelper.checkStream( xResStorage, "BigSubStream1_copy", "MediaType1", true, pBigBytes ) ) in test() 269 …if ( !m_aTestHelper.checkStream( xResSubStorage1, "BigSubStream1", "MediaType1", true, pBigBytes )… in test() 275 … ( !m_aTestHelper.checkStream( xResSubStorage2, "BigSubStream2", "MediaType2", false, pBigBytes ) ) in test()
|
H A D | Test10.java | 67 byte pBigBytes[] = new byte[33000]; in test() 69 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 78 …aTestHelper.WriteBytesToSubstream( xTempStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 99 …stHelper.WriteBytesToSubstream( xTempSubStorage, "BigSubStream2", "MediaType2", true, pBigBytes ) ) in test() 157 ….InternalCheckStream( xClonedBigSubStream, "BigSubStream1", "MediaType1", true, pBigBytes, true ) ) in test() 186 …( !m_aTestHelper.checkStream( xClonedSubStorage, "BigSubStream2", "MediaType2", true, pBigBytes ) ) in test() 241 … !m_aTestHelper.checkStream( xSubStorageOfClone, "BigSubStream2", "MediaType2", true, pBigBytes ) ) in test()
|
H A D | Test01.java | 82 byte pBigBytes[] = new byte[33000]; in test() 84 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 87 …stHelper.WriteBytesToSubstream( xTempSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 91 …tHelper.WriteBytesToSubstream( xTempSubStorage, "BigSubStream2", "MediaType2", false, pBigBytes ) ) in test() 172 …( !m_aTestHelper.checkStream( xResultSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 175 … !m_aTestHelper.checkStream( xResultSubStorage, "BigSubStream2", "MediaType2", false, pBigBytes ) ) in test()
|
H A D | Test05.java | 96 byte pBigBytes[] = new byte[33000]; in test() 98 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 101 …estHelper.WriteBytesToSubstream( xSubSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 105 …stHelper.WriteBytesToSubstream( xSubSubStorage, "BigSubStream2", "MediaType2", false, pBigBytes ) ) in test() 297 …( !m_aTestHelper.checkStream( xResSubSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 303 … !m_aTestHelper.checkStream( xResSubSubStorage, "BigSubStream2", "MediaType2", false, pBigBytes ) ) in test()
|
H A D | Test09.java | 69 byte pBigBytes[] = new byte[33000]; in test() 71 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 77 …riteBytesToEncrSubstream( xTempStorage, "BigSubStream1", "MediaType1", false, pBigBytes, sPass1 ) ) in test() 143 …if ( !m_aTestHelper.checkEncrStream( xResultStorage, "BigSubStream1", "MediaType1", pBigBytes, sPa… in test()
|
H A D | Test02.java | 84 byte pBigBytes[] = new byte[33000]; in test() 86 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 89 …stHelper.WriteBytesToSubstream( xTempSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 168 …( !m_aTestHelper.checkStream( xResultSubStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test()
|
H A D | Test03.java | 76 byte pBigBytes[] = new byte[33000]; in test() 78 pBigBytes[nInd] = (byte)( nInd % 128 ); in test() 81 …aTestHelper.WriteBytesToSubstream( xTempStorage, "BigSubStream1", "MediaType1", true, pBigBytes ) ) in test() 85 …tHelper.WriteBytesToSubstream( xTempSubStorage, "BigSubStream2", "MediaType2", false, pBigBytes ) ) in test()
|