Searched refs:nextIndex (Results 1 – 3 of 3) sorted by relevance
37 int nextIndex = iterations % Options.inputFileList.size(); in getNextInputFilename() local38 inputFile = Options.inputFileList.get(nextIndex); in getNextInputFilename()
30 private static final AtomicInteger nextIndex = new AtomicInteger(0); field in TestInvokeCustomWithConcurrentThreads36 return nextIndex.getAndIncrement();
3151 name : 'nextIndex'3177 … |0006: sput-object v0, LTestInvokeCustomWithConcurrentThreads;.nextIndex:Ljava/util/concu…3230 … |0000: sget-object v0, LTestInvokeCustomWithConcurrentThreads;.nextIndex:Ljava/util/concu…