Searched refs:nextBuffer (Results 1 – 5 of 5) sorted by relevance
93 private boolean nextBuffer(InputFile inputFile) in nextBuffer() method in Checker159 while (nextBuffer(dataFile)) { in check()
114 private int nextBuffer(InputFile inputFileArg) in nextBuffer() method in StatisticsTool124 bufMax = nextBuffer(inputFile); in nextChar()
411 private StringBuffer nextBuffer = new StringBuffer(); field in CaseIterator488 nextBuffer.setLength(0); in next()490 nextBuffer.append(variants[i][counts[i]]); in next()507 return nextBuffer.toString(); in next()
409 private StringBuffer nextBuffer = new StringBuffer(); field in CaseIterator486 nextBuffer.setLength(0); in next()488 nextBuffer.append(variants[i][counts[i]]); in next()505 return nextBuffer.toString(); in next()
647 auto nextBuffer = mPendingBuffersToWork.front(); in sendOutputBufferToWorkIfAny() local648 GraphicBlockInfo* info = getGraphicBlockById(nextBuffer.mBlockId); in sendOutputBufferToWorkIfAny()651 C2Work* work = getPendingWorkByBitstreamId(nextBuffer.mBitstreamId); in sendOutputBufferToWorkIfAny()661 nextBuffer.mBlockId) == mUndequeuedBlockIds.end()) { in sendOutputBufferToWorkIfAny()694 reportWorkIfFinished(nextBuffer.mBitstreamId); in sendOutputBufferToWorkIfAny()