Home
last modified time | relevance | path

Searched refs:need (Results 1 – 24 of 24) sorted by relevance

/libcore/ojluni/
DNOTICE315 To protect your rights, we need to make restrictions that forbid anyone to deny
439 distributed need not include anything that is normally distributed (in either
662 or visit www.oracle.com if you need additional information or have any
688 or visit www.oracle.com if you need additional information or have any
714 or visit www.oracle.com if you need additional information or have any
740 or visit www.oracle.com if you need additional information or have any
766 or visit www.oracle.com if you need additional information or have any
792 or visit www.oracle.com if you need additional information or have any
818 or visit www.oracle.com if you need additional information or have any
844 or visit www.oracle.com if you need additional information or have any
[all …]
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLServerSocket.java322 public abstract void setNeedClientAuth(boolean need); in setNeedClientAuth() argument
DSSLSocket.java1253 public abstract void setNeedClientAuth(boolean need); in setNeedClientAuth() argument
DSSLEngine.java1755 public abstract void setNeedClientAuth(boolean need); in setNeedClientAuth() argument
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DMySSLContextSpi.java145 public void setNeedClientAuth(boolean need) { } in setNeedClientAuth() argument
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java143 public void setNeedClientAuth(boolean need) { } in setNeedClientAuth() argument
/libcore/ojluni/src/main/resources/sun/util/logging/resources/
Dlogging_it.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging_fr.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging_ja.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging_es.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging_zh_TW.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging_zh_CN.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging_ko.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging_de.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging_sv.properties22 # or visit www.oracle.com if you need additional information or have any
Dlogging_pt_BR.properties22 # or visit www.oracle.com if you need additional information or have any
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLContext.java383 final boolean need) { in clientAuth() argument
388 s.setNeedClientAuth(need); in clientAuth()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLServerSocketTest.java94 public void setNeedClientAuth(boolean need) { in setNeedClientAuth() argument
/libcore/expectations/
Dbrokentests.txt12 need to check that they're secure, so they all fail when we refuse to install
Dknownfailures.txt79 …: "It's not allowed to pass null as parent class loader to a new ClassLoader anymore. Maybe we need
1488 description: "Zip64 tests take too long to execute and need more than 5GB of space to run.",
/libcore/ojluni/src/main/resources/sun/nio/cs/
Dstandard-charsets22 # or visit www.oracle.com if you need additional information or have any
/libcore/
DLICENSE29 To protect your rights, we need to make restrictions that forbid anyone to deny
153 distributed need not include anything that is normally distributed (in either
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java3275 @Override public void setNeedClientAuth(boolean need) {
3276 delegate.setNeedClientAuth(need);