Searched refs:aSnapshot (Results 1 – 3 of 3) sorted by relevance
276 Enumeration aSnapshot = m_lTestFiles.elements(); in checkUsingOfMediaDescriptor() local277 while (aSnapshot.hasMoreElements()) in checkUsingOfMediaDescriptor()279 File aSysFile = new File(m_sTestDocPath, (String)aSnapshot.nextElement()); in checkUsingOfMediaDescriptor()434 Enumeration aSnapshot = m_lTestFiles.elements(); in checkURLEncoding() local437 while (aSnapshot.hasMoreElements()) { in checkURLEncoding()438 File aFile = new File(m_sTestDocPath, (String)aSnapshot.nextElement()); in checkURLEncoding()601 Enumeration aSnapshot = m_lTestFiles.elements(); in checkStreamLoading() local602 while (aSnapshot.hasMoreElements()) in checkStreamLoading()604 File aFile = new File(m_sTestDocPath, (String) aSnapshot.nextElement()); in checkStreamLoading()
279 Enumeration aSnapshot = lSubFiles.elements(); in getSystemFilesFromDir() local280 while (aSnapshot.hasMoreElements()) in getSystemFilesFromDir()281 lFilteredFiles.add(aSnapshot.nextElement()); in getSystemFilesFromDir()
234 java.util.Enumeration aSnapshot = lSubFiles.elements(); in getSystemFilesFromDir() local235 while (aSnapshot.hasMoreElements()) in getSystemFilesFromDir()236 lFilteredFiles.add(aSnapshot.nextElement()); in getSystemFilesFromDir()
Completed in 27 milliseconds