Home
last modified time | relevance | path

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

12

/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() argument
80 friend H AbslHashValue(H h, const Port& p) { in AbslHashValue() argument
88 struct InputPort : public Port { argument
/external/llvm-project/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
Dllvm-jitlink-executor.cpp47 int openListener(std::string Host, int Port) { in openListener()
104 int Port = 0; in main() local
/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.h313 struct Port { struct
330 std::vector<Port> ports() { return ports_; } in ports() argument
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dserver_builder.h313 struct Port { struct
330 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/webrtc/p2p/client/
Drelay_port_factory_interface.h32 class Port; variable
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DIntegerTypesCheck.cpp129 const StringRef Port = "unsigned short port"; in check() local
/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/llvm-project/llvm/include/llvm/Analysis/Utils/
DTFUtils.h87 int Port = 0; variable
/external/webrtc/p2p/base/
Dconnection.h41 class Port; variable
462 friend class Port; variable
Dport.cc117 Port::Port(rtc::Thread* thread, in Port() function in cricket::Port
143 Port::Port(rtc::Thread* thread, in Port() function in cricket::Port
/external/adhd/scripts/
Dini_editor.py25 class Port(object): class

12