Home
last modified time | relevance | path

Searched refs:prevLocations (Results 1 – 3 of 3) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/
H A DAbstractVMInstall.java193 LibraryLocation[] prevLocations = fSystemLibraryDescriptions; in setLibraryLocations() local
194 if (prevLocations == null) { in setLibraryLocations()
195 prevLocations = getVMInstallType().getDefaultLibraryLocations(getInstallLocation()); in setLibraryLocations()
198 if (newLocations.length == prevLocations.length) { in setLibraryLocations()
202 equal = newLocations[i].equals(prevLocations[i]); in setLibraryLocations()
211 …angeEvent(this, IVMInstallChangedListener.PROPERTY_LIBRARY_LOCATIONS, prevLocations, newLocations); in setLibraryLocations()
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dtileset.cpp553 QList<int> prevLocations; in relocateTiles() local
560 prevLocations.append(fromIndex); in relocateTiles()
562 return prevLocations; in relocateTiles()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtilesetdocument.cpp357 const auto prevLocations = mTileset->relocateTiles(tiles, location); in relocateTiles() local
359 return prevLocations; in relocateTiles()