Home
last modified time | relevance | path

Searched defs:Port (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/core/grappler/
Dgraph_view.h71 struct Port { struct
72 Port() : node(nullptr), port_id(0) {} in Port() argument
73 Port(NodeDefT* n, int port) : node(n), port_id(port) {} in Port() function
80 friend H AbslHashValue(H h, const Port& p) { in AbslHashValue() argument
88 struct InputPort : public Port { argument
/external/grpc-grpc/include/grpcpp/
Dserver_builder.h217 struct Port { struct
234 std::vector<Port> ports() { return ports_; } in ports() argument
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dserver_builder.h318 struct Port { struct
335 std::vector<Port> ports() { return ports_; } in ports() argument
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dserver_builder.h318 struct Port { struct
335 std::vector<Port> ports() { return ports_; } in ports() argument
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.h75 Port(bool inbound, int32_t id) : value_(id << 1) { in Port() function
116 explicit Port(IntPort value) : value_(value) {} in Port() function
/external/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
DMathServer.cs27 const int Port = 23456; field in Math.MainClass
/external/libchrome/mojo/core/ports/
Dport.cc11 Port::Port(uint64_t next_sequence_num_to_send, in Port() function in mojo::core::ports::Port
Dport_ref.h17 class Port; variable
Dport_locker.h17 class Port; variable
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/
DProgram.cs33 const int Port = 50051; field in GreeterServer.Program
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/
DProgram.cs33 const int Port = 50051; field in GreeterServer.Program
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DInteropServer.cs41 public int Port { get; set; } property in Grpc.IntegrationTesting.InteropServer.ServerOptions
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/
DMainActivity.cs31 const int Port = 50051; field in HelloworldXamarin.Droid.MainActivity
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/
DViewController.cs31 const int Port = 50051; field in HelloworldXamarin.iOS.ViewController
/external/grpc-grpc/src/csharp/Grpc.Core/
DServerPort.cs76 public int Port property in Grpc.Core.ServerPort
/external/tensorflow/tensorflow/core/platform/
Dport_test.cc28 TEST(Port, AlignedMalloc) { in TEST() argument
38 TEST(Port, GetCurrentCPU) { in TEST() argument
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
Dswitch.cc26 Switch::Port::Port(Simulator* simulator, std::string name, Switch* parent, in Port() function in quic::simulator::Switch::Port
/external/webrtc/p2p/client/
Drelay_port_factory_interface.h33 class Port; variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
Dserver.cpp19 cl::opt<uint32_t> Port("port", variable
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dcombine_tpu_embedding_load_retrieve_pass.cc266 struct Port { struct
267 Node* node;
268 int port_index;
/external/linux-kselftest/tools/testing/selftests/net/
Ddevlink_port_split.py23 Port = collections.namedtuple('Port', 'bus_info name') variable
/external/webrtc/p2p/base/
Dconnection.h42 class Port; variable
Dport.cc111 Port::Port(TaskQueueBase* thread, in Port() function in cricket::Port
140 Port::Port(TaskQueueBase* thread, in Port() function in cricket::Port
/external/crosvm/power_monitor/
Dpower_supply_properties.proto51 enum Port { enum
/external/crosvm/hypervisor/src/whpx/whpx_sys/
DWinHvEmulation.h76 UINT16 Port; member

12