| /external/chromium_org/chrome/browser/download/ |
| download_request_limiter.cc | 146 ContentSetting setting) { 160 setting); 408 ContentSetting setting = CONTENT_SETTING_ASK; local 410 setting = content_settings->GetContentSetting( 415 switch (setting) {
|
| download_request_limiter_unittest.cc | 175 void SetHostContentSetting(WebContents* contents, ContentSetting setting) { 181 setting); local
|
| /external/chromium_org/chrome/browser/extensions/api/content_settings/ |
| content_settings_store.cc | 99 ContentSetting setting, 104 if (setting == CONTENT_SETTING_DEFAULT) { 108 new base::FundamentalValue(setting)); 114 // setting is effective and not hidden by another setting of another 317 ContentSetting setting = CONTENT_SETTING_DEFAULT; local 319 helpers::StringToContentSetting(content_setting_string, &setting); 327 setting,
|
| /external/chromium_org/extensions/browser/value_store/ |
| leveldb_value_store.cc | 95 scoped_ptr<base::Value> setting; 96 scoped_ptr<Error> error = ReadFromDb(leveldb::ReadOptions(), key, &setting); 101 if (setting) 102 settings->SetWithoutPathExpansion(key, setting.release()); 123 scoped_ptr<base::Value> setting; local 124 scoped_ptr<Error> error = ReadFromDb(options, *it, &setting); 127 if (setting) 128 settings->SetWithoutPathExpansion(*it, setting.release()); 346 scoped_ptr<base::Value>* setting) { 348 DCHECK(setting); [all...] |
| /external/chromium_org/gpu/command_buffer/tests/ |
| gl_copy_texture_CHROMIUM_unittest.cc | 191 // Test that the extension respects the flip-y pixel storage setting. 227 // storage setting. 251 // storage setting. 370 GLboolean setting = reference_settings[x]; local 371 glEnableDisable(GL_DEPTH_TEST, setting); 372 glEnableDisable(GL_SCISSOR_TEST, setting); 373 glEnableDisable(GL_STENCIL_TEST, setting); 374 glEnableDisable(GL_CULL_FACE, setting); 375 glEnableDisable(GL_BLEND, setting); 376 glColorMask(setting, setting, setting, setting) [all...] |
| /libcore/dom/src/test/java/org/w3c/domts/ |
| LSDocumentBuilderFactory.java | 50 * Applies setting to LSParser 52 * @param setting setting 54 * @throws DOMTestIncompatibleException if parser does not support setting 56 public abstract void applySetting(DocumentBuilderSetting setting, 61 * Gets state of setting for parser 64 * @return state of setting 71 * Represents a fixed setting, for example, all Java implementations 82 * @param settingName setting name 90 * Apply setting. Throws exception if requested settin 145 throw new DOMTestIncompatibleException(ex.getTargetException(), setting); local [all...] |
| /external/chromium_org/chrome/browser/content_settings/ |
| host_content_settings_map.cc | 235 ContentSetting setting) { 236 DCHECK(IsSettingAllowedForType(prefs_, setting, content_type)); 239 if (setting != CONTENT_SETTING_DEFAULT) 240 value = new base::FundamentalValue(setting); 279 ContentSetting setting, 299 narrow_primary, narrow_secondary, content_type, std::string(), setting); 307 ContentSetting setting) { 310 if (setting == CONTENT_SETTING_ALLOW && 317 if (setting != CONTENT_SETTING_DEFAULT) 318 value = new base::FundamentalValue(setting); 333 ContentSetting setting = GetContentSetting( local 472 setting); local [all...] |
| /external/lldb/source/Interpreter/ |
| OptionValueProperties.cpp | 160 // "<setting-name>{<predicate>}" 270 const Property *setting = GetPropertyAtIndex (exe_ctx, will_modify, idx); local 271 if (setting) 272 return setting->GetValue();
|
| /frameworks/base/media/java/android/media/ |
| RingtoneManager.java | 260 "Setting filter columns should be done before querying for ringtones."); 614 String setting = getSettingForType(type); local 615 if (setting == null) return null; 616 final String uriString = Settings.System.getString(context.getContentResolver(), setting); 631 String setting = getSettingForType(type); local 632 if (setting == null) return; 633 Settings.System.putString(context.getContentResolver(), setting,
|
| /system/media/audio_route/ |
| audio_route.c | 59 struct mixer_setting *setting; member in struct:mixer_path 105 struct mixer_ctl *ctl = index_to_ctl(ar, path->setting[i].ctl_index); 108 for (j = 0; j < path->setting[i].num_values; j++) 109 ALOGE(" id=%d value=%d", j, path->setting[i].value[j]); 120 if (ar->mixer_path[i].setting) { 121 if (ar->mixer_path[i].setting->value) 122 free(ar->mixer_path[i].setting->value); 123 free(ar->mixer_path[i].setting); 171 ar->mixer_path[ar->num_mixer_paths].setting = NULL; 183 if (path->setting[i].ctl_index == ctl_index [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
| BleAdvertiserService.java | 213 AdvertiseSettings setting = local 216 mAdvertiser.startAdvertising(setting, data, response, mCallback); 236 setting = generateSetting(AdvertiseSettings.ADVERTISE_TX_POWER_MEDIUM); 238 mAdvertiser.startAdvertising(setting, data, mScannableCallback); 243 setting = generateSetting(AdvertiseSettings.ADVERTISE_TX_POWER_MEDIUM); 245 mAdvertiser.startAdvertising(setting, data, mUnscannableCallback); 275 public void onStartSuccess(AdvertiseSettings setting) {
|
| BleServerService.java | 387 AdvertiseSettings setting = new AdvertiseSettings.Builder() local 392 mAdvertiser.startAdvertising(setting, data, mAdvertiseCallback);
|
| BleClientService.java | 453 ScanSettings setting = new ScanSettings.Builder() local 455 mScanner.startScan(filter, setting, mScanCallback);
|
| /external/chromium_org/chrome/browser/ui/webui/options/ |
| website_settings_handler.cc | 321 if (it->setting != cam_setting) 344 if (it->setting == CONTENT_SETTING_BLOCK) 382 ContentSetting setting = content_settings::ContentSettingFromString(value); local 388 // Users are not allowed to be the source of the "ask" setting. It is an 389 // ephemeral setting which is removed once the question is asked. 390 if (setting == CONTENT_SETTING_ASK && setting == default_value) 391 setting = CONTENT_SETTING_DEFAULT; 407 setting); 412 setting); 478 std::string setting; local [all...] |
| content_settings_handler.cc | 69 // Maps from a secondary pattern to a setting. 86 const char* kSetting = "setting"; 121 // A pseudo content type. We use it to display data like a content setting even 122 // though it is not a real content setting. 145 const ContentSetting& setting, 153 exception->SetString(kSetting, ContentSettingToString(setting)); 164 ContentSetting setting) { 166 exception->SetString(kSetting, ContentSettingToString(setting)); 178 ContentSetting setting, 185 exception->SetString(kSetting, ContentSettingToString(setting)); 1244 std::string group, setting; local 1346 std::string setting; local [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
| SourcesPanel.js | 815 var setting = WebInspector.settings.pauseOnCaughtException; variable [all...] |
| /packages/apps/Camera2/src/com/android/camera/settings/ |
| CameraSettingsActivity.java | 400 String setting = preference.getValue(); local 401 Size selectedSize = oldPictureSizes.getFromSetting(setting, displayableSizes);
|
| /external/chromium_org/chrome/browser/ui/content_settings/ |
| content_setting_bubble_model.cc | 227 void AddException(ContentSetting setting); 248 ContentSetting setting = local 252 AddException(setting); 260 // Initialize the radio group by setting the appropriate labels for the 261 // content type and setting the default value based on the content setting. 347 ContentSetting setting; local 354 setting = cookie_settings->GetCookieSetting( 361 setting = content_settings::ValueToContentSetting(value.get()); 369 setting == CONTENT_SETTING_ALLOW & 399 setting); local 1078 ContentSetting setting = local [all...] |
| /external/chromium_org/chrome/renderer/ |
| content_settings_observer.cc | 136 return rules[0].setting; 142 return it->setting; 354 // Evaluate the content setting rules before 359 ContentSetting setting = GetContentSettingFromRules( local 363 allow = setting != CONTENT_SETTING_BLOCK; 381 ContentSetting setting = local 385 allow = setting != CONTENT_SETTING_BLOCK;
|
| /external/chromium_org/components/gcm_driver/ |
| gcm_client_impl_unittest.cc | 405 checkin_proto::GservicesSetting* setting = response.add_setting(); local 406 setting->set_name(it->first); 407 setting->set_value(it->second); [all...] |
| /external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
| AgentSession.java | 48 * session within a given workgroup is expected to have from an agent's perspective -- setting
247 * @throws XMPPException if an error occurs setting the online status.
314 * @throws XMPPException if an error occurs setting the agent status.
340 * @throws XMPPException if an error occurs setting the agent status.
397 * @throws XMPPException if an error occurs setting the agent status.
1122 GenericSettings setting = new GenericSettings(); local [all...] |
| /frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
| TextGraphReader.java | 225 } else if (curCommand.equals("@setting")) { 324 KeyValueMap setting = readKeyValueAssignments(scanner, semicolonPattern); local 325 mSettings.putAll(setting); 452 for (String setting : mSettings.keySet()) { 453 Object value = mSettings.get(setting); 454 if (setting.equals("autoBranch")) { 455 expectSettingClass(setting, value, String.class); 463 throw new GraphIOException("Unknown autobranch setting: " + value + "!"); 465 } else if (setting.equals("discardUnconnectedOutputs")) { 466 expectSettingClass(setting, value, Boolean.class) [all...] |
| /frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
| WifiServiceImpl.java | 427 Slog.e(TAG, "invalid scan setting"); 552 BatchedScanSettings setting = new BatchedScanSettings(); local 593 s.maxScansPerBatch < setting.maxScansPerBatch) { 594 setting.maxScansPerBatch = s.maxScansPerBatch; 597 (setting.maxApPerScan == BatchedScanSettings.UNSPECIFIED || 598 s.maxApPerScan > setting.maxApPerScan)) { 599 setting.maxApPerScan = s.maxApPerScan; 602 s.scanIntervalSec < setting.scanIntervalSec) { 603 setting.scanIntervalSec = s.scanIntervalSec; 606 (setting.maxApForDistance == BatchedScanSettings.UNSPECIFIED | [all...] |
| /development/ndk/platforms/android-L/include/linux/ |
| if_link.h | 334 __u32 setting; member in struct:ifla_vf_spoofchk
|
| /external/chromium_org/chrome/browser/browsing_data/ |
| cookies_tree_model.cc | 735 CookieSettings* cookie_settings, ContentSetting setting) const { 736 DCHECK(setting == CONTENT_SETTING_ALLOW || 737 setting == CONTENT_SETTING_BLOCK || 738 setting == CONTENT_SETTING_SESSION_ONLY); 745 ContentSettingsPattern::Wildcard(), setting); local [all...] |