Home
last modified time | relevance | path

Searched refs:nextIndex (Results 1 – 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzerMultiple.java37 int nextIndex = iterations % Options.inputFileList.size(); in getNextInputFilename() local
38 inputFile = Options.inputFileList.get(nextIndex); in getNextInputFilename()
/art/test/952-invoke-custom/src/
DTestInvokeCustomWithConcurrentThreads.java30 private static final AtomicInteger nextIndex = new AtomicInteger(0); field in TestInvokeCustomWithConcurrentThreads
36 return nextIndex.getAndIncrement();