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

  /external/tensorflow/tensorflow/core/platform/
net_test.cc 24 int port0 = PickUnusedPortOrDie(); local
26 CHECK_GE(port0, 0);
27 CHECK_LT(port0, 65536);
30 CHECK_NE(port0, port1);
  /external/libchrome/mojo/core/ports/
node.cc 860 auto* port0 = locker->GetPort(port0_ref); local
871 if (port0->state != Port::kReceiving || port1->state != Port::kReceiving ||
872 (port0->peer_node_name == name_ &&
873 port0->peer_port_name == port1_ref.name()) ||
876 port0->next_sequence_num_to_send != kInitialSequenceNum ||
884 port0->state == Port::kReceiving || allow_close_on_bad_state;
896 std::swap(port0->peer_node_name, port1->peer_node_name);
897 std::swap(port0->peer_port_name, port1->peer_port_name);
898 port0->state = Port::kProxying;
900 if (port0->peer_closed
945 auto* port0 = locker.GetPort(port0_ref); local
    [all...]
ports_unittest.cc 346 PortRef* port0,
350 EXPECT_EQ(OK, node0->node().CreatePortPair(port0, port1));
352 EXPECT_EQ(OK, node0->node().CreateUninitializedPort(port0));
354 EXPECT_EQ(OK, node0->node().InitializePort(*port0, node1->name(),
357 port0->name()));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getaddrinfo.c 484 get_name(addr, gai_afd, res, numaddr, pai, port0)
490 int port0;
492 u_short port = port0 & 0xffff;
530 get_addr(hostname, af, res, pai, port0)
535 int port0;
537 u_short port = port0 & 0xffff;
  /external/python/cpython2/Modules/
getaddrinfo.c 484 get_name(addr, gai_afd, res, numaddr, pai, port0)
490 int port0;
492 u_short port = port0 & 0xffff;
530 get_addr(hostname, af, res, pai, port0)
535 int port0;
537 u_short port = port0 & 0xffff;
  /external/python/cpython3/Modules/
getaddrinfo.c 484 get_name(addr, gai_afd, res, numaddr, pai, port0)
490 int port0;
492 u_short port = port0 & 0xffff;
530 get_addr(hostname, af, res, pai, port0)
535 int port0;
537 u_short port = port0 & 0xffff;
  /external/libchrome/mojo/core/
message_pipe_dispatcher.cc 106 ports::PortRef port0; local
109 port0 = port_;
123 int rv = node_controller_->MergeLocalPorts(port0, port1);
core.cc 279 ports::PortRef port0, port1; local
280 GetNodeController()->node()->CreatePortPair(&port0, &port1);
282 GetNodeController(), port0, kUnknownPipeIdForDebug, 1));
530 ports::PortRef port0, port1; local
531 GetNodeController()->node()->CreatePortPair(&port0, &port1);
539 new MessagePipeDispatcher(GetNodeController(), port0, pipe_id, 0));
700 ports::PortRef port0, port1;
701 GetNodeController()->node()->CreatePortPair(&port0, &port1);
709 GetNodeController(), port0, std::move(producer_region), create_options,
    [all...]
node_controller.h 114 int MergeLocalPorts(const ports::PortRef& port0, const ports::PortRef& port1);
node_controller.cc 288 int NodeController::MergeLocalPorts(const ports::PortRef& port0,
290 return node_->MergeLocalPorts(port0, port1);
    [all...]
  /external/u-boot/arch/arm/dts/
sun7i-a20-lamobo-r1.dts 141 port0: port@0 {
  /device/google/bonito/
init.hardware.rc 36 write /sys/class/typec/port0/port_type sink
  /device/google/crosshatch/
init.hardware.rc 35 write /sys/class/typec/port0/port_type sink
    [all...]
  /device/google/wahoo/
init.hardware.rc 34 write /sys/class/typec/port0/port_type sink

Completed in 811 milliseconds