/external/virglrenderer/src/proxy/ |
D | proxy_server.h | 13 struct proxy_server { struct 18 struct proxy_server * argument
|
/external/cronet/stable/net/base/ |
D | proxy_chain.cc | 45 ProxyChain::ProxyChain(ProxyServer proxy_server) in ProxyChain() 88 for (const auto& proxy_server : proxy_server_list_.value()) { in Persist() local 139 for (const ProxyServer& proxy_server : proxy_server_list_.value()) { in ToDebugString() local 192 for (const auto& proxy_server : proxy_server_list_.value()) { in IsValidInternal() local
|
D | proxy_string_util.cc | 106 std::string ProxyServerToPacResultElement(const ProxyServer& proxy_server) { in ProxyServerToPacResultElement() 173 std::string ProxyServerToProxyUri(const ProxyServer& proxy_server) { in ProxyServerToProxyUri()
|
D | test_proxy_delegate.cc | 85 const ProxyServer& proxy_server) { in GetExtraHeaderValue()
|
D | proxy_server.cc | 175 std::ostream& operator<<(std::ostream& os, const ProxyServer& proxy_server) { in operator <<()
|
D | proxy_string_util_unittest.cc | 125 ProxyServer proxy_server = ProxyUriToProxyServer( in TEST() local 136 ProxyServer proxy_server = ProxyUriToProxyServer( in TEST() local
|
D | proxy_server_unittest.cc | 23 ProxyServer proxy_server; in TEST() local
|
/external/cronet/tot/net/base/ |
D | proxy_chain.cc | 45 ProxyChain::ProxyChain(ProxyServer proxy_server) in ProxyChain() 88 for (const auto& proxy_server : proxy_server_list_.value()) { in Persist() local 139 for (const ProxyServer& proxy_server : proxy_server_list_.value()) { in ToDebugString() local 192 for (const auto& proxy_server : proxy_server_list_.value()) { in IsValidInternal() local
|
D | proxy_string_util.cc | 106 std::string ProxyServerToPacResultElement(const ProxyServer& proxy_server) { in ProxyServerToPacResultElement() 173 std::string ProxyServerToProxyUri(const ProxyServer& proxy_server) { in ProxyServerToProxyUri()
|
D | test_proxy_delegate.cc | 85 const ProxyServer& proxy_server) { in GetExtraHeaderValue()
|
D | proxy_server.cc | 175 std::ostream& operator<<(std::ostream& os, const ProxyServer& proxy_server) { in operator <<()
|
D | proxy_string_util_unittest.cc | 125 ProxyServer proxy_server = ProxyUriToProxyServer( in TEST() local 136 ProxyServer proxy_server = ProxyUriToProxyServer( in TEST() local
|
/external/cronet/tot/net/http/ |
D | proxy_fallback.cc | 21 [](const ProxyServer& proxy_server) { return proxy_server.is_quic(); }); in CanFalloverToNextProxy() 24 for (const auto& proxy_server : proxy_servers) { in CanFalloverToNextProxy() local
|
/external/cronet/stable/net/http/ |
D | proxy_fallback.cc | 21 [](const ProxyServer& proxy_server) { return proxy_server.is_quic(); }); in CanFalloverToNextProxy() 24 for (const auto& proxy_server : proxy_servers) { in CanFalloverToNextProxy() local
|
/external/cronet/stable/net/proxy_resolution/win/ |
D | windows_system_proxy_resolution_service_unittest.cc | 71 void add_server_to_proxy_list(const ProxyServer& proxy_server) { in add_server_to_proxy_list() 162 const ProxyServer proxy_server = in TEST_F() local 186 const ProxyServer proxy_server = in TEST_F() local 216 const ProxyServer proxy_server = in TEST_F() local 227 const ProxyServer proxy_server = in TEST_F() local 264 const ProxyServer proxy_server = in TEST_F() local
|
/external/cronet/tot/net/proxy_resolution/win/ |
D | windows_system_proxy_resolution_service_unittest.cc | 71 void add_server_to_proxy_list(const ProxyServer& proxy_server) { in add_server_to_proxy_list() 162 const ProxyServer proxy_server = in TEST_F() local 186 const ProxyServer proxy_server = in TEST_F() local 216 const ProxyServer proxy_server = in TEST_F() local 227 const ProxyServer proxy_server = in TEST_F() local 264 const ProxyServer proxy_server = in TEST_F() local
|
/external/cronet/tot/net/proxy_resolution/ |
D | proxy_list.cc | 53 void ProxyList::SetSingleProxyServer(const ProxyServer& proxy_server) { in SetSingleProxyServer() 65 void ProxyList::AddProxyServer(const ProxyServer& proxy_server) { in AddProxyServer()
|
D | proxy_info.cc | 114 [](const ProxyServer& proxy_server) { return proxy_server.is_https(); }); in AllChainProxiesAreHttps()
|
/external/cronet/stable/net/proxy_resolution/ |
D | proxy_list.cc | 53 void ProxyList::SetSingleProxyServer(const ProxyServer& proxy_server) { in SetSingleProxyServer() 65 void ProxyList::AddProxyServer(const ProxyServer& proxy_server) { in AddProxyServer()
|
D | proxy_info.cc | 114 [](const ProxyServer& proxy_server) { return proxy_server.is_https(); }); in AllChainProxiesAreHttps()
|
/external/cronet/tot/net/websockets/ |
D | websocket_end_to_end_test.cc | 516 SpawnedTestServer proxy_server(SpawnedTestServer::TYPE_BASIC_AUTH_PROXY, in TEST_F() local 547 SpawnedTestServer proxy_server(SpawnedTestServer::TYPE_BASIC_AUTH_PROXY, in TEST_F() local 579 SpawnedTestServer proxy_server(SpawnedTestServer::TYPE_PROXY, in TEST_F() local 641 SpawnedTestServer proxy_server(SpawnedTestServer::TYPE_PROXY, in TEST_F() local
|
/external/cronet/stable/net/websockets/ |
D | websocket_end_to_end_test.cc | 516 SpawnedTestServer proxy_server(SpawnedTestServer::TYPE_BASIC_AUTH_PROXY, in TEST_F() local 547 SpawnedTestServer proxy_server(SpawnedTestServer::TYPE_BASIC_AUTH_PROXY, in TEST_F() local 579 SpawnedTestServer proxy_server(SpawnedTestServer::TYPE_PROXY, in TEST_F() local 641 SpawnedTestServer proxy_server(SpawnedTestServer::TYPE_PROXY, in TEST_F() local
|
/external/cronet/stable/components/cronet/android/ |
D | cronet_url_request_adapter.cc | 225 const std::string& proxy_server, in OnReceivedRedirect() 243 const std::string& proxy_server, in OnResponseStarted()
|
/external/cronet/tot/components/cronet/android/ |
D | cronet_url_request_adapter.cc | 225 const std::string& proxy_server, in OnReceivedRedirect() 243 const std::string& proxy_server, in OnResponseStarted()
|
/external/cronet/stable/net/socket/ |
D | connect_job_params_factory.cc | 170 const ProxyServer& proxy_server = in CreateProxyParams() local
|