Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzer.java352 List<Executor> newList = new ArrayList<Executor>(); in analyseResults() local
353 newList.add(executor); in analyseResults()
354 outputMap.put(output, newList); in analyseResults()