HomeSort by relevance Sort by last modified time
    Searched defs:MakePipe (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/nettest/
conntest.go 26 // MakePipe creates a connection between two endpoints and returns the pair
30 type MakePipe func() (c1, c2 net.Conn, stop func(), err error)
37 func TestConn(t *testing.T, mp MakePipe) {
43 func timeoutWrapper(t *testing.T, mp MakePipe, f connTester) {
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/nettest/
conntest.go 26 // MakePipe creates a connection between two endpoints and returns the pair
30 type MakePipe func() (c1, c2 net.Conn, stop func(), err error)
37 func TestConn(t *testing.T, mp MakePipe) {
43 func timeoutWrapper(t *testing.T, mp MakePipe, f connTester) {
  /art/runtime/jdwp/
jdwp_main.cc 176 bool JdwpNetStateBase::MakePipe() {

Completed in 633 milliseconds