Home
last modified time | relevance | path

Searched refs:Settings (Results 1 – 25 of 236) sorted by relevance

12345678910

/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
DSettingsTest.java20 import static com.squareup.okhttp.internal.spdy.Settings.DOWNLOAD_BANDWIDTH;
21 import static com.squareup.okhttp.internal.spdy.Settings.DOWNLOAD_RETRANS_RATE;
22 import static com.squareup.okhttp.internal.spdy.Settings.MAX_CONCURRENT_STREAMS;
23 import static com.squareup.okhttp.internal.spdy.Settings.PERSISTED;
24 import static com.squareup.okhttp.internal.spdy.Settings.PERSIST_VALUE;
25 import static com.squareup.okhttp.internal.spdy.Settings.UPLOAD_BANDWIDTH;
32 Settings settings = new Settings(); in unsetField()
37 Settings settings = new Settings(); in setFields()
40 settings.set(Settings.UPLOAD_BANDWIDTH, 0, 42); in setFields()
44 settings.set(Settings.DOWNLOAD_BANDWIDTH, 0, 53); in setFields()
[all …]
DSpdyConnectionTest.java32 import static com.squareup.okhttp.internal.spdy.Settings.PERSIST_VALUE;
256 Settings settings = new Settings();
257 settings.set(Settings.MAX_CONCURRENT_STREAMS, PERSIST_VALUE, 10);
258 peer.sendFrame().settings(Settings.FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS, settings);
276 Settings settings1 = new Settings();
277 settings1.set(Settings.UPLOAD_BANDWIDTH, PERSIST_VALUE, 100);
278 settings1.set(Settings.DOWNLOAD_BANDWIDTH, PERSIST_VALUE, 200);
279 settings1.set(Settings.DOWNLOAD_RETRANS_RATE, 0, 300);
281 Settings settings2 = new Settings();
282 settings2.set(Settings.DOWNLOAD_BANDWIDTH, 0, 400);
[all …]
/external/webkit/Source/WebCore/page/
DSettings.cpp55 bool Settings::gShouldPaintNativeControls = true;
59 bool Settings::gShouldUseHighResolutionTimers = true;
83 Settings::Settings(Page* page) in Settings() function in WebCore::Settings
216 void Settings::setStandardFontFamily(const AtomicString& standardFontFamily) in setStandardFontFamily()
225 void Settings::setFixedFontFamily(const AtomicString& fixedFontFamily) in setFixedFontFamily()
234 void Settings::setSerifFontFamily(const AtomicString& serifFontFamily) in setSerifFontFamily()
243 void Settings::setSansSerifFontFamily(const AtomicString& sansSerifFontFamily) in setSansSerifFontFamily()
252 void Settings::setCursiveFontFamily(const AtomicString& cursiveFontFamily) in setCursiveFontFamily()
261 void Settings::setFantasyFontFamily(const AtomicString& fantasyFontFamily) in setFantasyFontFamily()
270 void Settings::setMinimumFontSize(int minimumFontSize) in setMinimumFontSize()
[all …]
DDOMTimer.h37 class Settings; variable
40 friend class Settings; variable
DPage.h79 class Settings; variable
99 friend class Settings; variable
189 Settings* settings() const { return m_settings.get(); } in settings()
346 OwnPtr<Settings> m_settings;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DSettingsTest.java6 import android.provider.Settings;
30 Settings.System.putInt(contentResolver, "property", 1); in whileApplicationStaysSame_shouldRememberOldSettings()
31 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1)); in whileApplicationStaysSame_shouldRememberOldSettings()
35 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1)); in whileApplicationStaysSame_shouldRememberOldSettings()
40 Settings.System.putInt(contentResolver, "property", 1); in whenApplicationChanges_shouldStartWithNewSettings()
41 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(1)); in whenApplicationChanges_shouldStartWithNewSettings()
46 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(0)); in whenApplicationChanges_shouldStartWithNewSettings()
51 assertThat(Settings.System.getInt(contentResolver, "property", 0), equalTo(0)); in testSystemGetInt()
52 assertThat(Settings.System.getInt(contentResolver, "property", 2), equalTo(2)); in testSystemGetInt()
54 Settings.System.putInt(contentResolver, "property", 1); in testSystemGetInt()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowSettings.java4 import android.provider.Settings;
18 @Implements(Settings.class)
20 @Implements(Settings.class)
40 …public static int getInt(ContentResolver cr, String name) throws Settings.SettingNotFoundException… in getInt()
44 throw new Settings.SettingNotFoundException(name); in getInt()
79 …public static long getLong(ContentResolver cr, String name) throws Settings.SettingNotFoundExcepti… in getLong()
83 throw new Settings.SettingNotFoundException(name); in getLong()
103 …public static float getFloat(ContentResolver cr, String name) throws Settings.SettingNotFoundExcep… in getFloat()
107 throw new Settings.SettingNotFoundException(name); in getFloat()
122 @Implements(Settings.System.class)
[all …]
/external/chromium-trace/trace-viewer/src/
Dsettings.js19 function Settings() { class
33 Settings.setAlternativeStorageInstance = function(instance) {
37 Settings.prototype = { class
106 return Settings.NAMESPACE + (opt_namespace ? opt_namespace + '.' : '');
110 Settings.NAMESPACE = 'trace-viewer';
143 Settings: Settings
/external/icu4c/test/testdata/
DDataDrivenCollationTest.txt10 "Settings - settings for the test."
11 "Settings/TestLocale - locale for the collator OR"
12 "Settings/Rules - rules for the collator (can't have both)"
13 … "Settings/Arguments - arguments to be passed to the collator before testing. Use rule syntax."
25 Settings {
38 Settings {
49 Settings {
60 Settings {
71 Settings {
83 Settings {
[all …]
/external/webkit/Source/WebCore/inspector/
DInspectorFrontendClientLocal.h48 class Settings {
50 Settings() { } in Settings() function
51 virtual ~Settings() { } in ~Settings()
56 InspectorFrontendClientLocal(InspectorController*, Page*, PassOwnPtr<Settings>);
88 OwnPtr<InspectorFrontendClientLocal::Settings> m_settings;
DInspectorFrontendClientLocal.cpp56 String InspectorFrontendClientLocal::Settings::getProperty(const String&) in getProperty()
61 void InspectorFrontendClientLocal::Settings::setProperty(const String&, const String&) in setProperty()
65 …tLocal(InspectorController* inspectorController, Page* frontendPage, PassOwnPtr<Settings> settings) in InspectorFrontendClientLocal()
/external/webkit/Source/WebKit/android/WebCoreSupport/
DCachedFramePlatformDataAndroid.h32 class Settings; variable
39 CachedFramePlatformDataAndroid(WebCore::Settings* settings);
42 void restoreMetadata(WebCore::Settings* settings);
DCachedFramePlatformDataAndroid.cpp33 CachedFramePlatformDataAndroid::CachedFramePlatformDataAndroid(WebCore::Settings* settings) in CachedFramePlatformDataAndroid()
51 void CachedFramePlatformDataAndroid::restoreMetadata(WebCore::Settings* settings) in restoreMetadata()
/external/webkit/Source/WebKit/wx/
DWebSettings.h40 class Settings; variable
63 wxWebSettings(WebCore::Settings* settings) : in wxWebSettings()
154 WebCore::Settings* m_settings;
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DSettings.java18 final class Settings { class
99 if (isPersisted(id)) result |= Settings.PERSISTED; in flags()
100 if (persistValue(id)) result |= Settings.PERSIST_VALUE; in flags()
168 void merge(Settings other) { in merge()
DSpdyStream.java73 public static final int WINDOW_UPDATE_THRESHOLD = Settings.DEFAULT_INITIAL_WINDOW_SIZE / 2;
99 List<String> requestHeaders, Settings settings) { in SpdyStream()
349 private void setSettings(Settings settings) { in setSettings()
352 settings != null ? settings.getInitialWindowSize(Settings.DEFAULT_INITIAL_WINDOW_SIZE) in setSettings()
353 : Settings.DEFAULT_INITIAL_WINDOW_SIZE; in setSettings()
356 void receiveSettings(Settings settings) { in receiveSettings()
398 private final byte[] buffer = new byte[Settings.DEFAULT_INITIAL_WINDOW_SIZE];
/external/webkit/Source/WebCore/inspector/front-end/
DSettings.js55 WebInspector.Settings = function() class in WebInspector
79 WebInspector.Settings.prototype = {
108 WebInspector.Settings.prototype.__proto__ = WebInspector.Object.prototype;
/external/proguard/docs/manual/
Dstyle.css42 /* Settings for variable width code. */
50 /* Settings for diagrams. */
86 /* Settings for buttons. */
/external/proguard/docs/
Dstyle.css65 /* Settings for the introductory paragraph. */
74 /* Settings for the title frame. */
112 /* Settings for the section frames. */
163 /* Settings for the yellow note tables. */
/external/webkit/Source/WebKit/chromium/src/
DWebSettingsImpl.h37 class Settings; variable
44 explicit WebSettingsImpl(WebCore::Settings*);
117 WebCore::Settings* m_settings;
/external/webkit/Source/WebKit/cf/WebCoreSupport/
DWebInspectorClientCF.cpp146 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> WebInspectorClient::createFrontend… in createFrontendSettings()
148 class InspectorFrontendSettingsCF : public WebCore::InspectorFrontendClientLocal::Settings { in createFrontendSettings()
163 …return adoptPtr<WebCore::InspectorFrontendClientLocal::Settings>(new InspectorFrontendSettingsCF()… in createFrontendSettings()
/external/webkit/Source/WebKit/android/content/
Dcontent_detector.h48 class Settings; variable
90 WebCore::Settings* GetSettings(const WebKit::WebHitTestInfo& hit_test);
/external/webkit/Source/WebKit/gtk/
Dorg.webkitgtk.gschema.xml.in28 <summary>Misc Inspector Frontend Settings</summary>
29 <description>Miscelaneous Settings managed by the Inspector Frontend</description>
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebInspectorClient.h76 WTF::PassOwnPtr<WebCore::InspectorFrontendClientLocal::Settings> createFrontendSettings();
88 …pectorWindowController*, WebCore::InspectorController*, WebCore::Page*, WTF::PassOwnPtr<Settings>);
/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.h31 class Settings; variable
159 QWebSettings(WebCore::Settings *settings);

12345678910