Searched defs:preferences (Results 1 - 25 of 45) sorted by relevance

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jar ... eclipse/core/ org/eclipse/core/internal/ org/eclipse/core/internal/preferences/ org/eclipse/core/internal/preferences/AbstractScope.class AbstractScope. ...
H A Dorg.eclipse.core.runtime_3.6.0.v20100505.jar ... eclipse/core/ org/eclipse/core/internal/ org/eclipse/core/internal/preferences/ org/eclipse/core/internal/preferences/legacy/ org/eclipse/core/internal ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jar ... void restoreTasks (org.eclipse.core.runtime.Preferences) org.eclipse.core.runtime.Preferences prefs
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.security_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.preferences_3.5.300.v20150408-1437.jar ... eclipse/core/ org/eclipse/core/runtime/ org/eclipse/core/runtime/preferences/ org/eclipse/core/internal/ org/eclipse/core/internal/preferences/ org
H A Dorg.eclipse.core.runtime_3.11.0.v20150405-1723.jar ... internal/ org/eclipse/core/internal/runtime/ org/eclipse/core/internal/preferences/ org/eclipse/core/internal/preferences/legacy/ org/eclipse/core/runtime ...
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentResultsView.java15 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
16 import org.eclipse.core.runtime.preferences.InstanceScope;
17 import org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener;
18 import org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent;
104 // Eclipse preferences
105 IEclipsePreferences preferences; field in class:ComponentResultsView
114 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
115 this.preferences.addPreferenceChangeListener(this);
116 Util.initMilestones(this.preferences);
260 ComponentResultsView.this.preferences
[all...]
H A DConfigTab.java18 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
19 import org.eclipse.core.runtime.preferences.InstanceScope;
87 // Eclipse preferences
88 private IEclipsePreferences preferences; field in class:ConfigTab
97 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
136 boolean fingerprints = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS);
313 // Get preferences information
314 boolean onlyMilestones = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_OLD_BUILDS, IPerformancesConstants.DEFAULT_FILTER_OLD_BUILDS);
315 boolean skipNightlyBuilds = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS, IPerformancesConstants.DEFAULT_FILTER_NIGHTLY_BUILDS);
H A DPerformancesView.java22 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
23 import org.eclipse.core.runtime.preferences.InstanceScope;
24 import org.eclipse.core.runtime.preferences.IEclipsePreferences.IPreferenceChangeListener;
25 import org.eclipse.core.runtime.preferences.IEclipsePreferences.PreferenceChangeEvent;
153 // Eclipse preferences
154 IEclipsePreferences preferences; field in class:PerformancesView
186 // Get preferences
187 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID);
190 int eclipseVersion = this.preferences.getInt(IPerformancesConstants.PRE_ECLIPSE_VERSION, IPerformancesConstants.DEFAULT_ECLIPSE_VERSION);
191 String databaseLocation = this.preferences
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
H A DUtil.java32 import org.eclipse.core.runtime.preferences.IEclipsePreferences;
536 * Init the milestones from preferences
538 * @param preferences The preferences from which got milestones list
540 public static void initMilestones(IEclipsePreferences preferences) { argument
541 int eclipseVersion = preferences.getInt(IPerformancesConstants.PRE_ECLIPSE_VERSION, IPerformancesConstants.DEFAULT_ECLIPSE_VERSION);
544 String milestone = preferences.get(prefix + index, null);
549 milestone = preferences.get(prefix + index, null);
/external/junit/src/main/java/junit/runner/
H A DBaseTestRunner.java42 protected static void setPreferences(Properties preferences) { argument
43 fPreferences = preferences;
/external/ImageMagick/MagickCore/
H A Dlog.c487 **preferences;
505 preferences=(const LogInfo **) AcquireQuantumMemory((size_t)
506 GetNumberOfElementsInLinkedList(log_cache)+1UL,sizeof(*preferences));
507 if (preferences == (const LogInfo **) NULL)
519 preferences[i++]=p;
523 qsort((void *) preferences,(size_t) i,sizeof(*preferences),LogInfoCompare);
524 preferences[i]=(LogInfo *) NULL;
526 return(preferences);
581 **preferences;
478 **preferences; local
571 **preferences; local
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
H A DFlyoutControlComposite.java89 public FlyoutControlComposite(Composite parent, int style, IFlyoutPreferences preferences) { argument
91 m_preferences = preferences;
276 * Applies the given preferences into the preferences of this flyout
280 * @param preferences the preferences to apply
282 public void apply(IFlyoutPreferences preferences) { argument
283 m_preferences.setDockLocation(preferences.getDockLocation());
284 m_preferences.setState(preferences.getState());
285 m_preferences.setWidth(preferences
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/
H A DR.java144 public static final int preferences = nextId++; field in class:R.xml
/external/fio/
H A Dgfio.c1119 static void preferences(GtkWidget *w, gpointer data) function
1262 { "Preferences", GTK_STOCK_PREFERENCES, NULL, "<Control>p", NULL, G_CALLBACK(preferences) },
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jar ... components.png html/images/perspective.png html/images/preferences.png html/images/properties-survey-comment. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 727 milliseconds

12