/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
D | NegotiateAuthentication.java | 56 static HashMap <String, Boolean> supported = null; field in NegotiateAuthentication 94 if (supported == null) { in isSupported() 95 supported = new HashMap <String, Boolean>(); in isSupported() 100 if (supported.containsKey(hostname)) { in isSupported() 101 return supported.get(hostname); in isSupported() 106 supported.put(hostname, true); in isSupported() 112 supported.put(hostname, false); in isSupported()
|
D | NTLMAuthenticationProxy.java | 45 static final boolean supported = proxy != null ? true : false; field in NTLMAuthenticationProxy 46 static final boolean supportsTransparentAuth = supported ? supportsTransparentAuth() : false;
|
D | HttpURLConnection.java | 2029 if (NTLMAuthenticationProxy.proxy.supported) { 2175 if (NTLMAuthenticationProxy.proxy.supported) {
|
/libcore/ojluni/src/main/java/sun/security/ssl/ |
D | SignatureAndHashAlgorithm.java | 159 Collection<SignatureAndHashAlgorithm> supported = new ArrayList<>(); in getSupportedAlgorithms() local 165 supported.add(sigAlg); in getSupportedAlgorithms() 170 return supported; in getSupportedAlgorithms() 176 Collection<SignatureAndHashAlgorithm> supported = new ArrayList<>(); in getSupportedAlgorithms() local 179 supported.add(sigAlg); in getSupportedAlgorithms() 183 return supported; in getSupportedAlgorithms()
|
D | CipherSuite.java | 124 final int supported; field in CipherSuite 131 boolean allowed, int obsoleted, int supported, PRF prfAlg) { in CipherSuite() argument 159 this.supported = supported; in CipherSuite() 177 this.supported = ProtocolVersion.LIMIT_MIN_VALUE; in CipherSuite() 267 boolean allowed, int obsoleted, int supported, PRF prf) { in add() argument 270 cipher, allowed, obsoleted, supported, prf); in add()
|
D | SSLContextImpl.java | 344 suite.supported <= protocols.max.v) { in getApplicableCipherSuiteList() 355 } else if (suite.supported > protocols.max.v) { in getApplicableCipherSuiteList()
|
D | Handshaker.java | 577 suite.supported <= activeProtocols.max.v) { in getActiveCipherSuites() 622 suite.supported <= protocol.v) { in getActiveProtocols()
|
D | ServerHandshaker.java | 932 if (protocolVersion.v < suite.supported) { in trySetCipherSuite()
|
/libcore/expectations/ |
D | knownfailures.txt | 95 description: "not supported", 107 description: "Not supported : pattern with %", 117 description: "Not supported ops applied: test fails on arguments: '', '', '%', '%'", 122 description: "(Ticket 91) Tables apply foreign key constraint. Catalogs not supported", 140 description: "Keys are not supported: Ticket 91", 153 …description: "Not supported feature, Ticket 98. Broken because NUMERIC_FUNCTIONS not complete. Whe… 159 description: "Ticket 91 : relies on not supported features: getCatalog, keys", 175 description: "not supported", 193 description: "not supported", 213 description: "not supported. SQLException checking test fails", [all …]
|
D | icebox.txt | 113 …substring: "The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enab…
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldResultSetGetterTests.java | 83 static boolean[] supported = new boolean[]{ field in OldResultSetGetterTests 723 if (supported[i - 1]) { in testGetMetaData() 735 if (supported[i-1]) { in testGetObjectInt() 762 if (supported[i-1]) { in testGetObjectString()
|