/sdk/eclipse/plugins/com.android.ide.eclipse.adt/.settings/ |
org.eclipse.core.resources.prefs | 1 eclipse.preferences.version=1
|
/packages/apps/QuickSearchBox/ |
proguard.flags | 1 -keep class com.android.quicksearchbox.preferences.DeviceSearchFragment 3 -keep class com.android.quicksearchbox.preferences.SearchableItemsFragment
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/.settings/ |
com.google.gwt.eclipse.core.prefs | 2 eclipse.preferences.version=1
|
com.google.gdt.eclipse.core.prefs | 2 eclipse.preferences.version=1
|
/external/droiddriver/.settings/ |
org.eclipse.jdt.ui.prefs | 1 eclipse.preferences.version=1
|
/libcore/luni/src/main/java/java/util/prefs/ |
PreferencesFactory.java | 20 * This interface is used by the {@link Preferences} class as factory class to 21 * create {@code Preferences} instances. This interface can be implemented and 22 * installed to replace the default preferences implementation. 24 * @see java.util.prefs.Preferences 30 * Returns the root node of the preferences hierarchy for the calling user 33 * @return the user preferences hierarchy root node. 35 Preferences userRoot(); 38 * Returns the root node of the system preferences hierarchy. 40 * @return the system preferences hierarchy root node. 42 Preferences systemRoot() [all...] |
NodeChangeEvent.java | 34 * @see java.util.prefs.Preferences 43 private final Preferences parent; 44 private final Preferences child; 50 * the {@code Preferences} instance that fired this event; this object is 53 * the child {@code Preferences} instance that was added or deleted. 55 public NodeChangeEvent (Preferences p, Preferences c) { 62 * Gets the {@code Preferences} instance that fired this event. 64 * @return the {@code Preferences} instance that fired this event. 66 public Preferences getParent() [all...] |
FilePreferencesFactoryImpl.java | 26 // user root preferences 27 private static final Preferences USER_ROOT = new FilePreferencesImpl(true); 29 // system root preferences 30 private static final Preferences SYSTEM_ROOT = new FilePreferencesImpl(false); 35 public Preferences userRoot() { 39 public Preferences systemRoot() {
|
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
PreferenceChangeEventTest.java | 21 import java.util.prefs.Preferences; 43 event = new PreferenceChangeEvent(Preferences.userRoot(), "key", null); 46 assertSame(Preferences.userRoot(), event.getNode()); 47 assertSame(Preferences.userRoot(), event.getSource()); 49 event = new PreferenceChangeEvent(Preferences.userRoot(), "", null); 52 assertSame(Preferences.userRoot(), event.getNode()); 53 assertSame(Preferences.userRoot(), event.getSource()); 55 event = new PreferenceChangeEvent(Preferences.userRoot(), null, "value"); 58 assertSame(Preferences.userRoot(), event.getNode()); 59 assertSame(Preferences.userRoot(), event.getSource()) [all...] |
NodeChangeEventTest.java | 21 import java.util.prefs.Preferences; 35 event = new NodeChangeEvent(Preferences.systemRoot(), Preferences 37 assertSame(Preferences.systemRoot(), event.getParent()); 38 assertSame(Preferences.userRoot(), event.getChild()); 39 assertSame(Preferences.systemRoot(), event.getSource()); 44 event = new NodeChangeEvent(null, Preferences.userRoot()); 49 event = new NodeChangeEvent(Preferences.systemRoot(), null); 50 assertSame(Preferences.systemRoot(), event.getParent()); 52 assertSame(Preferences.systemRoot(), event.getSource()) [all...] |
PreferencesTest.java | 29 import java.util.prefs.Preferences; 48 in = new ByteArrayInputStream("<!DOCTYPE preferences SYSTEM \"http://java.sun.com/dtd/preferences.dtd\"><preferences><root type=\"user\"><map></map></root></preferences>".getBytes("UTF-8")); 62 Preferences p = null; 64 p = Preferences.systemNodeForPackage(Object.class); 71 Preferences root = Preferences.systemRoot(); 72 Preferences parent = root.node("java") [all...] |
/external/chromium_org/ppapi/shared_impl/ |
ppapi_preferences.cc | 9 Preferences::Preferences() 18 Preferences::Preferences(const WebPreferences& prefs) 36 Preferences::~Preferences() {
|
ppapi_preferences.h | 15 struct PPAPI_SHARED_EXPORT Preferences { 17 Preferences(); 18 explicit Preferences(const WebPreferences& prefs); 19 ~Preferences();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/ |
plugin.xml | 7 category="com.android.ide.eclipse.preferences.main" 8 class="com.android.ide.eclipse.base.internal.preferences.UsagePreferencePage" 9 id="com.android.ide.eclipse.common.preferences.UsagePreferencePage"
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/.settings/ |
org.eclipse.core.resources.prefs | 2 eclipse.preferences.version=1
|
/external/jsr305/ri/.settings/ |
org.eclipse.jdt.ui.prefs | 2 eclipse.preferences.version=1
|
/packages/apps/Browser/ |
proguard.flags | 2 -keep class com.android.browser.preferences.*
|
/external/chromium_org/components/user_prefs/ |
README | 4 preferences associated with users can look them up by 8 components that need to register preferences associated with users.
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldPreferencesTest.java | 27 import java.util.prefs.Preferences; 38 StringBuilder key = new StringBuilder(Preferences.MAX_KEY_LENGTH); 39 for (int i = 0; i < Preferences.MAX_KEY_LENGTH; i++) { 44 StringBuilder value = new StringBuilder(Preferences.MAX_VALUE_LENGTH); 45 for (int i = 0; i < Preferences.MAX_VALUE_LENGTH; i++) { 54 Preferences pref = Preferences.userNodeForPackage(Preferences.class); 62 Preferences p = new MockPreferences(); 105 Preferences p1 = Preferences.userNodeForPackage(Preferences.class) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.preferences_3.3.0.v20100503.jar | |
/external/chromium/chrome/browser/policy/ |
configuration_policy_provider_mac.h | 16 // A provider delegate implementation that reads Mac OS X's managed preferences. 20 // Takes ownership of |preferences|. 22 MacPreferences* preferences, 31 // In order to access the application preferences API, the names and values of 44 // provided by Mac OS X's managed preferences. 50 // For testing; takes ownership of |preferences|. 53 MacPreferences* preferences);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
prefs.template | 3 eclipse.preferences.version=1
|
/external/chromium_org/sync/internal_api/public/engine/ |
model_safe_worker_unittest.cc | 21 routing_info[PREFERENCES] = GROUP_DB; 25 expected_value.SetString("Preferences", "GROUP_DB"); 35 routing_info[PREFERENCES] = GROUP_DB; 38 "\"Preferences\":\"GROUP_DB\"}", 46 routing_info[PREFERENCES] = GROUP_DB; 47 const ModelTypeSet expected_types(BOOKMARKS, NIGORI, PREFERENCES);
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
BasePreferenceMigrator.java | 17 package com.android.mail.preferences; 24 * Interface to allow migrating preferences from other projects into the UnifiedEmail code, so apps 25 * can slowly move their preferences into the shared code. 43 * Migrates preferences to UnifiedEmail. 45 * @param oldVersion The previous version of UnifiedEmail's preferences 46 * @param newVersion The new version of UnifiedEmail's preferences
|
/external/chromium/chrome/browser/prefs/ |
pref_set_observer.h | 16 // Observes the state of a set of preferences and allows to query their combined 20 // Initialize with an empty set of preferences. 25 // Add a |pref| to the set of preferences to observe. 30 // Check whether |pref| is in the set of observed preferences. 32 // Check whether any of the observed preferences has the managed bit set. 35 // Create a pref set observer for all preferences relevant to proxies. 40 // Create a pref set observer for all preferences relevant to default search.
|