/external/tensorflow/tensorflow/core/platform/ |
net_test.cc | 25 int port1 = PickUnusedPortOrDie(); local 28 CHECK_GE(port1, 0); 29 CHECK_LT(port1, 65536); 30 CHECK_NE(port0, port1);
|
/external/webrtc/webrtc/p2p/base/ |
port_unittest.cc | 385 Port* port1 = CreateUdpPort(kLocalAddr1); local 386 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); 389 TestConnectivity("udp", port1, "udp", port2, true, true, true, true); 392 Port* port1 = CreateUdpPort(kLocalAddr1); local 393 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); 397 TestConnectivity("udp", port1, StunName(ntype), port2, 402 Port* port1 = CreateUdpPort(kLocalAddr1); local 403 port1->SetIceRole(cricket::ICEROLE_CONTROLLING); 406 TestConnectivity("udp", port1, RelayName(rtype, proto), port2, 411 Port* port1 = CreateStunPort(kLocalAddr1, &nat_socket_factory1_) local 415 TestConnectivity(StunName(ntype), port1, "udp", port2, local 420 Port* port1 = CreateStunPort(kLocalAddr1, &nat_socket_factory1_); local 425 TestConnectivity(StunName(ntype1), port1, StunName(ntype2), port2, local 436 TestConnectivity(StunName(ntype), port1, RelayName(rtype, proto), port2, local 440 Port* port1 = CreateTcpPort(kLocalAddr1); local 447 Port* port1 = CreateTcpPort(kLocalAddr1); local 455 Port* port1 = CreateTcpPort(kLocalAddr1); local 630 Port* port1 = CreateTcpPort(kLocalAddr1); local 1201 Port* port1 = CreateTcpPort(kLocalAddr1); local 1252 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local 1302 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local 1410 TCPPort* port1 = CreateTcpPort(kLocalAddr1); local 2262 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local 2333 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local 2427 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local 2452 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local 2482 UDPPort* port1 = CreateUdpPort(kLocalAddr1); local [all...] |
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/ |
PortParser.java | 103 int port1 = Integer.parseInt(parameters[4]);
local 105 int port = (port1 << 8) + port2;
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
PortCommandHandler.java | 125 int port1 = Integer.parseInt(parameters[4]);
local 127 int port = (port1 << 8) + port2;
|
/external/libmojo/mojo/edk/system/ports/ |
node.cc | 379 Port* port1 = port1_ref.port(); local 385 base::AutoLock port1_lock(port1->lock); 390 if (port0->state != Port::kReceiving || port1->state != Port::kReceiving) 864 Port* port1 = port1_ref.port(); local 868 port1->lock.AssertAcquired(); 871 CHECK(port1->state == Port::kReceiving); 878 if (port1->peer_node_name == name_ && 879 port1->peer_port_name == port0_ref.name()) 884 port1->next_sequence_num_to_send == kInitialSequenceNum) { 888 std::swap(port0->peer_node_name, port1->peer_node_name) [all...] |
ports_unittest.cc | 365 PortRef* port1) { 367 EXPECT_EQ(OK, node0->node().CreatePortPair(port0, port1)); 370 EXPECT_EQ(OK, node1->node().CreateUninitializedPort(port1)); 372 port1->name())); 373 EXPECT_EQ(OK, node1->node().InitializePort(*port1, node0->name(), [all...] |
/bionic/libc/kernel/uapi/linux/ |
serial.h | 74 int port1; member in struct:serial_multiport_struct
|
/external/kernel-headers/original/uapi/linux/ |
serial.h | 86 int port1; member in struct:serial_multiport_struct
|
/external/ipsec-tools/src/racoon/ |
sockmisc.c | 145 u_short port1, port2; local 166 port1 = ((struct sockaddr_in *)addr1)->sin_port; 168 if (!(port1 == IPSEC_PORT_ANY || 170 port1 == port2)) 179 port1 = ((struct sockaddr_in6 *)addr1)->sin6_port; 181 if (!(port1 == IPSEC_PORT_ANY || 183 port1 == port2)) 210 u_short port1, port2; local 231 port1 = ((struct sockaddr_in *)addr1)->sin_port; 233 if (port1 != port2 [all...] |
/external/libpcap/ |
nametoaddr.c | 254 pcap_nametoportrange(const char *name, int *port1, int *port2, int *proto) 271 if (pcap_nametoport(cpy, port1, proto) == 0) { 286 *port1 = p1;
|
gencode.c | 6213 int port1, port2; local [all...] |
/external/libmojo/mojo/edk/system/ |
core.cc | 192 ports::PortRef port0, port1; local 193 GetNodeController()->node()->CreatePortPair(&port0, &port1); 197 GetNodeController()->ConnectToPeer(std::move(connection_params), port1, local 341 ports::PortRef port0, port1; local 342 GetNodeController()->node()->CreatePortPair(&port0, &port1); 346 GetNodeController()->ReservePort(token, port1, child_token); 352 ports::PortRef port0, port1; local 353 GetNodeController()->node()->CreatePortPair(&port0, &port1); 357 GetNodeController()->MergePortIntoParent(token, port1); 614 ports::PortRef port0, port1; local [all...] |
message_pipe_dispatcher.cc | 188 ports::PortRef port1; local 191 port1 = other->port_; 197 int rv = node_controller_->MergeLocalPorts(port0, port1);
|
node_controller.h | 120 int MergeLocalPorts(const ports::PortRef& port0, const ports::PortRef& port1);
|
node_controller.cc | 356 const ports::PortRef& port1) { 357 int rv = node_->MergeLocalPorts(port0, port1); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
serial.h | 158 int port1; member in struct:serial_multiport_struct
|
/external/tensorflow/tensorflow/contrib/opt/python/training/ |
variable_clipping_optimizer_test.py | 47 port1 = get_open_port() 50 "worker": ["localhost:%s" % port1],
|
/libcore/ojluni/src/main/java/java/net/ |
URLStreamHandler.java | 431 int port1, port2; local 432 port1 = (u1.getPort() != -1) ? u1.getPort() : u1.handler.getDefaultPort(); 434 if (port1 != port2)
|
/external/libevent/test/ |
regress_dns.c | 831 struct evdns_server_port *port1 = NULL, *port2 = NULL; local 837 port1 = regress_get_dnsserver(base, &portnum1, NULL, 839 tt_assert(port1); 874 if (port1) 875 evdns_close_server_port(port1); [all...] |
/external/libvncserver/webclients/java-applet/ssl/ |
ss_vncviewer | 54 # For the "double proxy" case use -proxy host1:port1,host2:port2 55 # (the first CONNECT is done through host1:port1 to host2:port2 92 # [user1@]host1[:port1],[user2@]host2[:port2] [all...] |
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/ |
selenium-remote-driver-2.42.2.jar | |
/prebuilts/tools/linux-x86_64/kythe/web/ui/js/ |
main.js | [all...] |
/external/icu/tools/srcgen/currysrc/libs/ |
org.eclipse.core.resources_3.10.0.v20150423-0755.jar | |