Lines Matching refs:loopCounter
386 int loopCounter = 0; in testSimpleDecode() local
390 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecode()
407 if (loopCounter != 0 && !ref.equals(test)) { in testSimpleDecode()
414 loopCounter++; in testSimpleDecode()
753 int loopCounter = 0; in testOnlyEos() local
756 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
762 if (loopCounter != 0 && !ref.equals(test)) { in testOnlyEos()
766 loopCounter++; in testOnlyEos()
824 int loopCounter = 0; in testSimpleDecodeQueueCSD() local
830 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecodeQueueCSD()
849 if (loopCounter != 0 && !ref.equals(test)) { in testSimpleDecodeQueueCSD()
856 loopCounter++; in testSimpleDecodeQueueCSD()