Home
last modified time | relevance | path

Searched refs:GetPort (Results 1 – 25 of 33) sorted by relevance

12

/external/grpc-grpc/test/cpp/server/
Dserver_builder_test.cc42 const grpc::string& GetPort() { in GetPort() function
56 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST()
64 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST()
65 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST()
73 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST()
74 .AddListeningPort(GetPort(), InsecureServerCredentials()) in TEST()
/external/libchrome/mojo/core/ports/
Dnode.cc150 int Node::GetPort(const PortName& port_name, PortRef* port_ref) { in GetPort() function in mojo::core::ports::Node
290 if (GetPort(message->ports()[i], &ref) == OK) in ClosePort()
342 int rv = GetPort((*message)->ports()[i], &new_port_ref); in GetMessage()
372 if (GetPort(message->ports()[i], &port) == OK) in SendUserMessage()
420 if (GetPort(new_port_descriptor.peer_port_name, &local_peer) == OK) in MergePorts()
476 if (GetPort(message->ports()[i], &port_ref) != OK) in OnUserMessage()
491 GetPort(port_name, &port_ref); in OnUserMessage()
526 if (GetPort(message->ports()[i], &attached_port_ref) == OK) { in OnUserMessage()
541 if (GetPort(event->port_name(), &port_ref) != OK) in OnPortAccepted()
575 if (GetPort(event->port_name(), &port_ref) != OK) { in OnObserveProxy()
[all …]
Dport_locker.h39 Port* GetPort(const PortRef& port_ref) const { in GetPort() function
73 Port* port() const { return locker_.GetPort(*port_ref_); } in port()
Dports_unittest.cc238 ASSERT_EQ(OK, node_.GetPort(message_event->ports()[i], &port)); in ClosePortsInEvent()
602 EXPECT_EQ(OK, node1.node().GetPort(message->ports()[0], &F)); in TEST_F()
622 EXPECT_EQ(ERROR_PORT_UNKNOWN, node1.node().GetPort(F.name(), &F)); in TEST_F()
669 EXPECT_EQ(OK, node1.node().GetPort(message->ports()[0], &E)); in TEST_F()
799 EXPECT_EQ(OK, node0.node().GetPort(a3_name, &a3)); in TEST_F()
902 EXPECT_EQ(ERROR_PORT_UNKNOWN, node.node().GetPort(B.name(), &B)); in TEST_F()
951 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &E)); in TEST_F()
989 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &C)); in TEST_F()
996 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &D)); in TEST_F()
1003 ASSERT_EQ(OK, node.node().GetPort(message->ports()[0], &E)); in TEST_F()
[all …]
Dnode.h92 int GetPort(const PortName& port_name, PortRef* port_ref); in COMPONENT_EXPORT()
/external/mesa3d/src/gallium/frontends/xvmc/tests/
Dtestlib.h51 int GetPort
Dtest_surface.c50 if (!GetPort in main()
Dtest_blocks.c53 if (!GetPort in main()
Dtestlib.c43 int GetPort in GetPort() function
Dtest_context.c49 if (!GetPort in main()
Dtest_subpicture.c76 if (!GetPort in main()
Dtest_rendering.c158 if (!GetPort in main()
Dxvmc_bench.c206 if (!GetPort in main()
/external/crosvm/devices/src/usb/xhci/
Ddevice_slot.rs34 GetPort(u8), enumerator
55 GetPort(v) => write!(f, "failed to get port: {}", v), in fmt()
432 self.hub.get_port(port_id).ok_or(Error::GetPort(port_id))?, in set_address()
448 let port = self.hub.get_port(port_id).ok_or(Error::GetPort(port_id))?; in set_address()
690 .ok_or(Error::GetPort(self.port_id.get()?))?, in add_one_endpoint()
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_client.cc50 message.AddDescriptor(acknowledge_port.GetPort()); // message receive port in RequestDumpForException()
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dsubgraph_test.cc127 links.push_back(absl::StrFormat("[%s,%s,%s]", string(sit.GetPort()), in TEST()
171 GenNode::Port new_port = sit.GetPort(); in TEST()
182 new_port = sit.GetPort(); in TEST()
Dgraph_analyzer.cc101 GenNode::Port port = sit.GetPort(); in ExtendSubgraph()
258 if (sit.GetNode()->IsMultiInput(sit.GetPort())) { in HasInvalidMultiInputs()
Dsubgraph.h123 GenNode::Port GetPort() const { return link_map_it_->first; } in GetPort() function
/external/google-breakpad/src/common/mac/
DMachIPC.h269 mach_port_t GetPort() const { return port_; } in GetPort() function
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_server_lib.h107 virtual Status GetPort(const ServerDef& server_def, int* port) const;
Dgrpc_server_lib.cc135 Status GrpcServer::GetPort(const ServerDef& server_def, int* port) const { in GetPort() function in tensorflow::GrpcServer
178 TF_RETURN_IF_ERROR(GetPort(server_def_, &requested_port)); in Init()
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_service.mojom105 GetPort@1(Port& port @0);
/external/python/cpython2/Lib/plat-mac/
DPixMapWrapper.py157 if not port: port = Qd.GetPort()
/external/libchrome/mojo/core/
Dmessage_pipe_dispatcher.cc327 if (node->GetPort(ports[0], &port) != ports::OK) in Deserialize()
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc1788 cricket::Port* GetPort(cricket::P2PTransportChannel* ch) { in GetPort() function in P2PTransportChannelPingTest
1798 cricket::Port* port = GetPort(ch); in GetConnectionTo()
1954 cricket::Port* port = GetPort(&ch); in TEST_F()
2070 cricket::TestUDPPort* port = static_cast<cricket::TestUDPPort*>(GetPort(&ch)); in TEST_F()
2176 cricket::Port* port = GetPort(&ch); in TEST_F()

12