Searched defs:sock (Results 1 – 7 of 7) sorted by relevance
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
| D | SSLSessionBindingListenerTest.java | 63 SSLSocket sock = (SSLSocket) SSLSocketFactory.getDefault() in test_valueBound() local 77 SSLSocket sock = (SSLSocket) SSLSocketFactory.getDefault() in test_valueUnbound() local
|
| /libcore/ojluni/src/main/native/ |
| D | NetworkInterface.c | 435 int sock; in NetworkInterface_getMTU0() local 458 int ret, sock; in getFlags0() local 678 int sock = openSocket(env, AF_INET); in enumInterfaces() local 753 netif *addif(JNIEnv *env, int sock, struct ifaddrs *ifa, netif *ifs) in addif() 970 int sock; in openSocket() local 995 int sock; in openSocketWithFallback() local 1018 static int getIndex(int sock, const char *name){ in getIndex() 1033 static int getMTU(JNIEnv *env, int sock, const char *ifname) { in getMTU() 1047 static int getFlags(int sock, const char *ifname, int *flags) { in getFlags()
|
| /libcore/ojluni/src/main/java/javax/net/ssl/ |
| D | HandshakeCompletedEvent.java | 63 public HandshakeCompletedEvent(SSLSocket sock, SSLSession s) in HandshakeCompletedEvent()
|
| /libcore/ojluni/src/main/java/java/util/logging/ |
| D | SocketHandler.java | 70 private Socket sock; field in SocketHandler
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
| D | SinkChannelTest.java | 477 SocketChannel sock = ssc.accept(); in test_socketChannel_read_close() local 495 SocketChannel sock = ssc.accept(); in test_socketChannel_read_write() local
|
| D | SocketChannelTest.java | 2814 SocketChannel sock = ssc.accept(); in test_writev() local 2842 SocketChannel sock = ssc.accept(); in test_writev2() local 2880 SocketChannel sock = ssc.accept(); in test_write$NonBlockingException() local 3104 Socket sock = this.channel1.socket(); in testSocket_configureblocking() local 3148 SocketChannel sock = ssc.accept(); in test_socketChannel_write_ByteBufferII() local 3192 SocketChannel sock = ssc.accept(); in test_socketChannel_write_close() local
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| D | OldAndroidDatagramTest.java | 169 DatagramSocket sock = null; in testDatagramSocketSetSOTimeout() local
|