HomeSort by relevance Sort by last modified time
    Searched refs:GetPort (Results 1 - 25 of 28) sorted by null

1 2

  /external/grpc-grpc/test/cpp/server/
server_builder_test.cc 42 const grpc::string& GetPort() {
56 .AddListeningPort(GetPort(), InsecureServerCredentials())
64 .AddListeningPort(GetPort(), InsecureServerCredentials())
65 .AddListeningPort(GetPort(), InsecureServerCredentials())
73 .AddListeningPort(GetPort(), InsecureServerCredentials())
74 .AddListeningPort(GetPort(), InsecureServerCredentials())
  /external/libchrome/mojo/core/ports/
port_locker.h 39 Port* GetPort(const PortRef& port_ref) const {
73 Port* port() const { return locker_.GetPort(*port_ref_); }
node.cc 150 int Node::GetPort(const PortName& port_name, PortRef* port_ref) {
290 if (GetPort(message->ports()[i], &ref) == OK)
342 int rv = GetPort((*message)->ports()[i], &new_port_ref);
372 if (GetPort(message->ports()[i], &port) == OK)
420 if (GetPort(new_port_descriptor.peer_port_name, &local_peer) == OK)
476 if (GetPort(message->ports()[i], &port_ref) != OK)
491 GetPort(port_name, &port_ref);
526 if (GetPort(message->ports()[i], &attached_port_ref) == OK) {
541 if (GetPort(event->port_name(), &port_ref) != OK)
575 if (GetPort(event->port_name(), &port_ref) != OK)
    [all...]
ports_unittest.cc 238 ASSERT_EQ(OK, node_.GetPort(message_event->ports()[i], &port));
602 EXPECT_EQ(OK, node1.node().GetPort(message->ports()[0], &F));
622 EXPECT_EQ(ERROR_PORT_UNKNOWN, node1.node().GetPort(F.name(), &F));
669 EXPECT_EQ(OK, node1.node().GetPort(message->ports()[0], &E));
799 EXPECT_EQ(OK, node0.node().GetPort(a3_name, &a3));
902 EXPECT_EQ(ERROR_PORT_UNKNOWN, node.node().GetPort(B.name(), &B));
951 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &E));
989 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &C));
996 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &D));
1003 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &E))
    [all...]
node.h 92 int GetPort(const PortName& port_name, PortRef* port_ref);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.h 51 int GetPort
test_surface.c 50 if (!GetPort
test_blocks.c 53 if (!GetPort
test_context.c 49 if (!GetPort
testlib.c 43 int GetPort
test_rendering.c 158 if (!GetPort
test_subpicture.c 76 if (!GetPort
xvmc_bench.c 206 if (!GetPort
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_client.cc 50 message.AddDescriptor(acknowledge_port.GetPort()); // message receive port
  /external/google-breakpad/src/common/mac/
MachIPC.h 269 mach_port_t GetPort() const { return port_; }
  /external/tensorflow/tensorflow/core/grappler/graph_analyzer/
subgraph.h 122 GenNode::Port GetPort() const { return link_map_it_->first; }
subgraph_test.cc 127 links.push_back(absl::StrFormat("[%s,%s,%s]", string(sit.GetPort()),
171 GenNode::Port new_port = sit.GetPort();
182 new_port = sit.GetPort();
graph_analyzer.cc 101 GenNode::Port port = sit.GetPort();
258 if (sit.GetNode()->IsMultiInput(sit.GetPort())) {
  /external/python/cpython2/Lib/plat-mac/
PixMapWrapper.py 157 if not port: port = Qd.GetPort()
  /external/libchrome/mojo/core/
message_pipe_dispatcher.cc 327 if (node->GetPort(ports[0], &port) != ports::OK)
data_pipe_producer_dispatcher.cc 341 if (node_controller->node()->GetPort(ports[0], &port) != ports::OK)
data_pipe_consumer_dispatcher.cc 380 if (node_controller->node()->GetPort(ports[0], &port) != ports::OK)
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc     [all...]
  /external/libchrome/mojo/public/cpp/bindings/tests/
binding_unittest.cc 45 void GetPort(InterfaceRequest<sample::Port> port) override {}
sample_service_unittest.cc 271 void GetPort(mojo::InterfaceRequest<Port> port_request) override {}

Completed in 263 milliseconds

1 2