Lines Matching refs:String

39 private void callEntry(String _sEntry, ParameterHelper _aParam)  in callEntry()
45 String sPath = _aParam.getInputPath(); in callEntry()
56 String sNewSubDir = FileHelper.removeFirstDirectorysAndBasenameFrom(_sEntry, sPath); in callEntry()
59 String sNewOutputPath = _aParam.getOutputPath(); in callEntry()
127 String sEntry = (String)aList[i]; in traverseDirectory()
141 String sInputPath = _aParam.getInputPath(); in foreachPSorPDFinInputPath()
163 String sKey = (String)aIniFile.nextElement(); in foreachPSorPDFinInputPath()
164 String sPath = FileHelper.getPath(_aParam.getInputPath()); in foreachPSorPDFinInputPath()
165 String sEntry = FileHelper.appendPath(sPath, sKey); in foreachPSorPDFinInputPath()
185 String sInputPathWithPDF = sInputPath + ".pdf"; in foreachPSorPDFinInputPath()
196 String sInputPathWithPS = sInputPath + ".ps"; in foreachPSorPDFinInputPath()
205 String sPath = FileHelper.getPath(sInputPath); in foreachPSorPDFinInputPath()
206 String sBasename = FileHelper.getBasename(sInputPath); in foreachPSorPDFinInputPath()
218 …private void runThroughEveryReportInIndex(String _sPath, String _sBasename, ParameterHelper _aPara… in runThroughEveryReportInIndex()
220 String sIndexFile = FileHelper.appendPath(_sPath, "index.ini"); in runThroughEveryReportInIndex()
230 ArrayList<String> aList = new ArrayList<String>(); in runThroughEveryReportInIndex()
233 String sValue = aIniFile.getValue(_sBasename, "report" + i); in runThroughEveryReportInIndex()
235 String sPSorPDFName = getPSorPDFNameFromIniFile(aIniFile, sValue); in runThroughEveryReportInIndex()
238 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex()
245 String sStatusRunThrough = ""; in runThroughEveryReportInIndex()
246 String sStatusInfo = ""; in runThroughEveryReportInIndex()
250 String sEntry = aList.get(i); in runThroughEveryReportInIndex()
267 … sStatusRunThrough = (String)_aParam.getTestParameters().get("current_state"); in runThroughEveryReportInIndex()
268 sStatusInfo = (String)_aParam.getTestParameters().get("current_info"); in runThroughEveryReportInIndex()
281 String sPSorPDFName = getPSorPDFNameFromIniFile(aIniFile, _sBasename); in runThroughEveryReportInIndex()
287 String sEntry = FileHelper.appendPath(_sPath, sPSorPDFName); in runThroughEveryReportInIndex()
298 private String getPSorPDFNameFromIniFile(IniFile _aIniFile, String _sName) in getPSorPDFNameFromIniFile()
301 String sPSBasename = _sName + ".ps"; in getPSorPDFNameFromIniFile()
321 public void runThroughOneFileInIndex(String _sPath, String _sBasename, ParameterHelper _aParam) in runThroughOneFileInIndex()
334 String sInputPath = _aParam.getInputPath(); in foreachJPEGcompareWithJPEG()
356 String sSection = (String)aIniFile.nextElement(); in foreachJPEGcompareWithJPEG()
366 String sOutputFilename = _aParam.getOutputPath(); in foreachJPEGcompareWithJPEG()
375 String sPath = FileHelper.getPath(sInputPath); in foreachJPEGcompareWithJPEG()
376 String sBasename = FileHelper.getBasename(sInputPath); in foreachJPEGcompareWithJPEG()
380String 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()
388String sBasenameIni = FileHelper.appendPath(sOutputPath, sBasename + ".ps.ini"); in foreachJPEGcompareWithJPEG()
417 String sInputPath = _aParam.getInputPath(); in foreachResultCreateHTML()
433 String sPath = FileHelper.getPath(sInputPath); in foreachResultCreateHTML()
434 String sBasename = FileHelper.getBasename(sInputPath); in foreachResultCreateHTML()
441 String sIndexFile = FileHelper.appendPath(sPath, "index.ini"); in foreachResultCreateHTML()
451 ArrayList<String> aList = new ArrayList<String>(); in foreachResultCreateHTML()
454 String sValue = aIniFile.getValue(sBasename, "report" + i); in foreachResultCreateHTML()
456 String sPSorPDFName = getPSorPDFNameFromIniFile(aIniFile, sValue); in foreachResultCreateHTML()
471 String sPSFile = aList.get(i); in foreachResultCreateHTML()
474 String sIndexFile2 = FileHelper.appendPath(sPath, sPSFile + ".ini"); in foreachResultCreateHTML()
476 String sStatusRunThrough = aIniFile2.getValue("global", "state"); in foreachResultCreateHTML()
477 String sStatusMessage = ""; // aIniFile2.getValue("global", "info"); in foreachResultCreateHTML()
481 String sHTMLFile = sPSFile + ".html"; in foreachResultCreateHTML()