Searched refs:isProxy (Results 1 – 11 of 11) sorted by relevance
223 public void setupBasicAuthResponse(boolean isProxy, String username, String password) { in setupBasicAuthResponse() argument228 mHeaders.put(authorizationHeader(isProxy), "Basic " + response); in setupBasicAuthResponse()235 public void setupDigestAuthResponse(boolean isProxy, in setupDigestAuthResponse() argument249 mHeaders.put(authorizationHeader(isProxy), "Digest " + response); in setupDigestAuthResponse()353 public static String authorizationHeader(boolean isProxy) { in authorizationHeader() argument354 if (!isProxy) { in authorizationHeader()
125 public boolean isProxy() { in isProxy() method in HttpAuthHeader
66 boolean isProxy = readBoolean(); in readClassDescriptor()67 if (isProxy) { in readClassDescriptor()
129 public boolean isProxy() { in isProxy() method in AuthSchemeBase
147 return authenticate(credentials, charset, isProxy()); in authenticate()
141 if (isProxy()) { in authenticate()
391 if (isProxy()) { in createDigestHeader()
1274 var isProxy = %IsJSProxy(obj);1275 if (isProxy || %HasSloppyArgumentsElements(obj) || %IsObserved(obj)) {1276 if (isProxy) {
728 OBJC1_32BIT_EXE: name 0x00002e86 isProxy813 OBJC1_32BIT_EXE: name 0x00002e86 isProxy929 PROTOCOL: name 0x00002e86 isProxy999 PROTOCOL: name 0x00002e86 isProxy
1746 const GLboolean isProxy = target == proxyTarget; in texture_error_check() local1827 if (isProxy) { in texture_error_check()
619 0x71024898 java.lang.Class isProxy ()Z Class.java