Home | History | Annotate | Download | only in configuration

Lines Matching defs:list1

570         List<State> list1 = new ArrayList<State>(states.size());
573 list1.addAll(states);
579 for (State s : list1) {
605 // move the candidates back into list1.
606 list1.clear();
607 list1.addAll(list2);
615 if (list1.size() > 0) {
616 return list1.get(0).getName();