Lines Matching refs:i
223 int nMax = 10,i; in testSimple() local
225 for( i = 0 ; i < nMax ; i ++ ) { in testSimple()
234 for( i = 0 ; i < nMax ; i ++ ) { in testSimple()
238 for( i = 0 ; i < nMax ; i ++ ) { in testSimple()
247 for( i = 0 ; i < nMax ; i ++ ) { in testSimple()
277 for( i = 0 ; i < 256 ; i ++ ) in testSimple()
279 aByte.getArray()[i] = i; in testSimple()
290 for( i = 0 ; i < 10 ; i ++ ) in testSimple()
292 aByte.getArray()[i] = i+10; in testSimple()
304 for( i = 0 ; i < 256 ; i ++ ) in testSimple()
306 ERROR_ASSERT( i == ((sal_uInt8*)(aByte.getArray()))[i] , "in between mark failure" ); in testSimple()
315 for( i = 0 ; i < 4 ; i ++ ) { in testSimple()
316 as[i].realloc(1); in testSimple()
317 as[i].getArray()[0] = i; in testSimple()
318 an[i] = rMarkable->createMark(); in testSimple()
319 rOutput->writeBytes( as[i] ); in testSimple()
323 for( i = 0 ; i < 4 ; i ++ ) { in testSimple()
324 ERROR_ASSERT( rMarkable->offsetToMark( an[i] ) == 4-i , "offsetToMark failure" ); in testSimple()
334 for( i = 0 ; i < 4 ; i ++ ) { in testSimple()
335 rMarkable->jumpToMark( an[3-i] ); in testSimple()
336 rOutput->writeBytes( as[i] ); in testSimple()
341 for( i = 0 ; i < 4 ; i ++ ) { in testSimple()
342 rMarkable->deleteMark( an[i] ); in testSimple()
583 for( int i = 0 ; i < 256 ; i ++ ) in testSimple() local
585 seqWrite.getArray()[i] = i; in testSimple()