Home
last modified time | relevance | path

Searched refs:port2 (Results 26 - 32 of 32) sorted by relevance

12

/third_party/node/src/
H A Dnode_messaging.cc1452 MessagePort* port2 = MessagePort::New(env, context); in MessageChannel()
1453 if (port2 == nullptr) { in MessageChannel()
1458 MessagePort::Entangle(port1, port2); in MessageChannel()
1462 args.This()->Set(context, env->port2_string(), port2->object()) in MessageChannel()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_events.py677 port2 = socket_helper.find_unused_port()
681 if port == port2:
690 'localhost', port1, local_addr=('localhost', port2))
698 port2 = socket_helper.find_unused_port()
702 if port == port2:
710 'localhost', port1, local_addr=('localhost', port2))
/third_party/curl/tests/
H A Dservers.pm1243 my $port2 = getfreeport($ipvnum);
1244 my $aflags = "--port $port --port2 $port2 $flags";
1260 "http-port $port https-port $port2 ".
1264 return (0+!$http2pid, $http2pid, $pid2, $port, $port2);
/third_party/node/test/fixtures/wpt/resources/
H A Dtestharness.js3855 var done = tests.fetch_tests_from_worker(chan.port2);
3857 chan.port2.start();
/third_party/selinux/checkpolicy/
H A Dpolicy_define.c5213 unsigned int port2; in define_ibendport_context() local
5215 port2 = c->u.ibendport.port; in define_ibendport_context()
5217 if (port == port2 && in define_ibendport_context()
/third_party/python/Lib/test/
H A Dtest_socket.py1178 port2 = socket.getservbyname(service)
1179 eq(port, port2)
1190 eq(socket.getservbyport(port2), service)
/third_party/node/deps/undici/
H A Dundici.js1069 channel.port2.unref();
1071 return receiveMessageOnPort(channel.port2).message;

Completed in 42 milliseconds

12