HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 51 - 75 of 8775) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
ServerSessionContext.java 51 if (session != null) {
56 if (persistentCache != null) {
58 if (data != null) {
59 session = toSession(data, null, -1);
60 if (session != null && session.isValid()) {
67 return null;
75 if (persistentCache != null) {
77 if (data != null) {
  /libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java 60 * null} if none.
65 if (trustedCert == null) {
66 throw new NullPointerException("trustedCert == null");
69 // copy nameConstraints if not null
70 if (nameConstraints != null) {
76 this.nameConstraints = null;
78 this.caName = null;
79 this.caPrincipal = null;
80 this.caPublicKey = null;
97 * null} if none
    [all...]
  /cts/tools/dx-tests/src/dxc/junit/opcodes/aconst_null/jm/
T_aconst_null_1.java 21 return null;
  /cts/tools/dx-tests/src/dxc/junit/opcodes/areturn/jm/
T_areturn_2.java 22 return null;