Home
last modified time | relevance | path

Searched refs:self (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/ssl/
DBaseSSLSocketImpl.java58 final Socket self; field in BaseSSLSocketImpl
62 this.self = this; in BaseSSLSocketImpl()
67 this.self = socket; in BaseSSLSocketImpl()
98 if (self == this) { in getChannel()
101 return self.getChannel(); in getChannel()
113 if (self == this) { in bind()
127 if (self == this) { in getLocalSocketAddress()
130 return self.getLocalSocketAddress(); in getLocalSocketAddress()
139 if (self == this) { in getRemoteSocketAddress()
142 return self.getRemoteSocketAddress(); in getRemoteSocketAddress()
[all …]
DSSLSocketImpl.java609 if (self != this) { in connect()
633 if (self == this) { in doneConnect()
637 sockInput = self.getInputStream(); in doneConnect()
638 sockOutput = self.getOutputStream(); in doneConnect()
766 if (self != this && !autoClose) { in writeRecord()
1499 if (self == this) { in closeSocket()
1502 self.close(); in closeSocket()
1510 if (self == this) { in closeSocket()
1513 self.close(); in closeSocket()
2413 if (self == this) { in setSoTimeout()
[all …]
/libcore/ojluni/src/main/java/java/lang/
DEnum.java182 Enum self = this; in compareTo() local
183 if (self.getClass() != other.getClass() && // optimization in compareTo()
184 self.getDeclaringClass() != other.getDeclaringClass()) in compareTo()
186 return self.ordinal - other.ordinal; in compareTo()
/libcore/dalvik/src/main/java/dalvik/system/profiler/
DAsciiHprofWriter.java80 double self = (double)count/(double)total; in write() local
81 accum += self; in write()
85 rank, self*100, accum*100, count, stackTrace.stackTraceId, in write()
/libcore/ojluni/src/main/java/java/nio/
DCharBuffer.java1068 CharBuffer self = this; in chars() local
1069 return StreamSupport.intStream(() -> new CharBufferSpliterator(self), in chars()
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DSSLSocketTest.java636 final Thread self = Thread.currentThread(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException() local
637 final UncaughtExceptionHandler original = self.getUncaughtExceptionHandler(); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
641 self.setUncaughtExceptionHandler(test); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
667 self.setUncaughtExceptionHandler(original); in test_SSLSocket_HandshakeCompletedListener_RuntimeException()
/libcore/support/src/test/java/tests/resources/x509/
Ddefault.cnf141 x509_extensions = v3_ca # The extentions to add to the self signed cert