Home
last modified time | relevance | path

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

/aoo4110/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java276 Enumeration aSnapshot = m_lTestFiles.elements(); in checkUsingOfMediaDescriptor() local
277 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() local
437 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() local
602 while (aSnapshot.hasMoreElements()) in checkStreamLoading()
604 File aFile = new File(m_sTestDocPath, (String) aSnapshot.nextElement()); in checkStreamLoading()
/aoo4110/main/qadevOOo/runner/helper/
H A DURLHelper.java279 Enumeration aSnapshot = lSubFiles.elements(); in getSystemFilesFromDir() local
280 while (aSnapshot.hasMoreElements()) in getSystemFilesFromDir()
281 lFilteredFiles.add(aSnapshot.nextElement()); in getSystemFilesFromDir()
/aoo4110/main/l10ntools/source/filter/utils/
H A DFileHelper.java234 java.util.Enumeration aSnapshot = lSubFiles.elements(); in getSystemFilesFromDir() local
235 while (aSnapshot.hasMoreElements()) in getSystemFilesFromDir()
236 lFilteredFiles.add(aSnapshot.nextElement()); in getSystemFilesFromDir()

Completed in 22 milliseconds