Home
last modified time | relevance | path

Searched refs:proxy_settings (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/components/policy/core/common/
Dpolicy_service_impl.cc44 std::unique_ptr<base::DictionaryValue> proxy_settings( in RemapProxyPolicies() local
50 proxy_settings->Clear(); in RemapProxyPolicies()
57 proxy_settings->Set(kProxyPolicies[i], entry->value->CreateDeepCopy()); in RemapProxyPolicies()
65 if (!proxy_settings->empty() && in RemapProxyPolicies()
69 std::move(proxy_settings), nullptr); in RemapProxyPolicies()
/external/python/cpython3/Lib/urllib/
Drequest.py2550 def _proxy_bypass_macosx_sysconf(host, proxy_settings): argument
2575 if proxy_settings['exclude_simple']:
2580 for value in proxy_settings.get('exceptions', ()):
2619 proxy_settings = _get_proxy_settings()
2620 return _proxy_bypass_macosx_sysconf(host, proxy_settings)
/external/python/cpython2/Lib/
Durllib.py1462 proxy_settings = _get_proxy_settings()
1466 if proxy_settings['exclude_simple']:
1471 for value in proxy_settings.get('exceptions', ()):