Home
last modified time | relevance | path

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

/AOO41X/main/filter/qa/complex/filter/detection/typeDetection/
H A DTypeDetection.java261 Vector toDo = (Vector) allToDos.nextElement(); in checkByURLonly() local
263 String fileAlias = (String) toDo.get(0); in checkByURLonly()
264 String fileURL = (String) toDo.get(1); in checkByURLonly()
265 String URLfileType = (String) toDo.get(2); in checkByURLonly()
266 String StreamfileType = (String) toDo.get(3); in checkByURLonly()
364 Vector toDo = (Vector) allToDos.nextElement(); in checkPreselectedType() local
366 String fileAlias = (String) toDo.get(0); in checkPreselectedType()
368 String preselectFileType = (String) toDo.get(1); in checkPreselectedType()
369 String expectedFileType = (String) toDo.get(2); in checkPreselectedType()
414 Vector toDo = (Vector) allToDos.nextElement(); in checkPreselectedFilter() local
[all …]
H A DHelper.java380 Vector toDo = (Vector) m_vFiles.get(i); in createFilesList() local
381 m_hFileURLs.put((String) toDo.get(0).toString(), in createFilesList()
382 (String) toDo.get(1).toString()); in createFilesList()
383 m_hFileTypes.put((String) toDo.get(0).toString(), in createFilesList()
384 (String) toDo.get(2).toString()); in createFilesList()