HomeSort by relevance Sort by last modified time
    Searched refs:TestSocket (Results 1 - 5 of 5) sorted by null

  /prebuilts/go/darwin-x86/src/net/internal/socktest/
main_test.go 46 func TestSocket(t *testing.T) {
  /prebuilts/go/linux-x86/src/net/internal/socktest/
main_test.go 46 func TestSocket(t *testing.T) {
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
clang-fortify-tests.cpp 288 static void TestSocket() {
680 TestSocket();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 448 try (TestSocket testSocket = new TestSocket((SocketImpl) null)) {
449 testSocket.setKeepAlive(true);
461 class TestSocket extends Socket {
462 public TestSocket(SocketImpl impl) throws SocketException {
    [all...]

Completed in 255 milliseconds