Lines Matching refs:loopCounter
364 int loopCounter = 0; in testSimpleDecode() local
368 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecode()
396 RETURN_IF_TRUE((loopCounter != 0 && !ref->equals(test)), in testSimpleDecode()
407 loopCounter++; in testSimpleDecode()
524 int loopCounter = 0; in testOnlyEos() local
526 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
540 RETURN_IF_TRUE((loopCounter != 0 && !ref->equals(test)), in testOnlyEos()
543 loopCounter++; in testOnlyEos()
572 int loopCounter = 0; in testSimpleDecodeQueueCSD() local
578 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecodeQueueCSD()
603 RETURN_IF_TRUE((loopCounter != 0 && !ref->equals(test)), in testSimpleDecodeQueueCSD()
609 loopCounter++; in testSimpleDecodeQueueCSD()