Home
last modified time | relevance | path

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

/aoo42x/main/qadevOOo/runner/graphical/
H A DEnhancedComplexTestCase.java102 File aInputPath = new File(_aParam.getInputPath()); in foreachDocumentinInputPath() local
103 if (aInputPath.isDirectory()) in foreachDocumentinInputPath()
142 File aInputPath = new File(sInputPath); in foreachPSorPDFinInputPath() local
148 if (aInputPath.isDirectory()) in foreachPSorPDFinInputPath()
335 File aInputPath = new File(sInputPath); in foreachJPEGcompareWithJPEG() local
341 if (aInputPath.isDirectory()) in foreachJPEGcompareWithJPEG()
418 File aInputPath = new File(sInputPath); in foreachResultCreateHTML() local
/aoo42x/main/qadevOOo/runner/convwatch/
H A DGraphicalDifferenceCheck.java70 File aInputPath = new File(_sInputPath); in createReferences() local
84 if (aInputPath.isDirectory()) in createReferences()
88 String sRemovePath = aInputPath.getAbsolutePath(); in createReferences()
177 File aInputPath = new File(_sInputPath); in check() local
178 if (aInputPath.isDirectory()) in check()
H A DDocumentConverter.java164 File aInputPath = new File(m_sInputPath); in convert() local
165 if (aInputPath.isDirectory()) in convert()
169 String sRemovePath = aInputPath.getAbsolutePath(); in convert()
H A DReferenceBuilder.java170 File aInputPath = new File(m_sInputPath); in buildreference() local
171 if (aInputPath.isDirectory()) in buildreference()
175 String sRemovePath = aInputPath.getAbsolutePath(); in buildreference()
H A DConvWatchStarter.java235 File aInputPath = new File(m_sInputPath); in compareGraphicalDiffs() local
236 if (aInputPath.isDirectory()) in compareGraphicalDiffs()

Completed in 25 milliseconds