Searched refs:settings (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXAWTXSettings.java50 XMSelection settings; field in class:XAWTXSettings
59 settings = new XMSelection("_XSETTINGS");
60 settings.addSelectionListener(this);
65 settings.removeSelectionListener(this);
96 updatedSettings = getUpdatedSettings(settings.getOwner(screen));
122 Map settings = null;
132 settings = null;
140 settings = update(array);
149 return settings;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Settings/src/com/sun/hotspot/igv/settings/
H A DSettings.java25 package com.sun.hotspot.igv.settings;
H A DViewOptionsCategory.java24 package com.sun.hotspot.igv.settings;
41 return new ImageIcon(Utilities.loadImage("com/sun/hotspot/igv/settings/settings.gif"));
H A DViewOptionsPanelController.java24 package com.sun.hotspot.igv.settings;
H A DViewPanel.java24 package com.sun.hotspot.igv.settings;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DGraphViewerImplementation.java29 import com.sun.hotspot.igv.settings.Settings;
H A DDiagramViewModel.java41 import com.sun.hotspot.igv.settings.Settings;
/openjdk7/jdk/make/com/oracle/jfr/
H A DMakefile45 JFC_XSD = oracle/jrockit/jfr/settings/jfc.xsd
69 JFC_SRCDIR = $(CLOSED_SHARE_SRC)/classes/oracle/jrockit/jfr/settings
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeSortRecord.java101 SortSettings settings)
107 _settings = settings;
109 int levels = settings.getSortOrders().length;
129 Locale[] locales = settings.getLocales();
136 _collators = settings.getCollators();
100 initialize(int node, int last, DOM dom, SortSettings settings) argument
/openjdk7/make/
H A Dsanity-rules.gmk30 sanity:: pre-sanity settings insane environment
266 # dump out the variable settings...
273 settings::
350 .PHONY: sanity settings pre-sanity insane \
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DSaveAsAction.java30 import com.sun.hotspot.igv.settings.Settings;
H A DImportAction.java30 import com.sun.hotspot.igv.settings.Settings;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DExportAction.java26 import com.sun.hotspot.igv.settings.Settings;
/openjdk7/jdk/make/common/
H A DSanity.gmk52 sane-settings \
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/NetworkConnection/src/com/sun/hotspot/igv/connection/
H A DServer.java30 import com.sun.hotspot.igv.settings.Settings;
/openjdk7/hotspot/agent/make/
H A Dsaenv.bat26 REM This is common environment settings for all SA
H A Dsaenv64.bat30 REM This is common environment settings for all SA
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c1179 GtkSettings* settings = fp_gtk_widget_get_settings(result); local
1180 fp_g_object_set(settings, "gtk-cursor-blink", FALSE, NULL);
1226 GtkSettings* settings = local
1228 fp_g_object_set(settings, "gtk-cursor-blink", FALSE, NULL);
1421 GtkSettings* settings = fp_gtk_widget_get_settings(result); local
1422 fp_g_object_set(settings, "gtk-cursor-blink", FALSE, NULL);
2361 jobject get_string_property(JNIEnv *env, GtkSettings* settings, const gchar* key) argument
2366 (*fp_g_object_get)(settings, key, &strval, NULL);
2373 jobject get_integer_property(JNIEnv *env, GtkSettings* settings, const gchar* key)
2377 (*fp_g_object_get)(settings, ke
2383 GtkSettings* settings = (*fp_gtk_settings_get_default)(); local
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.c708 jint settings; local
711 settings = 0;
713 settings |= 1;
716 settings |= 2;
725 write_u4(settings);
/openjdk7/make/scripts/
H A Dvsvars.sh72 # Defaults settings
392 REM Echo out env var settings
467 # Get Visual Studio settings
480 # Run bat file to create environment variable settings
484 # Read in the VS_* settings
505 # Print env settings
534 # Check final settings
/openjdk7/jdk/make/common/shared/
H A DSanity.gmk175 sane-settings \
1410 # dump out the variable settings...
1412 sane-settings::
/openjdk7/hotspot/make/windows/
H A Dcreate.bat143 echo NOTE: Using the following settings:

Completed in 157 milliseconds