Lines Matching refs:_sInputPath
65 …public static void createReferences(String _sInputPath, String _sReferencePath, GraphicalTestArgum… in createReferences() argument
70 File aInputPath = new File(_sInputPath); in createReferences()
91 …Object[] aList = DirectoryHelper.traverse(_sInputPath, FileHelper.getFileFilter(), _aGTA.includeSu… in createReferences()
95 …Path = _sReferencePath + fs + FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, _sInputPath); in createReferences()
103 createOneReferenceFile(_sInputPath, _sReferencePath, _aGTA); in createReferences()
151 …public static boolean check(String _sInputPath, String _sOutputPath, String _sReferencePath, Graph… in check() argument
153 return check(_sInputPath, _sOutputPath, _sReferencePath, null, _aGTA); in check()
171 …public static boolean check(String _sInputPath, String _sOutputPath, String _sReferencePath, Strin… in check() argument
177 File aInputPath = new File(_sInputPath); in check()
182 …Object[] aList = DirectoryHelper.traverse(_sInputPath, FileHelper.getFileFilter(), _aGTA.includeSu… in check()
188 … String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(sEntry, _sInputPath); in check()
211 …bOk = /* GraphicalDifferenceCheck.*/ checkOneFile(_sInputPath, _sOutputPath, _sReferencePath, _sDi… in check()