/external/apache-harmony/prefs/src/test/resources/prefs/java/util/prefs/ |
userprefs-higherversion.xml | 22 <!DOCTYPE preferences SYSTEM 'http://java.sun.com/dtd/preferences.dtd'> 24 <preferences EXTERNAL_XML_VERSION="1.1"> 64 </preferences>
|
userprefs-badform.xml | 22 <!DOCTYPE preferences SYSTEM 'http://java.sun.com/dtd/preferences.dtd'> 24 <preferences EXTERNAL_XML_VERSION="1.0">
|
/external/chromium/chrome/browser/ |
renderer_preferences_util.h | 15 // Copies system configuration preferences into |prefs|.
|
/external/chromium/net/base/ |
static_cookie_policy.h | 27 // preferences. 48 // preferences change. 54 // Consults the user's third-party cookie blocking preferences to determine 59 // Consults the user's third-party cookie blocking preferences to determine
|
/libcore/luni/src/test/resources/prefs/java/util/prefs/ |
userprefs-badencoding.xml | 22 <!DOCTYPE preferences SYSTEM 'http://java.sun.com/dtd/preferences.dtd'> 24 <preferences EXTERNAL_XML_VERSION="1.0"> 64 </preferences>
|
userprefs-higherversion.xml | 22 <!DOCTYPE preferences SYSTEM 'http://java.sun.com/dtd/preferences.dtd'> 24 <preferences EXTERNAL_XML_VERSION="1.1"> 64 </preferences>
|
userprefs-badform.xml | 22 <!DOCTYPE preferences SYSTEM 'http://java.sun.com/dtd/preferences.dtd'> 24 <preferences EXTERNAL_XML_VERSION="1.0">
|
/packages/apps/Contacts/src/com/android/contacts/preference/ |
DisplayOrderPreference.java | 52 String.valueOf(ContactsContract.Preferences.DISPLAY_ORDER_PRIMARY), 53 String.valueOf(ContactsContract.Preferences.DISPLAY_ORDER_ALTERNATIVE), 66 case ContactsContract.Preferences.DISPLAY_ORDER_PRIMARY: 68 case ContactsContract.Preferences.DISPLAY_ORDER_ALTERNATIVE:
|
SortOrderPreference.java | 52 String.valueOf(ContactsContract.Preferences.SORT_ORDER_PRIMARY), 53 String.valueOf(ContactsContract.Preferences.SORT_ORDER_ALTERNATIVE), 66 case ContactsContract.Preferences.SORT_ORDER_PRIMARY: 68 case ContactsContract.Preferences.SORT_ORDER_ALTERNATIVE:
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
messages.properties | 12 AndroidPreferencePage_Title=Android Preferences
|
/development/samples/ApiDemos/res/xml/ |
fragmented_preferences_inner.xml | 17 <!-- This is a primitive example showing the different types of preferences available. --> 18 <!-- BEGIN_INCLUDE(preferences) --> 26 <!-- END_INCLUDE(preferences) -->
|
/development/samples/SipDemo/src/com/example/android/sip/ |
SipSettings.java | 29 // Note that none of the preferences are actually defined here. 30 // They're all in the XML file res/xml/preferences.xml. 32 addPreferencesFromResource(R.xml.preferences);
|
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/ |
VoiceRecognitionSettings.java | 27 // The name of the SharedPreferences file we'll store preferences in. 34 // The values of the preferences for the type of results to show (letters or numbers). 43 addPreferencesFromResource(R.xml.preferences);
|
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/ |
MockPreferencesFactory.java | 19 import java.util.prefs.Preferences; 35 public Preferences userRoot() { 39 public Preferences systemRoot() {
|
PreferencesFactoryTest.java | 19 import java.util.prefs.Preferences; 50 public Preferences userRoot() { 54 public Preferences systemRoot() {
|
/external/chromium/chrome/browser/resources/chromeos/ |
proxy_settings.js | 6 var Preferences = options.Preferences; 28 Preferences.getInstance().initialize();
|
/external/webkit/Source/WebKit/chromium/src/js/ |
DevTools.js | 41 Preferences.ignoreWhitespace = false; 42 Preferences.samplingCPUProfiler = true; 43 Preferences.heapProfilerPresent = true; 44 Preferences.detailedHeapProfiles = false; 45 Preferences.debuggerAlwaysEnabled = true; 46 Preferences.profilerAlwaysEnabled = true; 47 Preferences.canEditScriptSource = true; 48 Preferences.onlineDetectionEnabled = false; 49 Preferences.nativeInstrumentationEnabled = true; 50 Preferences.fileSystemEnabled = false [all...] |
/frameworks/base/core/java/android/content/ |
SharedPreferences.java | 24 * Context#getSharedPreferences}. For any particular set of preferences, 26 * Modifications to the preferences must go through an {@link Editor} object 69 * Set a String value in the preferences editor, to be written back once 81 * Set a set of String values in the preferences editor, to be written 92 * Set an int value in the preferences editor, to be written back once 104 * Set a long value in the preferences editor, to be written back once 116 * Set a float value in the preferences editor, to be written back once 128 * Set a boolean value in the preferences editor, to be written back 141 * will be done in the actual preferences once {@link #commit} is 144 * <p>Note that when committing back to the preferences, all removal [all...] |
/external/jpeg/ |
makeproj.mac | 47 Set Preferences of panel "Target Settings" to {Target Name:"libjpeg"} 48 Set Preferences of panel "PPC Project" to {File Name:"libjpeg"} 49 Set Preferences of panel "Target Settings" to {Linker:"MacOS PPC Linker"} 50 Set Preferences of panel "PPC Project" to {Project Type:library} 51 Set Preferences of panel "C/C++ Compiler" to {ANSI Strict:true} 52 Set Preferences of panel "C/C++ Compiler" to {Enums Always Ints:true} 53 Set Preferences of panel "PPC Codegen" to {Struct Alignment:PowerPC} 54 Set Preferences of panel "PPC Linker" to {Generate SYM File:false} 112 Set Preferences of panel "Target Settings" to {Target Name:"cjpeg"} 113 Set Preferences of panel "PPC Project" to {File Name:"cjpeg" [all...] |
/external/webkit/Tools/DumpRenderTree/win/ |
LayoutTestControllerWin.cpp | 146 COMPtr<IWebPreferences> preferences; 147 if (FAILED(webView->preferences(&preferences))) 150 preferences->setLoadsImagesAutomatically(FALSE); 366 COMPtr<IWebPreferences> preferences; 367 if (FAILED(webView->preferences(&preferences))) 370 COMPtr<IWebPreferencesPrivate> prefsPrivate(Query, preferences); 471 COMPtr<IWebPreferences> preferences; 472 if (FAILED(webView->preferences(&preferences)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
XmlFormatPreferences.java | 18 import com.android.ide.eclipse.adt.internal.preferences.AdtPrefs; 19 import com.android.ide.eclipse.adt.internal.preferences.AttributeSortOrder; 21 import org.eclipse.core.runtime.Preferences; 26 import org.eclipse.wst.xml.core.internal.preferences.XMLCorePreferenceNames; 29 * Formatting preferences used by the Android XML formatter. 94 // Look up Eclipse indent preferences 95 // TODO: Use the JDT preferences instead, which make more sense 96 Preferences preferences = XMLCorePlugin.getDefault().getPluginPreferences(); local 97 int indentationWidth = preferences.getInt(XMLCorePreferenceNames.INDENTATION_SIZE) [all...] |
/libcore/luni/src/main/java/java/util/prefs/ |
PreferenceChangeEvent.java | 34 * @see java.util.prefs.Preferences 43 private final Preferences node; 53 * the {@code Preferences} instance that fired this event; this object is 61 public PreferenceChangeEvent(Preferences p, String k, String v) { 89 * Gets the {@code Preferences} instance that fired this event. 91 * @return the {@code Preferences} instance that fired this event. 93 public Preferences getNode() {
|
/libcore/luni/src/test/java/libcore/java/util/prefs/ |
OldPreferenceChangeEventTest.java | 22 import java.util.prefs.Preferences; 28 AbstractPreferences parent = (AbstractPreferences) Preferences 29 .userNodeForPackage(Preferences.class); 53 AbstractPreferences parent = (AbstractPreferences) Preferences 54 .userNodeForPackage(Preferences.class); 83 AbstractPreferences parent = (AbstractPreferences) Preferences 84 .userNodeForPackage(Preferences.class);
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebInspectorClient.mm | 222 // Keep preferences separate from the rest of the client, making sure we are using expected preference values. 224 WebPreferences *preferences = [[WebPreferences alloc] init]; 225 [preferences setAutosaves:NO]; 226 [preferences setLoadsImagesAutomatically:YES]; 227 [preferences setAuthorAndUserStylesEnabled:YES]; 228 [preferences setJavaScriptEnabled:YES]; 229 [preferences setAllowsAnimatedImages:YES]; 230 [preferences setPlugInsEnabled:NO]; 231 [preferences setJavaEnabled:NO]; 232 [preferences setUserStyleSheetEnabled:NO] [all...] |
/external/webkit/Tools/WebKitTestRunner/ |
TestController.cpp | 356 // Reset preferences 357 WKPreferencesRef preferences = WKPageGroupGetPreferences(m_pageGroup.get()); local 358 WKPreferencesSetOfflineWebApplicationCacheEnabled(preferences, true); 359 WKPreferencesSetFontSmoothingLevel(preferences, kWKFontSmoothingLevelNoSubpixelAntiAliasing); 360 WKPreferencesSetXSSAuditorEnabled(preferences, false); 361 WKPreferencesSetDeveloperExtrasEnabled(preferences, true); 362 WKPreferencesSetJavaScriptCanOpenWindowsAutomatically(preferences, true); 363 WKPreferencesSetJavaScriptCanAccessClipboard(preferences, true); 364 WKPreferencesSetDOMPasteAllowed(preferences, true); 365 WKPreferencesSetUniversalAccessFromFileURLsAllowed(preferences, true) [all...] |