Home
last modified time | relevance | path

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

/AOO41X/main/filter/qa/complex/filter/detection/typeDetection/
H A DTypeDetection.java258 Enumeration allToDos = CSVData.elements(); in checkByURLonly() local
260 while (allToDos.hasMoreElements()){ in checkByURLonly()
261 Vector toDo = (Vector) allToDos.nextElement(); in checkByURLonly()
360 Enumeration allToDos = CSVData.elements(); in checkPreselectedType() local
362 while (allToDos.hasMoreElements()){ in checkPreselectedType()
364 Vector toDo = (Vector) allToDos.nextElement(); in checkPreselectedType()
410 Enumeration allToDos = CSVData.elements(); in checkPreselectedFilter() local
412 while (allToDos.hasMoreElements()){ in checkPreselectedFilter()
414 Vector toDo = (Vector) allToDos.nextElement(); in checkPreselectedFilter()
461 Enumeration allToDos = CSVData.elements(); in checkPreselectedDocService() local
[all …]