Lines Matching refs:aList
159 ArrayList aList = new ArrayList(); in mustInstalledSoftware() local
163 aList.add( "composite -version" ); in mustInstalledSoftware()
164 aList.add( "identify -version" ); in mustInstalledSoftware()
167 aList.add( "gs -version" ); in mustInstalledSoftware()
171 aList.add( "composite.exe -version" ); in mustInstalledSoftware()
172 aList.add( "identify.exe -version" ); in mustInstalledSoftware()
175 aList.add( "gswin32c.exe -version" ); in mustInstalledSoftware()
178 return aList.toArray(); in mustInstalledSoftware()
242 …Object[] aList = DirectoryHelper.traverse(m_sInputPath, aFileFilter, aGTA.includeSubDirectories()); in compareGraphicalDiffs() local
243 if (aList.length == 0) in compareGraphicalDiffs()
249 for (int i=0;i<aList.length;i++) in compareGraphicalDiffs()
251 String sEntry = (String)aList[i]; in compareGraphicalDiffs()