/external/grpc-grpc/test/cpp/server/ |
D | server_builder_test.cc | 42 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/ |
D | node.cc | 150 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 …]
|
D | port_locker.h | 39 Port* GetPort(const PortRef& port_ref) const { in GetPort() function 73 Port* port() const { return locker_.GetPort(*port_ref_); } in port()
|
D | ports_unittest.cc | 238 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 …]
|
D | node.h | 92 int GetPort(const PortName& port_name, PortRef* port_ref); in COMPONENT_EXPORT()
|
/external/mesa3d/src/gallium/frontends/xvmc/tests/ |
D | testlib.h | 51 int GetPort
|
D | test_surface.c | 50 if (!GetPort in main()
|
D | test_blocks.c | 53 if (!GetPort in main()
|
D | testlib.c | 43 int GetPort in GetPort() function
|
D | test_context.c | 49 if (!GetPort in main()
|
D | test_subpicture.c | 76 if (!GetPort in main()
|
D | test_rendering.c | 158 if (!GetPort in main()
|
D | xvmc_bench.c | 206 if (!GetPort in main()
|
/external/crosvm/devices/src/usb/xhci/ |
D | device_slot.rs | 34 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/ |
D | crash_generation_client.cc | 50 message.AddDescriptor(acknowledge_port.GetPort()); // message receive port in RequestDumpForException()
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | subgraph_test.cc | 127 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()
|
D | graph_analyzer.cc | 101 GenNode::Port port = sit.GetPort(); in ExtendSubgraph() 258 if (sit.GetNode()->IsMultiInput(sit.GetPort())) { in HasInvalidMultiInputs()
|
D | subgraph.h | 123 GenNode::Port GetPort() const { return link_map_it_->first; } in GetPort() function
|
/external/google-breakpad/src/common/mac/ |
D | MachIPC.h | 269 mach_port_t GetPort() const { return port_; } in GetPort() function
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_server_lib.h | 107 virtual Status GetPort(const ServerDef& server_def, int* port) const;
|
D | grpc_server_lib.cc | 135 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/ |
D | sample_service.mojom | 105 GetPort@1(Port& port @0);
|
/external/python/cpython2/Lib/plat-mac/ |
D | PixMapWrapper.py | 157 if not port: port = Qd.GetPort()
|
/external/libchrome/mojo/core/ |
D | message_pipe_dispatcher.cc | 327 if (node->GetPort(ports[0], &port) != ports::OK) in Deserialize()
|
/external/webrtc/webrtc/p2p/base/ |
D | p2ptransportchannel_unittest.cc | 1788 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()
|