Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/core/grappler/
Dgraph_view.h71 struct Port { struct
72 Port() : node(nullptr), port_id(0) {} in Port() function
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/grpc-grpc/src/csharp/Grpc.Examples.MathServer/
DMathServer.cs27 const int Port = 23456; field in Math.MainClass
/external/tensorflow/tensorflow/core/platform/
Dport_test.cc26 TEST(Port, AlignedMalloc) { in TEST() argument
36 TEST(Port, GetCurrentCPU) { in TEST() argument
/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/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgen_node.h74 Port(bool inbound, int32_t id) : value_(id << 1) { in Port() function
115 explicit Port(IntPort value) : value_(value) {} in Port() function
Dgen_node_test.cc33 TEST(GenNodeTest, Port) { in TEST() argument
/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/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
Dserver.cpp21 cl::opt<uint32_t> Port("port", variable
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
Dserver.cpp19 cl::opt<uint32_t> Port("port", variable
/external/cros/system_api/dbus/power_manager/
Dpower_supply_properties.proto53 enum Port { enum
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_unix.go181 Port int member
188 Port int member
Dztypes_linux_sparc64.go173 Port uint16 member
180 Port uint16 member
232 Port uint32 member
Dztypes_netbsd_amd64.go122 Port uint16 member
130 Port uint16 member
/external/adhd/scripts/
Dini_editor.py25 class Port(object): class
/external/libusb/libusb/os/
Dwindows_usbdk.h40 ULONG64 Port; member
/external/webrtc/webrtc/p2p/base/
Dport.cc132 Port::Port(rtc::Thread* thread, in Port() function in cricket::Port
158 Port::Port(rtc::Thread* thread, in Port() function in cricket::Port
Dport.h642 friend class Port; variable

123