Searched refs:setting (Results 1 - 25 of 88) sorted by relevance

1234

/external/kernel-headers/original/asm-mips/
H A Dwar.h82 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
112 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
128 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
141 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
155 #error Check setting of BCM1250_M3_WAR for your platform
162 #error Check setting of SIBYTE_1956_WAR for your platform
178 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
197 #error Check setting of MIPS_CACHE_SYNC_WAR for your platform
208 #error Check setting of TX49XX_ICACHE_INDEX_INV_WAR for your platform
216 #error Check setting o
[all...]
/external/valgrind/main/memcheck/tests/
H A Dsigkill.stderr.exp2 setting signal 1: Success
5 setting signal 2: Success
8 setting signal 3: Success
11 setting signal 4: Success
14 setting signal 5: Success
17 setting signal 6: Success
20 setting signal 7: Success
23 setting signal 8: Success
26 setting signal 9: Warning: ignored attempt to set SIGKILL handler in sigaction();
31 setting signa
[all...]
H A Dsigaltstack.stderr.exp2 setting sigaction
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DInspectorClientWx.cpp65 void InspectorClientWx::populateSetting(const String& key, String* setting) argument
70 void InspectorClientWx::storeSetting(const String& key, const String& setting) argument
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_mock_provider.cc11 ContentSetting setting,
15 setting_(setting),
30 ContentSetting setting) {
32 setting_ = setting;
56 ContentSetting setting,
63 setting_(setting),
9 MockDefaultProvider( ContentSettingsType content_type, ContentSetting setting, bool is_managed, bool can_override) argument
28 UpdateDefaultSetting( ContentSettingsType content_type, ContentSetting setting) argument
52 MockProvider(ContentSettingsPattern requesting_url_pattern, ContentSettingsPattern embedding_url_pattern, ContentSettingsType content_type, ResourceIdentifier resource_identifier, ContentSetting setting, bool read_only, bool is_managed) argument
H A Dcontent_settings_mock_provider.h18 // Create a content settings provider that provides a given setting for a
21 ContentSetting setting,
30 ContentSetting setting);
51 ContentSetting setting,
65 // The MockProvider is only able to store one content setting. So every time
117 void set_setting(ContentSetting setting) { argument
118 setting_ = setting;
121 ContentSetting setting() const { function in class:content_settings::MockProvider
H A Dcontent_settings_provider.h5 // Interface for objects providing content setting rules.
27 // Returns the default content setting this provider has for the given
34 // update the default setting for the given |content_type|. The provider may
37 ContentSetting setting) = 0;
42 // True if the default setting for the |content_type| is policy managed, i.e.,
43 // there shouldn't be any UI shown to modify this setting.
56 ContentSetting setting)
59 content_setting(setting) {}
87 // Sets the content setting for a particular |requesting_pattern|,
100 // For a given content type, returns all content setting rule
54 Rule(const ContentSettingsPattern& requesting_pattern, const ContentSettingsPattern& embedding_pattern, ContentSetting setting) argument
[all...]
H A Dcontent_settings_base_provider.cc156 ContentSetting setting; local
160 setting = i->second.content_settings_for_resources.find(
163 setting = CONTENT_SETTING_DEFAULT;
166 setting = i->second.content_settings.settings[content_type];
168 if (setting != CONTENT_SETTING_DEFAULT) {
173 setting));
245 ContentSetting setting) {
246 if (setting == CONTENT_SETTING_ASK &&
252 return setting;
244 ClickToPlayFixup(ContentSettingsType content_type, ContentSetting setting) argument
H A Dhost_content_settings_map.cc133 ContentSetting setting = CONTENT_SETTING_DEFAULT; local
140 setting = provided_setting;
145 CHECK_NE(CONTENT_SETTING_DEFAULT, setting);
146 return setting;
153 ContentSetting setting = GetNonDefaultContentSetting(url, local
156 if (setting == CONTENT_SETTING_DEFAULT)
158 return setting;
169 // setting is found.
190 // A managed default content setting has the highest priority and hence
251 ContentSetting setting) {
249 SetDefaultContentSetting( ContentSettingsType content_type, ContentSetting setting) argument
259 SetContentSetting( const ContentSettingsPattern& pattern, ContentSettingsType content_type, const std::string& resource_identifier, ContentSetting setting) argument
272 AddExceptionForURL( const GURL& url, ContentSettingsType content_type, const std::string& resource_identifier, ContentSetting setting) argument
286 setting); local
[all...]
H A Dhost_content_settings_map.h51 // Returns the default setting for a particular content type.
81 // setting types that require an additional resource identifier, the default
82 // content setting is returned.
88 // content setting types that require an additional resource identifier,
94 // For a given content type, returns all patterns with a non-default setting,
106 // Sets the default setting for a particular content type. This method must
111 ContentSetting setting);
113 // Sets the blocking setting for a particular pattern and content type.
114 // Setting the value to CONTENT_SETTING_DEFAULT causes the default setting
123 ContentSetting setting);
[all...]
H A Dcontent_settings_pref_provider.cc45 // The default setting for each content type.
131 ContentSetting setting) {
135 setting != CONTENT_SETTING_ASK ||
140 // Instead, they are synced to the main profile's setting.
152 if ((setting == CONTENT_SETTING_DEFAULT) ||
153 (setting == kDefaultSettings[content_type])) {
159 default_content_settings_.settings[content_type] = setting;
161 dictionary_path, Value::CreateIntegerValue(setting));
265 int setting = CONTENT_SETTING_DEFAULT; local
267 &setting);
129 UpdateDefaultSetting( ContentSettingsType content_type, ContentSetting setting) argument
298 ContentSetting setting = IntToContentSetting( local
381 SetContentSetting( const ContentSettingsPattern& requesting_pattern, const ContentSettingsPattern& embedding_pattern, ContentSettingsType content_type, const ResourceIdentifier& resource_identifier, ContentSetting setting) argument
712 int setting = CONTENT_SETTING_DEFAULT; local
747 int setting = CONTENT_SETTING_DEFAULT; local
[all...]
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
H A DPoint2PointJoint.java66 ((Point2PointConstraint) constraint).setting.damping = value;
70 ((Point2PointConstraint) constraint).setting.impulseClamp = value;
74 ((Point2PointConstraint) constraint).setting.tau = value;
78 return ((Point2PointConstraint) constraint).setting.damping;
82 return ((Point2PointConstraint) constraint).setting.impulseClamp;
86 return ((Point2PointConstraint) constraint).setting.tau;
/external/valgrind/main/drd/tests/
H A Dsigaltstack.stderr.exp2 setting sigaction
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_content_settings_map.cc96 int setting; local
98 embedding_origin.spec(), &setting))
99 return IntToContentSetting(setting);
100 // Check for any-embedder setting
103 "", &setting))
104 return IntToContentSetting(setting);
139 ContentSetting setting) {
144 setting == CONTENT_SETTING_DEFAULT ?
145 kDefaultSetting : setting);
151 ContentSetting setting) {
138 SetDefaultContentSetting( ContentSetting setting) argument
148 SetContentSetting( const GURL& requesting_url, const GURL& embedding_url, ContentSetting setting) argument
245 int setting = kDefaultSetting; local
[all...]
H A Dgeolocation_content_settings_map.h8 // - It maps [requesting_origin.GetOrigin(), embedder.GetOrigin()] => setting
9 // rather than host => setting.
44 // Returns the default setting.
49 // Returns true if the content setting is managed (set by a policy).
54 // setting for a top-level page, as opposed to a frame embedded in a page,
67 // Sets the default setting.
70 void SetDefaultContentSetting(ContentSetting setting);
72 // Sets the content setting for a particular (requesting origin, embedding
74 // origin, this represents the setting used when the requesting origin is
75 // itself the top-level page. If |embedder| is the empty GURL, |setting|
[all...]
H A Dgeolocation_exceptions_table_model.cc56 setting(in_setting) {
61 ContentSetting setting; member in struct:GeolocationExceptionsTableModel::Entry
82 (entry.setting == CONTENT_SETTING_DEFAULT)) {
106 entry->setting = CONTENT_SETTING_DEFAULT;
125 (entry->setting == CONTENT_SETTING_DEFAULT));
151 // dialog, it's impossible to actually have a non-default setting for some
164 switch (entry.setting) {
242 // Add the "parent" entry for the non-embedded setting.
249 // Skip the non-embedded setting which we already added above.
/external/chromium/chrome/browser/resources/options/
H A Dcontent_settings.css13 .exception-setting {
19 select.exception-setting {
24 html[toolkit=gtk] select.exception-setting {
H A Dcontent_settings_exceptions_area.js57 settingLabel.className = 'exception-setting';
90 select.className = 'exception-setting';
142 * The setting (allow/block) for the exception.
145 get setting() {
146 return this.dataItem['setting'];
148 set setting(setting) {
149 this.dataItem['setting'] = setting;
153 * Gets a human-readable setting strin
[all...]
/external/webkit/Source/WebKit/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp83 static void populateSetting(const String& key, String* setting) argument
93 *setting = static_cast<String>(static_cast<CFStringRef>(value.get()));
95 *setting = static_cast<bool>(CFBooleanGetValue(static_cast<CFBooleanRef>(value.get()))) ? "true" : "false";
97 *setting = "";
100 static void storeSetting(const String& key, const String& setting) argument
103 objectToStore.adoptCF(setting.createCFString());
/external/chromium/chrome/browser/net/
H A Dchrome_cookie_policy.cc67 ContentSetting setting = host_content_settings_map_->GetContentSetting( local
69 if (setting == CONTENT_SETTING_BLOCK)
71 if (setting == CONTENT_SETTING_ALLOW)
73 if (setting == CONTENT_SETTING_SESSION_ONLY)
/external/chromium/chrome/browser/notifications/
H A Dnotification_exceptions_table_model.cc19 Entry(const GURL& origin, ContentSetting setting);
23 ContentSetting setting; member in struct:NotificationExceptionsTableModel::Entry
49 if (entry->setting == CONTENT_SETTING_ALLOW) {
52 DCHECK_EQ(entry->setting, CONTENT_SETTING_BLOCK);
81 switch (entry.setting) {
129 setting(in_setting) {
H A Dnotifications_prefs_cache.h45 void SetCacheDefaultContentSetting(ContentSetting setting);
71 // The default setting, used for origins that are neither in
/external/chromium/chrome/browser/
H A Dcontent_setting_combo_model.cc72 int ContentSettingComboModel::IndexForSetting(ContentSetting setting) { argument
74 if (SettingForIndex(i) == setting)
/external/webkit/Source/JavaScriptCore/jit/
H A DExecutableAllocator.cpp88 void ExecutableAllocator::reprotectRegion(void* start, size_t size, ProtectionSetting setting) argument
104 mprotect(pageStart, size, (setting == Writable) ? PROTECTION_FLAGS_RW : PROTECTION_FLAGS_RX);
/external/chromium/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc33 const char* kSetting = "setting";
65 std::string ContentSettingToString(ContentSetting setting) { argument
66 switch (setting) {
94 NOTREACHED() << name << " is not a recognized content setting.";
107 // dialog, it's impossible to actually have a non-default setting for some
125 ContentSetting setting) {
132 new StringValue(ContentSettingToString(setting)));
141 ContentSetting setting) {
148 new StringValue(ContentSettingToString(setting)));
163 ContentSetting setting) {
123 GetExceptionForPage( const ContentSettingsPattern& pattern, ContentSetting setting) argument
139 GetGeolocationExceptionForPage(const GURL& origin, const GURL& embedding_origin, ContentSetting setting) argument
161 GetNotificationExceptionForPage( const GURL& url, ContentSetting setting) argument
566 std::string group, setting; local
614 std::string setting; local
660 std::string setting; local
[all...]

Completed in 345 milliseconds

1234