Lines Matching refs:_sOutputPath

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
190 String sNewOutputPath = _sOutputPath; in check()
211 …bOk = /* GraphicalDifferenceCheck.*/ checkOneFile(_sInputPath, _sOutputPath, _sReferencePath, _sDi… in check()
222 …public static boolean checkOneFile(String _sInputFile, String _sOutputPath, String _sReferencePath… in checkOneFile() argument
224 return checkOneFile( _sInputFile, _sOutputPath, _sReferencePath, null, _aGTA); in checkOneFile()
238 …public static boolean checkOneFile(String _sInputFile, String _sOutputPath, String _sReferencePath… in checkOneFile() argument
250 …bOk = convwatch.ConvWatch.checkDiffDiff(_aGTA, _sOutputPath, _sInputFile, _sReferencePath, _sDiffP… in checkOneFile()
255 bOk = convwatch.ConvWatch.check(_aGTA, _sOutputPath, _sInputFile, _sReferencePath); in checkOneFile()
274 …public static boolean checkOneFile(XComponent xComponent, String _sOutputPath, String _resultDocNa… in checkOneFile() argument
280 sInputFile = createInputFile(xComponent, _sOutputPath, _resultDocName); in checkOneFile()
282 return convwatch.ConvWatch.check(_aGTA, _sOutputPath, sInputFile, _sReferencePath); in checkOneFile()
315 …private static String createInputFile(XComponent xComponent, String _sOutputPath, String resultDoc… in createInputFile() argument
328 …String resultURL = URLHelper.getFileURLFromSystemPath(ensureEndingFileSep(_sOutputPath) + resultDo… in createInputFile()