/external/pigweed/pw_target_runner/go/src/pigweed.dev/pw_target_runner/ |
D | server.go | 41 type Server struct { struct 42 grpcServer *grpc.Server 43 listener net.Listener 44 tasksPassed uint32 45 tasksFailed uint32 46 startTime time.Time 47 active bool 48 workerPool *WorkerPool 65 func (s *Server) Bind(port int) error { 75 func (s *Server) RegisterWorker(worker DeviceRunner) { [all …]
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SyncAPI.cpp | 15 void runAddDocument(ClangdServer &Server, PathRef File, in runAddDocument() 72 runCodeComplete(ClangdServer &Server, PathRef File, Position Pos, in runCodeComplete() 79 llvm::Expected<SignatureHelp> runSignatureHelp(ClangdServer &Server, in runSignatureHelp() 87 runLocateSymbolAt(ClangdServer &Server, PathRef File, Position Pos) { in runLocateSymbolAt() 94 runFindDocumentHighlights(ClangdServer &Server, PathRef File, Position Pos) { in runFindDocumentHighlights() 100 llvm::Expected<RenameResult> runRename(ClangdServer &Server, PathRef File, in runRename() 109 runPrepareRename(ClangdServer &Server, PathRef File, Position Pos, in runPrepareRename() 118 runFormatFile(ClangdServer &Server, PathRef File, StringRef Code) { in runFormatFile() 146 runSemanticRanges(ClangdServer &Server, PathRef File, in runSemanticRanges() 154 runSwitchHeaderSource(ClangdServer &Server, PathRef File) { in runSwitchHeaderSource() [all …]
|
D | ClangdTests.cpp | 148 std::string dumpAST(ClangdServer &Server, PathRef File) { in dumpAST() 165 std::string dumpASTWithoutMemoryLocs(ClangdServer &Server, PathRef File) { in dumpASTWithoutMemoryLocs() 176 ClangdServer Server(CDB, FS, ClangdServer::optsForTest(), &DiagConsumer); local 228 ClangdServer Server(CDB, FS, ClangdServer::optsForTest(), &DiagConsumer); in TEST() local 263 ClangdServer Server(CDB, FS, ClangdServer::optsForTest(), &DiagConsumer); in TEST() local 318 ClangdServer Server(CDB, FS, ClangdServer::optsForTest(), &Callbacks); in TEST() local 355 ClangdServer Server(CDB, FS, Opts); in TEST() local 382 ClangdServer Server(CDB, FS, ClangdServer::optsForTest(), &Callbacks); in TEST() local 398 ClangdServer Server(CDB, FS, ClangdServer::optsForTest(), &DiagConsumer); in TEST() local 443 ClangdServer Server(CDB, FS, ClangdServer::optsForTest(), &DiagConsumer); in TEST() local [all …]
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 1008 Server section in Interoperability Test Case Descriptions 1030 ### EmptyCall 1035 ### UnaryCall 1043 ### CacheableUnaryCall 1056 ### CompressedResponse 1063 ### CompressedRequest 1071 ### StreamingInputCall 1078 ### StreamingOutputCall 1087 ### FullDuplexCall 1097 ### Echo Status [all …]
|
D | connection-backoff-interop-test-description.md | 51 Server section in Connection Backoff Interop Test Descriptions
|
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
D | acvp.go | 37 type Server struct { struct 41 PrefixTokens map[string]string 45 SizeLimit uint64 47 AccessToken string 49 client *http.Client 50 prefix string 51 totpFunc func() string 245 func (server *Server) getToken(endPoint string) (string, error) { 274 func (server *Server) Login() error { 366 …rver *Server) newRequestWithToken(method, endpoint string, body io.Reader) (*http.Request, error) { [all …]
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | server.c | 62 PHP_METHOD(Server, __construct) { in PHP_METHOD() argument 93 PHP_METHOD(Server, requestCall) { in PHP_METHOD() argument 149 PHP_METHOD(Server, addHttp2Port) { in PHP_METHOD() argument 171 PHP_METHOD(Server, addSecureHttp2Port) { in PHP_METHOD() argument 197 PHP_METHOD(Server, start) { in PHP_METHOD() argument
|
/external/pigweed/pw_target_runner/go/ |
D | docs.rst | 7 Server subtitle 14 Example program
|
/external/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
D | RPCUtilsTest.cpp | 172 DummyRPCEndpoint Server(*Channels.first); in TEST() local 179 DummyRPCEndpoint Server(*Channels.second); in TEST() local 234 DummyRPCEndpoint Server(*Channels.second); in TEST() local 279 DummyRPCEndpoint Server(*Channels.second); in TEST() local 324 DummyRPCEndpoint Server(*Channels.second); in TEST() local 370 DummyRPCEndpoint Server(*Channels.second); in TEST() local 421 DummyRPCEndpoint Server(*Channels.second); in TEST() local 461 DummyRPCEndpoint Server(*Channels.second); in TEST() local 533 DummyRPCEndpoint Server(*Channels.second); in TEST() local 576 DummyRPCEndpoint Server(*Channels.second); in TEST() local [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Server.java | 47 public class Server extends SIPHeader implements ServerHeader { class 85 public Server() { in Server() method in Server
|
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
D | Server.java | 62 public final class Server implements AutoCloseable { class 70 public Server(byte[] serverDef) { in Server() method in Server
|
/external/grpc-grpc/src/ruby/spec/ |
D | server_spec.rb | 24 Server = GRPC::Core::Server constant 26 describe Server do describe
|
/external/wayland/doc/doxygen/xml/ |
D | meson.build | 22 subdir('Server') subdir
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | Server.cs | 34 public class Server class 60 public Server() : this(null) in Server() method in Grpc.Core.Server 68 public Server(IEnumerable<ChannelOption> options) in Server() method in Grpc.Core.Server
|
/external/swiftshader/src/Vulkan/Debug/ |
D | Server.hpp | 27 class Server class
|
/external/jacoco/jacoco-maven-plugin.test/it/it-dump/src/main/java/ |
D | Server.java | 18 public class Server { class
|
/external/rust/crates/grpcio/src/ |
D | server.rs | 356 pub fn build(mut self) -> Result<Server> { in build() 548 pub struct Server { struct 550 core: Arc<ServerCore>, argument 552 checkers: Vec<Box<dyn ServerChecker>>, argument 555 impl Server { implementation 625 impl Drop for Server { implementation 639 impl Debug for Server { implementation
|
/external/vm_tools/p9/src/server/ |
D | tests.rs | 160 fn check_attr(server: &mut Server, fid: u32, md: &fs::Metadata) { in check_attr() 199 fn check_content(server: &mut Server, content: &[u8], fid: u32) { in check_content() 213 server: &mut Server, in walk() 243 server: &mut Server, in open() 262 fn write<P: AsRef<Path>>(server: &mut Server, dir: P, name: &str, fid: u32, flags: u32) { in write() 297 server: &mut Server, in create() 359 fn readdir(server: &mut Server, fid: u32) -> Readdir { in readdir() 371 fn setup<P: AsRef<Path>>(name: P) -> (ScopedPath<OsString>, Server) { in setup() argument
|
/external/python/cpython3/Doc/library/ |
D | asyncio-protocol.rst | 763 .. _asyncio_example_tcp_echo_client_protocol: 864 .. _asyncio-udp-echo-client-protocol:
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | nointeractive.go | 25 func runInteractive(*acvp.Server, Config) {
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | server.pxd.pxi | 16 cdef class Server: class
|
/external/pigweed/pw_rpc/public/pw_rpc/ |
D | server.h | 32 constexpr Server(std::span<Channel> channels) in Server() function
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/ |
D | server_initializer.h | 28 class Server; variable
|
/external/grpc-grpc/include/grpcpp/impl/ |
D | server_initializer.h | 29 class Server; variable
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/ |
D | server_initializer.h | 28 class Server; variable
|