Home
last modified time | relevance | path

Searched refs:SystemProperties (Results 1 – 25 of 679) sorted by relevance

12345678910>>...28

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/profiling/memory/
H A Dsystem_property.cc29 SystemProperties::Handle::Handle(Handle&& other) { in Handle()
36 SystemProperties::Handle& SystemProperties::Handle::operator=(Handle&& other) { in operator =()
45 SystemProperties::Handle::Handle(SystemProperties* system_properties) in Handle()
48 SystemProperties::Handle::Handle(SystemProperties* system_properties, in Handle()
52 SystemProperties::Handle::~Handle() { in ~Handle()
61 SystemProperties::Handle::operator bool() { in operator bool()
65 SystemProperties::Handle SystemProperties::SetProperty(std::string name) { in SetProperty()
81 SystemProperties::Handle SystemProperties::SetAll() { in SetAll()
127 SystemProperties::~SystemProperties() { in ~SystemProperties()
157 void SystemProperties::UnsetAll() { in UnsetAll()
[all …]
H A Dsystem_property.h39 class SystemProperties {
43 friend void swap(SystemProperties::Handle&, SystemProperties::Handle&);
51 friend class SystemProperties; variable
56 explicit Handle(SystemProperties* system_properties, std::string property);
57 explicit Handle(SystemProperties* system_properties);
59 SystemProperties* system_properties_;
69 virtual ~SystemProperties();
84 void swap(SystemProperties::Handle& a, SystemProperties::Handle& b);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/profiling/memory/
H A Dsystem_property.cc29 SystemProperties::Handle::Handle(Handle&& other) { in Handle()
36 SystemProperties::Handle& SystemProperties::Handle::operator=(Handle&& other) { in operator =()
45 SystemProperties::Handle::Handle(SystemProperties* system_properties) in Handle()
48 SystemProperties::Handle::Handle(SystemProperties* system_properties, in Handle()
52 SystemProperties::Handle::~Handle() { in ~Handle()
61 SystemProperties::Handle::operator bool() { in operator bool()
65 SystemProperties::Handle SystemProperties::SetProperty(std::string name) { in SetProperty()
81 SystemProperties::Handle SystemProperties::SetAll() { in SetAll()
127 SystemProperties::~SystemProperties() { in ~SystemProperties()
157 void SystemProperties::UnsetAll() { in UnsetAll()
[all …]
H A Dsystem_property.h39 class SystemProperties {
43 friend void swap(SystemProperties::Handle&, SystemProperties::Handle&);
51 friend class SystemProperties; variable
56 explicit Handle(SystemProperties* system_properties, std::string property);
57 explicit Handle(SystemProperties* system_properties);
59 SystemProperties* system_properties_;
69 virtual ~SystemProperties();
84 void swap(SystemProperties::Handle& a, SystemProperties::Handle& b);
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/
H A DMainProgram.java96 stage.setTitle(SystemProperties.getInstance().getSystemName()); in start()
99 SystemProperties.getInstance().getWidth(), in start()
100 SystemProperties.getInstance().getHeight()); in start()
119 stage.getIcons().add(SystemProperties.getInstance().getMainIcon()); in start()
124 Message.setProgramName(SystemProperties.getInstance().getSystemName()); in start()
125 Message.setIcon(SystemProperties.getInstance().getMainIcon()); in start()
147 SystemProperties.getInstance().simulationOpenedProperty() in changeApplicationTitleListener()
151 stage.setTitle(SystemProperties.getInstance().getSystemName() + " - " + in changeApplicationTitleListener()
152SystemProperties.getInstance().getCurrentSimulation().getSimulationFiles().getLisumConfigFile()); in changeApplicationTitleListener()
154 stage.setTitle(SystemProperties.getInstance().getSystemName()); in changeApplicationTitleListener()
[all …]
H A DActions.java72 SystemProperties.getInstance().setCurrentSimulation(null); in openLastSimulation()
90 SystemProperties.getInstance().setCurrentSimulation(null); in openSimulationSelectingFile()
126 SystemProperties.getInstance().setCurrentSimulation(simulation); in openSimulation()
149 LisumSimulation cs = SystemProperties.getInstance().getCurrentSimulation(); in closeCurrentproject()
154 SystemProperties.getInstance().setCurrentSimulation(null); in closeCurrentproject()
201 …LisumSimulation.InitBeforePlayResponse initBeforePlay = SystemProperties.getInstance().getCurrentS… in execCurrentSimulation()
206 Runnable r = SystemProperties.getInstance().getCurrentSimulation().getRunnable(); in execCurrentSimulation()
215 SystemProperties.getInstance().simulationStartedProperty().set(false); in execCurrentSimulation()
222 SystemProperties.getInstance().simulationStartedProperty().set(true); in execCurrentSimulation()
249 if (SystemProperties.getInstance().simulationStartedProperty().get()) { in exitSystem()
[all …]
H A DSystemProperties.java40 public class SystemProperties class
42 private static final SystemProperties INSTANCE = new SystemProperties();
62 public static SystemProperties getInstance() in getInstance()
70 private SystemProperties() in SystemProperties() method in SystemProperties
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/pluginsimpl/local/
H A DPluginManagerDefaultsImpl.java29 import org.gudy.azureus2.core3.util.SystemProperties;
79 SystemProperties.setApplicationName( name ); in setApplicationName()
85 return( SystemProperties.getApplicationName()); in getApplicationName()
92 SystemProperties.setApplicationIdentifier( id ); in setApplicationIdentifier()
98 return( SystemProperties.getApplicationIdentifier()); in getApplicationIdentifier()
105 SystemProperties.setApplicationEntryPoint( ep ); in setApplicationEntryPoint()
111 return( SystemProperties.getApplicationEntryPoint()); in getApplicationEntryPoint()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/lang/management/
H A DThreadMXBeanImpl.java40 import gnu.classpath.SystemProperties;
123 timeEnabled = Boolean.parseBoolean(SystemProperties.getProperty(TIME_ENABLED)); in ThreadMXBeanImpl()
281 return SystemProperties.getProperty(CURRENT_THREAD_TIME_SUPPORT) != null; in isCurrentThreadCpuTimeSupported()
286 return SystemProperties.getProperty(MONITOR_SUPPORT) != null; in isObjectMonitorUsageSupported()
291 return SystemProperties.getProperty(SYNCHRONIZER_SUPPORT) != null; in isSynchronizerUsageSupported()
305 return SystemProperties.getProperty(CONTENTION_SUPPORT) != null; in isThreadContentionMonitoringSupported()
320 return SystemProperties.getProperty(THREAD_TIME_SUPPORT) != null; in isThreadCpuTimeSupported()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/lang/management/
H A DThreadMXBeanImpl.java40 import gnu.classpath.SystemProperties;
123 timeEnabled = Boolean.parseBoolean(SystemProperties.getProperty(TIME_ENABLED)); in ThreadMXBeanImpl()
281 return SystemProperties.getProperty(CURRENT_THREAD_TIME_SUPPORT) != null; in isCurrentThreadCpuTimeSupported()
286 return SystemProperties.getProperty(MONITOR_SUPPORT) != null; in isObjectMonitorUsageSupported()
291 return SystemProperties.getProperty(SYNCHRONIZER_SUPPORT) != null; in isSynchronizerUsageSupported()
305 return SystemProperties.getProperty(CONTENTION_SUPPORT) != null; in isThreadContentionMonitoringSupported()
320 return SystemProperties.getProperty(THREAD_TIME_SUPPORT) != null; in isThreadCpuTimeSupported()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/lang/management/
H A DThreadMXBeanImpl.java40 import gnu.classpath.SystemProperties;
123 timeEnabled = Boolean.parseBoolean(SystemProperties.getProperty(TIME_ENABLED)); in ThreadMXBeanImpl()
281 return SystemProperties.getProperty(CURRENT_THREAD_TIME_SUPPORT) != null; in isCurrentThreadCpuTimeSupported()
286 return SystemProperties.getProperty(MONITOR_SUPPORT) != null; in isObjectMonitorUsageSupported()
291 return SystemProperties.getProperty(SYNCHRONIZER_SUPPORT) != null; in isSynchronizerUsageSupported()
305 return SystemProperties.getProperty(CONTENTION_SUPPORT) != null; in isThreadContentionMonitoringSupported()
320 return SystemProperties.getProperty(THREAD_TIME_SUPPORT) != null; in isThreadCpuTimeSupported()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/lang/management/
H A DThreadMXBeanImpl.java40 import gnu.classpath.SystemProperties;
123 timeEnabled = Boolean.parseBoolean(SystemProperties.getProperty(TIME_ENABLED)); in ThreadMXBeanImpl()
281 return SystemProperties.getProperty(CURRENT_THREAD_TIME_SUPPORT) != null; in isCurrentThreadCpuTimeSupported()
286 return SystemProperties.getProperty(MONITOR_SUPPORT) != null; in isObjectMonitorUsageSupported()
291 return SystemProperties.getProperty(SYNCHRONIZER_SUPPORT) != null; in isSynchronizerUsageSupported()
305 return SystemProperties.getProperty(CONTENTION_SUPPORT) != null; in isThreadContentionMonitoringSupported()
320 return SystemProperties.getProperty(THREAD_TIME_SUPPORT) != null; in isThreadCpuTimeSupported()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/lang/management/
H A DThreadMXBeanImpl.java40 import gnu.classpath.SystemProperties;
123 timeEnabled = Boolean.parseBoolean(SystemProperties.getProperty(TIME_ENABLED)); in ThreadMXBeanImpl()
281 return SystemProperties.getProperty(CURRENT_THREAD_TIME_SUPPORT) != null; in isCurrentThreadCpuTimeSupported()
286 return SystemProperties.getProperty(MONITOR_SUPPORT) != null; in isObjectMonitorUsageSupported()
291 return SystemProperties.getProperty(SYNCHRONIZER_SUPPORT) != null; in isSynchronizerUsageSupported()
305 return SystemProperties.getProperty(CONTENTION_SUPPORT) != null; in isThreadContentionMonitoringSupported()
320 return SystemProperties.getProperty(THREAD_TIME_SUPPORT) != null; in isThreadCpuTimeSupported()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/toolbars/
H A DFileToolBar.java21 import de.dlr.ts.lisum.gui.SystemProperties;
43 if(SystemProperties.getInstance().getCurrentSimulation() == null) in openSimulationButton.setOnAction()
59 if(SystemProperties.getInstance().getCurrentSimulation() == null) in openLastSimulationButton.setOnAction()
74SystemProperties.getInstance().simulationOpenedProperty().addListener((ObservableValue<? extends B…
81SystemProperties.getInstance().simulationStartedProperty().addListener((ObservableValue<? extends …
H A DSimulationToolBar.java25 import de.dlr.ts.lisum.gui.SystemProperties;
74 SystemProperties.getInstance().getCurrentSimulation().load(); in reloadProjectButton.setOnAction()
120 SystemProperties.getInstance().simulationOpenedProperty() in SimulationToolBar()
122 this.setEnabled(SystemProperties.getInstance().simulationOpenedProperty().get()) in SimulationToolBar()
125 SystemProperties.getInstance().simulationStartedProperty() in SimulationToolBar()
149 LisumSimulation cp = SystemProperties.getInstance().getCurrentSimulation(); in setEnabled()
188 String ff = SystemProperties.getInstance().getCurrentSimulation().getSimulationFiles() in openSimulationFolder()
235 String ff = SystemProperties.getInstance().getCurrentSimulation().getSimulationFiles() in editTextFile()
/dports/cad/sumo/sumo-1.2.0/tools/contributed/lisum-gui/src/main/java/de/dlr/ts/lisum/gui/misc/
H A DLisumAboutWindow.java20 import de.dlr.ts.lisum.gui.SystemProperties;
38 ImageView iv = new ImageView(SystemProperties.getInstance().getMainIcon()); in LisumAboutWindow()
44 win.setSystemNameString(SystemProperties.getInstance().getSystemName()); in LisumAboutWindow()
49 sb.append(SystemProperties.getInstance().getSystemName()).append("\n").append("\n"); in LisumAboutWindow()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/lang/
H A DSystem.java46 import gnu.classpath.SystemProperties;
319 return SystemProperties.getProperties(); in getProperties()
336 SystemProperties.setProperties(properties); in setProperties()
356 return SystemProperties.getProperty(key); in getProperty()
375 return SystemProperties.getProperty(key, def); in getProperty()
395 return SystemProperties.setProperty(key, value); in setProperty()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/vm/reference/gnu/java/lang/management/
H A DVMRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
77 return SystemProperties.getProperty("java.vm.name") + " " + in getName()
78 SystemProperties.getProperty("java.vm.version"); in getName()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/vm/reference/gnu/java/lang/management/
H A DVMRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
77 return SystemProperties.getProperty("java.vm.name") + " " + in getName()
78 SystemProperties.getProperty("java.vm.version"); in getName()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/vm/reference/gnu/java/lang/management/
H A DVMRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
77 return SystemProperties.getProperty("java.vm.name") + " " + in getName()
78 SystemProperties.getProperty("java.vm.version"); in getName()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/vm/reference/gnu/java/lang/management/
H A DVMRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
77 return SystemProperties.getProperty("java.vm.name") + " " + in getName()
78 SystemProperties.getProperty("java.vm.version"); in getName()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/vm/reference/gnu/java/lang/management/
H A DVMRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
77 return SystemProperties.getProperty("java.vm.name") + " " + in getName()
78 SystemProperties.getProperty("java.vm.version"); in getName()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/platform/unix/
H A DPlatformManagerImpl.java28 import org.gudy.azureus2.core3.util.SystemProperties;
118 String temp_user_path = userhome + SystemProperties.SEP + "." in getUserDataDirectory()
119 + SystemProperties.APPLICATION_NAME.toLowerCase() in getUserDataDirectory()
120 + SystemProperties.SEP; in getUserDataDirectory()
125 String old_home_path = userhome + SystemProperties.SEP + "." in getUserDataDirectory()
126 + SystemProperties.APPLICATION_NAME + SystemProperties.SEP; in getUserDataDirectory()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/java/lang/management/
H A DVMRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
87 return SystemProperties.getProperty("java.vm.name") + " " + in getName()
88 SystemProperties.getProperty("java.vm.version") + " [" + in getName()
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/java/lang/management/
H A DVMRuntimeMXBeanImpl.java40 import gnu.classpath.SystemProperties;
87 return SystemProperties.getProperty("java.vm.name") + " " + in getName()
88 SystemProperties.getProperty("java.vm.version") + " [" + in getName()

12345678910>>...28