Home
last modified time | relevance | path

Searched refs:isProxy (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
Dd8.js13 function isProxy(o) { return false }; function
18 isProxy = Function(['object'], 'return %_IsJSProxy(object)');
31 if (isProxy(x)) {
/external/apache-http/android/src/android/net/http/
DRequestHandle.java223 public void setupBasicAuthResponse(boolean isProxy, String username, String password) { in setupBasicAuthResponse() argument
228 mHeaders.put(authorizationHeader(isProxy), "Basic " + response); in setupBasicAuthResponse()
235 public void setupDigestAuthResponse(boolean isProxy, in setupDigestAuthResponse() argument
249 mHeaders.put(authorizationHeader(isProxy), "Digest " + response); in setupDigestAuthResponse()
353 public static String authorizationHeader(boolean isProxy) { in authorizationHeader() argument
354 if (!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
316 struct ssl_primary_config * const ssl_config = isProxy ? in Curl_ssl_getsessionid()
319 const char * const name = isProxy ? conn->http_proxy.host.name : in Curl_ssl_getsessionid()
321 int port = isProxy ? (int)conn->port : conn->remote_port; in Curl_ssl_getsessionid()
423 const bool isProxy = CONNECT_PROXY_SSL(); in Curl_ssl_addsessionid() local
424 struct ssl_primary_config * const ssl_config = isProxy ? in Curl_ssl_addsessionid()
430 clone_host = strdup(isProxy ? conn->http_proxy.host.name : conn->host.name); in Curl_ssl_addsessionid()
485 store->remote_port = isProxy ? (int)conn->port : conn->remote_port; in Curl_ssl_addsessionid()
/external/apache-http/src/org/apache/http/impl/auth/
DAuthSchemeBase.java129 public boolean isProxy() { in isProxy() method in AuthSchemeBase
DBasicScheme.java147 return authenticate(credentials, charset, isProxy()); in authenticate()
DNTLMScheme.java141 if (isProxy()) { in authenticate()
DDigestScheme.java391 if (isProxy()) { in createDigestHeader()
/external/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m144 @"isProxy: true\n"
Dunittest_objc.proto85 optional bool isProxy = 11; field
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test728 OBJC1_32BIT_EXE: name 0x00002e86 isProxy
813 OBJC1_32BIT_EXE: name 0x00002e86 isProxy
929 PROTOCOL: name 0x00002e86 isProxy
999 PROTOCOL: name 0x00002e86 isProxy
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
Dmacho-objc-meta-data.test729 OBJC1_32BIT_EXE: name 0x00002e86 isProxy
814 OBJC1_32BIT_EXE: name 0x00002e86 isProxy
930 PROTOCOL: name 0x00002e86 isProxy
1000 PROTOCOL: name 0x00002e86 isProxy
/external/apache-http/api/
Dcurrent.txt208 method public boolean isProxy();
2336 method @Deprecated public boolean isProxy();