Home
last modified time | relevance | path

Searched defs:isProxy (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dd8.js13 function isProxy(o) { return false }; function
/external/apache-http/src/org/apache/http/impl/auth/
DAuthSchemeBase.java129 public boolean isProxy() { in isProxy() method in AuthSchemeBase
/external/apache-http/android/src/android/net/http/
DRequestHandle.java223 public void setupBasicAuthResponse(boolean isProxy, String username, String password) { in setupBasicAuthResponse()
235 public void setupDigestAuthResponse(boolean isProxy, in setupDigestAuthResponse()
353 public static String authorizationHeader(boolean isProxy) { in authorizationHeader()
DHttpAuthHeader.java125 public boolean isProxy() { in isProxy() method in HttpAuthHeader
/external/curl/lib/vtls/
Dvtls.c315 const bool isProxy = CONNECT_PROXY_SSL(); in Curl_ssl_getsessionid() local
423 const bool isProxy = CONNECT_PROXY_SSL(); in Curl_ssl_addsessionid() local
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto85 optional bool isProxy = 11; field