Searched refs:settings (Results 176 - 200 of 434) sorted by relevance

1234567891011>>

/external/srec/srec/AcousticState/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/srec/srec/Grammar/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/srec/srec/Nametag/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/srec/srec/Recognizer/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/srec/srec/Semproc/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/srec/srec/Session/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/srec/srec/Vocabulary/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/srec/srec_jni/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/srec/tools/grxmlcompile/
H A DAndroid.mk6 # common settings for all ASR builds, exports some variables for sub-makes
/external/webkit/Source/WebCore/css/
H A DCSSImportRule.cpp68 bool needsSiteSpecificQuirks = parent && parent->document() && parent->document()->settings() && parent->document()->settings()->needsSiteSpecificQuirks();
/external/webkit/Source/WebCore/editing/
H A DSpellChecker.cpp88 return m_frame->settings() && m_frame->settings()->asynchronousSpellCheckingEnabled();
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.cpp847 Settings* settings = m_webView->page()->settings(); local
848 if (settings->acceleratedCompositingFor3DTransformsEnabled())
850 if (settings->acceleratedCompositingForVideoEnabled())
852 if (settings->acceleratedCompositingForPluginsEnabled())
854 if (settings->acceleratedCompositingForAnimationEnabled())
856 if (settings->acceleratedCompositingForCanvasEnabled())
885 return m_webView->page()->settings()->fullScreenEnabled();
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c990 const char *pin, struct wps_new_ap_settings *settings)
1010 if (settings) {
1013 settings->ssid_hex, settings->auth,
1014 settings->encr, settings->key_hex);
1601 const char *pin, struct wps_new_ap_settings *settings)
1609 if (settings->ssid_hex == NULL || settings->auth == NULL ||
1610 settings
989 wpas_wps_start_reg(struct wpa_supplicant *wpa_s, const u8 *bssid, const char *pin, struct wps_new_ap_settings *settings) argument
1600 wpas_wps_er_config(struct wpa_supplicant *wpa_s, const char *uuid, const char *pin, struct wps_new_ap_settings *settings) argument
[all...]
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_base_provider.h35 // BaseProvider is the abstract base class for all content-settings-provider
83 // Returns true if the passed |settings| object contains only
85 bool AllDefault(const ExtendedContentSettings& settings) const;
120 // Whether this settings map is for an OTR session.
123 // Differences to the preference-stored host content settings for
124 // incognito settings.
/external/chromium/chrome/browser/printing/
H A Dprint_job.h59 virtual const PrintSettings& settings() const;
127 // Cache of the print context settings for access in the UI thread.
/external/chromium/chrome/browser/sync/util/
H A Duser_settings.h29 // db_path is used for the main user settings.
74 // lifetime of the user settings database. You may use this ID if your
80 explicit ScopedDBHandle(UserSettings* settings);
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.h77 XmppReturnStatus Connect(const XmppClientSettings & settings,
/external/emma/lib/
H A Demma_ant.jar ... .IProperties getTaskSettings () com.vladium.util.IProperties settings com.vladium.util.IProperties parentSettings com. ...
/external/jmonkeyengine/engine/src/test/jme3test/audio/
H A DTestMusicPlayer.java62 AppSettings settings = new AppSettings(true);
63 settings.setRenderer(null); // disable rendering
64 settings.setAudioRenderer("LWJGL");
65 ar = JmeSystem.newAudioRenderer(settings);
/external/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestDepthOfField.java188 Vector3f origin = cam.getWorldCoordinates(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.0f);
189 Vector3f direction = cam.getWorldCoordinates(new Vector2f(settings.getWidth() / 2, settings.getHeight() / 2), 0.3f);
/external/libvpx/examples/includes/geshi/geshi/
H A Dapplescript.php19 * URL settings to references
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.cpp376 Settings* settings = frame ? frame->settings() : 0; local
377 if (!settings || !settings->usesDashboardBackwardCompatibilityMode())
/external/webkit/Source/WebCore/rendering/
H A DRenderIFrame.cpp93 bool enabled = frame && frame->settings()->frameFlatteningEnabled();
/external/webkit/Source/WebKit/qt/tests/benchmarks/webgl/
H A Dtst_webgl.cpp66 m_webView->page()->settings()->setAttribute(QWebSettings::WebGLEnabled, true);
/external/chromium/base/
H A Dvalues_unittest.cc18 DictionaryValue settings; local
20 ASSERT_FALSE(settings.GetString("global.homepage", &homepage));
23 ASSERT_FALSE(settings.Get("global", NULL));
24 settings.Set("global", Value::CreateBooleanValue(true));
25 ASSERT_TRUE(settings.Get("global", NULL));
26 settings.SetString("global.homepage", "http://scurvy.com");
27 ASSERT_TRUE(settings.Get("global", NULL));
29 ASSERT_TRUE(settings.GetString("global.homepage", &homepage));
35 settings.GetList("global.toolbar.bookmarks", &toolbar_bookmarks));
38 settings
[all...]

Completed in 392 milliseconds

1234567891011>>