Home
last modified time | relevance | path

Searched refs:supported (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/www/protocol/http/
DNegotiateAuthentication.java56 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()
DNTLMAuthenticationProxy.java45 static final boolean supported = proxy != null ? true : false; field in NTLMAuthenticationProxy
46 static final boolean supportsTransparentAuth = supported ? supportsTransparentAuth() : false;
DHttpURLConnection.java2029 if (NTLMAuthenticationProxy.proxy.supported) {
2175 if (NTLMAuthenticationProxy.proxy.supported) {
/libcore/ojluni/src/main/java/sun/security/ssl/
DSignatureAndHashAlgorithm.java159 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()
DCipherSuite.java124 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()
DSSLContextImpl.java344 suite.supported <= protocols.max.v) { in getApplicableCipherSuiteList()
355 } else if (suite.supported > protocols.max.v) { in getApplicableCipherSuiteList()
DHandshaker.java577 suite.supported <= activeProtocols.max.v) { in getActiveCipherSuites()
622 suite.supported <= protocol.v) { in getActiveProtocols()
DServerHandshaker.java932 if (protocolVersion.v < suite.supported) { in trySetCipherSuite()
/libcore/expectations/
Dknownfailures.txt95 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 …]
Dicebox.txt113 …substring: "The 'namespace-prefix' feature is not supported while the 'namespaces' feature is enab…
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetGetterTests.java83 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()