Lines Matching refs:aGTA

195             GraphicalTestArguments aGTA = getGraphicalTestArguments();  in compareGraphicalDiffs()  local
196 if (aGTA == null) in compareGraphicalDiffs()
200 if (aGTA.cancelRequest()) in compareGraphicalDiffs()
207 aGTA.allowStore(); in compareGraphicalDiffs()
209 String sBuildID = aGTA.getBuildID(); in compareGraphicalDiffs()
233 DB.init(aGTA.getDBInfoString() + "," + sDBConnection); in compareGraphicalDiffs()
242 …Object[] aList = DirectoryHelper.traverse(m_sInputPath, aFileFilter, aGTA.includeSubDirectories()); in compareGraphicalDiffs()
275 if (aGTA.checkIfUsableDocumentType(sEntry)) in compareGraphicalDiffs()
279 if (aGTA.cancelRequest()) in compareGraphicalDiffs()
289 if (aGTA.checkIfUsableDocumentType(m_sInputPath)) in compareGraphicalDiffs()
306 GraphicalTestArguments aGTA = getGraphicalTestArguments(); in runGDCWithStatus() local
310 if (aGTA.shouldOfficeStart()) in runGDCWithStatus()
317 aGTA.getPerformance().startTime(PerformanceContainer.OfficeStart); in runGDCWithStatus()
321 aGTA.getPerformance().stopTime(PerformanceContainer.OfficeStart); in runGDCWithStatus()
323 long nStartTime = aGTA.getPerformance().getTime(PerformanceContainer.OfficeStart); in runGDCWithStatus()
324 aGTA = getGraphicalTestArguments(); // get new TestArguments in runGDCWithStatus()
325 aGTA.getPerformance().setTime(PerformanceContainer.OfficeStart, nStartTime); in runGDCWithStatus()
345 …raphicalDifferenceCheck.checkOneFile(_sInputFile, _sOutputPath, _sReferencePath, _sDiffPath, aGTA); in runGDCWithStatus()
408 String sHTMLPrefix = aGTA.getHTMLOutputPrefix(); in runGDCWithStatus()