/external/tensorflow/tensorflow/core/grappler/ |
D | graph_view.h | 71 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/ |
D | llvm-jitlink-executor.cpp | 47 int openListener(std::string Host, int Port) { in openListener() 104 int Port = 0; in main() local
|
/external/grpc-grpc/include/grpcpp/ |
D | server_builder.h | 217 struct Port { struct 234 std::vector<Port> ports() { return ports_; } in ports() argument
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | server_builder.h | 313 struct Port { struct 330 std::vector<Port> ports() { return ports_; } in ports() argument
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/ |
D | server_builder.h | 313 struct Port { struct 330 std::vector<Port> ports() { return ports_; } in ports() argument
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | gen_node.h | 75 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/ |
D | MathServer.cs | 27 const int Port = 23456; field in Math.MainClass
|
/external/libchrome/mojo/core/ports/ |
D | port.cc | 11 Port::Port(uint64_t next_sequence_num_to_send, in Port() function in mojo::core::ports::Port
|
D | port_ref.h | 17 class Port; variable
|
D | port_locker.h | 17 class Port; variable
|
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/GreeterServer/ |
D | Program.cs | 33 const int Port = 50051; field in GreeterServer.Program
|
/external/grpc-grpc/examples/csharp/Helloworld/GreeterServer/ |
D | Program.cs | 33 const int Port = 50051; field in GreeterServer.Program
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InteropServer.cs | 41 public int Port { get; set; } property in Grpc.IntegrationTesting.InteropServer.ServerOptions
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/ |
D | MainActivity.cs | 31 const int Port = 50051; field in HelloworldXamarin.Droid.MainActivity
|
/external/grpc-grpc/examples/csharp/HelloworldXamarin/iOS/ |
D | ViewController.cs | 31 const int Port = 50051; field in HelloworldXamarin.iOS.ViewController
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | ServerPort.cs | 76 public int Port property in Grpc.Core.ServerPort
|
/external/tensorflow/tensorflow/core/platform/ |
D | port_test.cc | 28 TEST(Port, AlignedMalloc) { in TEST() argument 38 TEST(Port, GetCurrentCPU) { in TEST() argument
|
/external/webrtc/p2p/client/ |
D | relay_port_factory_interface.h | 32 class Port; variable
|
/external/llvm-project/clang-tools-extra/clang-tidy/google/ |
D | IntegerTypesCheck.cpp | 129 const StringRef Port = "unsigned short port"; in check() local
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/ |
D | server.cpp | 19 cl::opt<uint32_t> Port("port", variable
|
/external/cros/system_api/dbus/power_manager/ |
D | power_supply_properties.proto | 53 enum Port { enum
|
/external/llvm-project/llvm/include/llvm/Analysis/Utils/ |
D | TFUtils.h | 87 int Port = 0; variable
|
/external/webrtc/p2p/base/ |
D | connection.h | 41 class Port; variable 462 friend class Port; variable
|
D | port.cc | 117 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/ |
D | ini_editor.py | 25 class Port(object): class
|