Searched refs:actualValue (Results 1 – 1 of 1) sorted by relevance
1059 int actualValue = Os.getsockoptInt(fd, OsConstants.IPPROTO_TCP, in test_socket_tcpUserTimeout_setAndGet() local1063 assertTrue("Returned incorrect timeout:" + actualValue, in test_socket_tcpUserTimeout_setAndGet()1064 Math.abs(newValue - actualValue) <= 10); in test_socket_tcpUserTimeout_setAndGet()1093 StructTimeval actualValue = Os.getsockoptTimeval(fd, SOL_SOCKET, SO_RCVTIMEO); in test_socket_sockoptTimeval_readWrite() local1097 assertTrue("Returned incorrect timeout:" + actualValue, in test_socket_sockoptTimeval_readWrite()1098 Math.abs(newValue.toMillis() - actualValue.toMillis()) <= 10); in test_socket_sockoptTimeval_readWrite()