Home
last modified time | relevance | path

Searched refs:pBigBytes (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/package/qa/storages/
H A DTest13.java92 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 DTest12.java84 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 DTest07.java72 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 DTest08.java98 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 DTest11.java68 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 DTest04.java87 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 DTest10.java67 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 DTest01.java82 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 DTest05.java96 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 DTest09.java69 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 DTest02.java84 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 DTest03.java76 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()

Completed in 40 milliseconds