Lines Matching refs:_aParam

39 private void callEntry(String _sEntry, ParameterHelper _aParam)  in callEntry()  argument
44 File aFile = new File(_aParam.getInputPath()); in callEntry()
45 String sPath = _aParam.getInputPath(); in callEntry()
54 sPath = FileHelper.getPath(_aParam.getInputPath()); in callEntry()
59 String sNewOutputPath = _aParam.getOutputPath(); in callEntry()
83 checkOneFile(_sEntry, sNewOutputPath, _aParam); in callEntry()
99 public void foreachDocumentinInputPath(ParameterHelper _aParam) in foreachDocumentinInputPath() argument
102 File aInputPath = new File(_aParam.getInputPath()); in foreachDocumentinInputPath()
108 traverseDirectory(aFileFilter, _aParam); in foreachDocumentinInputPath()
112 callEntry(_aParam.getInputPath(), _aParam); in foreachDocumentinInputPath() local
116 private void traverseDirectory(FileFilter _aFileFilter, ParameterHelper _aParam) in traverseDirectory() argument
118 …Object[] aList = DirectoryHelper.traverse(_aParam.getInputPath(), _aFileFilter, _aParam.isIncludeS… in traverseDirectory()
128 callEntry(sEntry, _aParam); in traverseDirectory()
138 public void foreachPSorPDFinInputPath(ParameterHelper _aParam) in foreachPSorPDFinInputPath() argument
141 String sInputPath = _aParam.getInputPath(); in foreachPSorPDFinInputPath()
153 traverseDirectory(aFileFilter, _aParam); in foreachPSorPDFinInputPath()
160 IniFile aIniFile = new IniFile(_aParam.getInputPath()); in foreachPSorPDFinInputPath()
164 String sPath = FileHelper.getPath(_aParam.getInputPath()); in foreachPSorPDFinInputPath()
170 callEntry(sEntry, _aParam); in foreachPSorPDFinInputPath()
181 callEntry(sInputPath, _aParam); in foreachPSorPDFinInputPath()
189 _aParam.getReferenceType().toLowerCase().equals("pdf")) in foreachPSorPDFinInputPath()
192 callEntry(sInputPathWithPDF, _aParam); in foreachPSorPDFinInputPath()
201 callEntry(sInputPathWithPS, _aParam); in foreachPSorPDFinInputPath()
210 runThroughEveryReportInIndex(sPath, sBasename, _aParam); in foreachPSorPDFinInputPath()
218 …rivate void runThroughEveryReportInIndex(String _sPath, String _sBasename, ParameterHelper _aParam) in runThroughEveryReportInIndex() argument
253 callEntry(sEntry, _aParam); in runThroughEveryReportInIndex()
264 int nCurrentOkStatus = _aParam.getTestParameters().getInt("current_ok_status"); in runThroughEveryReportInIndex()
267 … sStatusRunThrough = (String)_aParam.getTestParameters().get("current_state"); in runThroughEveryReportInIndex()
268 sStatusInfo = (String)_aParam.getTestParameters().get("current_info"); in runThroughEveryReportInIndex()
274 _aParam.getTestParameters().put("last_state", sStatusRunThrough); in runThroughEveryReportInIndex()
275 _aParam.getTestParameters().put("last_info", sStatusInfo); in runThroughEveryReportInIndex()
288 callEntry(sEntry, _aParam); in runThroughEveryReportInIndex()
321 public void runThroughOneFileInIndex(String _sPath, String _sBasename, ParameterHelper _aParam) in runThroughOneFileInIndex() argument
331 public void foreachJPEGcompareWithJPEG(ParameterHelper _aParam) in foreachJPEGcompareWithJPEG() argument
334 String sInputPath = _aParam.getInputPath(); in foreachJPEGcompareWithJPEG()
346 traverseDirectory(aFileFilter, _aParam); in foreachJPEGcompareWithJPEG()
353 IniFile aIniFile = new IniFile(_aParam.getInputPath()); in foreachJPEGcompareWithJPEG()
366 String sOutputFilename = _aParam.getOutputPath(); in foreachJPEGcompareWithJPEG()
370 checkOneFile(sInputPath, sOutputFilename, _aParam); in foreachJPEGcompareWithJPEG()
378 runThroughEveryReportInIndex(sPath, sBasename, _aParam); in foreachJPEGcompareWithJPEG()
380 … String sStatusRunThrough = (String)_aParam.getTestParameters().get("last_state"); in foreachJPEGcompareWithJPEG()
381 String sStatusInfo = (String)_aParam.getTestParameters().get("last_info"); in foreachJPEGcompareWithJPEG()
387 String sOutputPath = _aParam.getOutputPath(); in foreachJPEGcompareWithJPEG()
414 public void foreachResultCreateHTML(ParameterHelper _aParam) in foreachResultCreateHTML() argument
417 String sInputPath = _aParam.getInputPath(); in foreachResultCreateHTML()
428 callEntry(sInputPath, _aParam); in foreachResultCreateHTML()
436 runThroughEveryReportInIndex(sPath, sBasename, _aParam); in foreachResultCreateHTML()