Home
last modified time | relevance | path

Searched refs:SystemProperties (Results 51 – 75 of 679) sorted by relevance

12345678910>>...28

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/vm/reference/java/lang/
H A DVMClassLoader.java44 import gnu.classpath.SystemProperties;
94 SystemProperties.getProperty("java.specification.name");
96 SystemProperties.getProperty("java.specification.vendor");
98 SystemProperties.getProperty("java.specification.version");
186 SystemProperties.getProperty("java.boot.class.path", "."), in getResources()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/vm/reference/java/lang/
H A DVMClassLoader.java44 import gnu.classpath.SystemProperties;
94 SystemProperties.getProperty("java.specification.name");
96 SystemProperties.getProperty("java.specification.vendor");
98 SystemProperties.getProperty("java.specification.version");
186 SystemProperties.getProperty("java.boot.class.path", "."), in getResources()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/vm/reference/java/lang/
H A DVMClassLoader.java44 import gnu.classpath.SystemProperties;
94 SystemProperties.getProperty("java.specification.name");
96 SystemProperties.getProperty("java.specification.vendor");
98 SystemProperties.getProperty("java.specification.version");
186 SystemProperties.getProperty("java.boot.class.path", "."), in getResources()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/vm/reference/java/lang/
H A DVMClassLoader.java44 import gnu.classpath.SystemProperties;
94 SystemProperties.getProperty("java.specification.name");
96 SystemProperties.getProperty("java.specification.vendor");
98 SystemProperties.getProperty("java.specification.version");
186 SystemProperties.getProperty("java.boot.class.path", "."), in getResources()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/vm/reference/java/lang/
H A DVMClassLoader.java46 import gnu.classpath.SystemProperties;
87 SystemProperties.getProperty("java.specification.name");
89 SystemProperties.getProperty("java.specification.vendor");
91 SystemProperties.getProperty("java.specification.version");
270 SystemProperties.getProperty("java.boot.class.path", "."), in getResources()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/vm/reference/java/lang/
H A DVMClassLoader.java44 import gnu.classpath.SystemProperties;
94 SystemProperties.getProperty("java.specification.name");
96 SystemProperties.getProperty("java.specification.vendor");
98 SystemProperties.getProperty("java.specification.version");
186 SystemProperties.getProperty("java.boot.class.path", "."), in getResources()
/dports/lang/gcc48/gcc-4.8.5/libjava/java/lang/
H A DSystem.java42 import gnu.classpath.SystemProperties;
335 return SystemProperties.getProperties(); in getProperties()
352 SystemProperties.setProperties(properties); in setProperties()
372 return SystemProperties.getProperty(key); in getProperty()
391 return SystemProperties.getProperty(key, def); in getProperty()
411 return SystemProperties.setProperty(key, value); in setProperty()
434 return SystemProperties.remove(key); in clearProperty()
/dports/lang/gnat_util/gcc-6-20180516/libjava/java/lang/
H A DSystem.java42 import gnu.classpath.SystemProperties;
335 return SystemProperties.getProperties(); in getProperties()
352 SystemProperties.setProperties(properties); in setProperties()
372 return SystemProperties.getProperty(key); in getProperty()
391 return SystemProperties.getProperty(key, def); in getProperty()
411 return SystemProperties.setProperty(key, value); in setProperty()
434 return SystemProperties.remove(key); in clearProperty()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/java/lang/
H A DSystem.java42 import gnu.classpath.SystemProperties;
335 return SystemProperties.getProperties(); in getProperties()
352 SystemProperties.setProperties(properties); in setProperties()
372 return SystemProperties.getProperty(key); in getProperty()
391 return SystemProperties.getProperty(key, def); in getProperty()
411 return SystemProperties.setProperty(key, value); in setProperty()
434 return SystemProperties.remove(key); in clearProperty()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/java/lang/
H A DSystem.java42 import gnu.classpath.SystemProperties;
335 return SystemProperties.getProperties(); in getProperties()
352 SystemProperties.setProperties(properties); in setProperties()
372 return SystemProperties.getProperty(key); in getProperty()
391 return SystemProperties.getProperty(key, def); in getProperty()
411 return SystemProperties.setProperty(key, value); in setProperty()
434 return SystemProperties.remove(key); in clearProperty()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/java/lang/
H A DSystem.java42 import gnu.classpath.SystemProperties;
335 return SystemProperties.getProperties(); in getProperties()
352 SystemProperties.setProperties(properties); in setProperties()
372 return SystemProperties.getProperty(key); in getProperty()
391 return SystemProperties.getProperty(key, def); in getProperty()
411 return SystemProperties.setProperty(key, value); in setProperty()
434 return SystemProperties.remove(key); in clearProperty()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/lang/management/
H A DMemoryPoolMXBeanImpl.java40 import gnu.classpath.SystemProperties;
176 return SystemProperties.getProperty(COLLECTION_USAGE_THRESHOLD) != null; in isCollectionUsageThresholdSupported()
186 return SystemProperties.getProperty(USAGE_THRESHOLD) != null; in isUsageThresholdSupported()
H A DRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
188 bootClassPath = SystemProperties.getProperty(JAVA_BOOT_CLASS_PATH); in isBootClassPathSupported()
190 bootClassPath = SystemProperties.getProperty(SUN_BOOT_CLASS_PATH); in isBootClassPathSupported()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/lang/management/
H A DMemoryPoolMXBeanImpl.java40 import gnu.classpath.SystemProperties;
176 return SystemProperties.getProperty(COLLECTION_USAGE_THRESHOLD) != null; in isCollectionUsageThresholdSupported()
186 return SystemProperties.getProperty(USAGE_THRESHOLD) != null; in isUsageThresholdSupported()
H A DRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
188 bootClassPath = SystemProperties.getProperty(JAVA_BOOT_CLASS_PATH); in isBootClassPathSupported()
190 bootClassPath = SystemProperties.getProperty(SUN_BOOT_CLASS_PATH); in isBootClassPathSupported()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/lang/management/
H A DMemoryPoolMXBeanImpl.java40 import gnu.classpath.SystemProperties;
176 return SystemProperties.getProperty(COLLECTION_USAGE_THRESHOLD) != null; in isCollectionUsageThresholdSupported()
186 return SystemProperties.getProperty(USAGE_THRESHOLD) != null; in isUsageThresholdSupported()
H A DRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
188 bootClassPath = SystemProperties.getProperty(JAVA_BOOT_CLASS_PATH); in isBootClassPathSupported()
190 bootClassPath = SystemProperties.getProperty(SUN_BOOT_CLASS_PATH); in isBootClassPathSupported()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/lang/management/
H A DMemoryPoolMXBeanImpl.java40 import gnu.classpath.SystemProperties;
176 return SystemProperties.getProperty(COLLECTION_USAGE_THRESHOLD) != null; in isCollectionUsageThresholdSupported()
186 return SystemProperties.getProperty(USAGE_THRESHOLD) != null; in isUsageThresholdSupported()
H A DRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
188 bootClassPath = SystemProperties.getProperty(JAVA_BOOT_CLASS_PATH); in isBootClassPathSupported()
190 bootClassPath = SystemProperties.getProperty(SUN_BOOT_CLASS_PATH); in isBootClassPathSupported()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/lang/management/
H A DMemoryPoolMXBeanImpl.java40 import gnu.classpath.SystemProperties;
176 return SystemProperties.getProperty(COLLECTION_USAGE_THRESHOLD) != null; in isCollectionUsageThresholdSupported()
186 return SystemProperties.getProperty(USAGE_THRESHOLD) != null; in isUsageThresholdSupported()
H A DRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
188 bootClassPath = SystemProperties.getProperty(JAVA_BOOT_CLASS_PATH); in isBootClassPathSupported()
190 bootClassPath = SystemProperties.getProperty(SUN_BOOT_CLASS_PATH); in isBootClassPathSupported()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/update/impl/
H A DAzureusRestarterImpl.java128 String app_path = SystemProperties.getApplicationPath(); in runUpdateProcess()
135 String user_path = SystemProperties.getUserPath(); in runUpdateProcess()
142 String config_override = System.getProperty( SystemProperties.SYS_PROP_CONFIG_OVERRIDE ); in runUpdateProcess()
164 update_properties.put( "app_name", SystemProperties.getApplicationName()); in runUpdateProcess()
165 update_properties.put( "app_entry", SystemProperties.getApplicationEntryPoint()); in runUpdateProcess()
356 null, SystemProperties.getApplicationPath(), in restartViaEXE()
372 SystemProperties.getApplicationPath(), AEWin32Access.SW_NORMAL); in restartViaEXE()
433 SystemProperties.getApplicationPath(), in restartViaEXE()
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/tests/rdma/simple/app/
H A Drdma_test.cpp188 HsaSystemProperties SystemProperties = {0}; in main() local
189 status = hsaKmtAcquireSystemProperties(&SystemProperties); in main()
197 printf("System properties: Number of nodes: %d\n", SystemProperties.NumNodes); in main()
199 for (HSAuint32 iNode = 0; iNode < SystemProperties.NumNodes; iNode++) in main()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/launch/
H A DPluginSingleInstanceHandler.java34 import org.gudy.azureus2.core3.util.SystemProperties;
156 … String config_dir = System.getProperty( SystemProperties.SYS_PROP_CONFIG_OVERRIDE, null ); in startListener()
254 String config_dir = System.getProperty( SystemProperties.SYS_PROP_CONFIG_OVERRIDE, null ); in sendArguments()
306 return( SystemProperties.getApplicationName() + " Single Instance Handler" ); in getHeader()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/options/
H A DLisaControlUnitPreferences.java25 import de.dlr.ts.lisum.gui.SystemProperties;
64 …private final CityInterface city = SystemProperties.getInstance().getCurrentSimulation().getCityIn…
132 stage.getIcons().add(SystemProperties.getInstance().getMainIcon()); in show()
135 SystemProperties.getInstance().simulationOpenedProperty() in show()
219 SimulationControlUnits cus = SystemProperties.getInstance() in populateControlUnitInitialValues()

12345678910>>...28