Home
last modified time | relevance | path

Searched refs:libraryLocations (Results 1 – 6 of 6) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres/
H A DVMLibraryBlock.java238 LibraryLocation[] libraryLocations = fLibraryContentProvider.getLibraries(); in isDefaultLocations() local
240 if (vm == null || libraryLocations == null) { in isDefaultLocations()
246 if (def.length == libraryLocations.length) { in isDefaultLocations()
248 if (!def[i].equals(libraryLocations[i])) { in isDefaultLocations()
490 LibraryLocation[] libraryLocations = null; in setSelection() local
492 libraryLocations = new LibraryLocation[0]; in setSelection()
494 libraryLocations = JavaRuntime.getLibraryLocations(vm); in setSelection()
497 fLibraryContentProvider.setLibraries(libraryLocations); in setSelection()
/dports/math/rkward-kde/rkward-0.7.1/rkward/settings/
H A Drksettingsmoduler.h128 static QStringList libraryLocations ();
H A Drksettingsmoduler.cpp453 if (!libraryLocations ().contains (new_loc)) liblocs.prepend (new_loc); in addLibraryLocation()
473 QStringList RKSettingsModuleRPackages::libraryLocations () { in libraryLocations() function in RKSettingsModuleRPackages
558 QStringList ll = libraryLocations (); in libLocsCommand()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DVMDefinitionsContainer.java328 LibraryLocation[] libraryLocations= vm.getLibraryLocations(); in vmAsElement() local
329 if (libraryLocations != null) { in vmAsElement()
330 Element libLocationElement = libraryLocationsAsElement(doc, libraryLocations); in vmAsElement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/
H A DAbstractJavaLaunchConfigurationDelegate.java364 LibraryLocation[] libraryLocations = install.getLibraryLocations(); in getBootpathExt() local
365 if (libraryLocations != null) { in getBootpathExt()
372 …if (!JRERuntimeClasspathEntryResolver.isSameArchives(libraryLocations, install.getVMInstallType().… in getBootpathExt()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/apitools/org.eclipse.pde.api.tools/src/org/eclipse/pde/api/tools/internal/util/
H A DUtil.java550 LibraryLocation[] libraryLocations = JavaRuntime.getLibraryLocations(vm); in generateEEContents() local
551 for (int i = 0; i < libraryLocations.length; i++) { in generateEEContents()
552 LibraryLocation lib = libraryLocations[i]; in generateEEContents()
554 if (i < (libraryLocations.length - 1)) { in generateEEContents()