/external/pigweed/pw_target_runner/go/ |
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 64 func (s *Server) Bind(port int) error { 74 func (s *Server) RegisterWorker(worker DeviceRunner) { [all …]
|
D | docs.rst | 9 Server subtitle 16 Example program
|
/external/federated-compute/fcp/demo/ |
D | README.md | 186 #### `server.py` 194 #### `eligibility_eval_tasks.py` 203 #### `task_assignments.py` 210 #### `aggregations.py` 223 #### `media.py` 232 #### `http_actions.py` 238 #### `plan_utils.py`
|
/external/grpc-grpc/doc/ |
D | interop-test-descriptions.md | 1272 Server section in Interoperability Test Case Descriptions 1294 ### EmptyCall 1299 ### UnaryCall 1307 ### CacheableUnaryCall 1320 ### CompressedResponse 1327 ### CompressedRequest 1335 ### StreamingInputCall 1342 ### StreamingOutputCall 1351 ### FullDuplexCall 1361 ### Echo Status [all …]
|
/external/rust/android-crates-io/crates/hyper/src/server/ |
D | server_stub.rs | 8 pub struct Server<I, S, E = Exec> { struct 12 impl<I: fmt::Debug, S: fmt::Debug> fmt::Debug for Server<I, S> { implementation
|
D | server.rs | 57 impl<I> Server<I, ()> { impl 72 impl Server<AddrIncoming, ()> { impl 102 impl<S, E> Server<AddrIncoming, S, E> { implementation 110 impl<I, IO, IE, S, E, B> Server<I, S, E> impl 212 impl<I, IO, IE, S, B, E> Future for Server<I, S, E> implementation 231 impl<I: fmt::Debug, S: fmt::Debug> fmt::Debug for Server<I, S> { implementation
|
/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
D | acvp.go | 38 type Server struct { struct 42 PrefixTokens map[string]string 46 SizeLimit uint64 48 AccessToken string 50 client *http.Client 51 prefix string 52 totpFunc func() string 246 func (server *Server) getToken(endPoint string) (string, error) { 275 func (server *Server) Login() error { 367 …rver *Server) newRequestWithToken(method, endpoint string, body io.Reader) (*http.Request, error) { [all …]
|
/external/cronet/tot/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
D | acvp.go | 38 type Server struct { struct 42 PrefixTokens map[string]string 46 SizeLimit uint64 48 AccessToken string 50 client *http.Client 51 prefix string 52 totpFunc func() string 246 func (server *Server) getToken(endPoint string) (string, error) { 275 func (server *Server) Login() error { 367 …rver *Server) newRequestWithToken(method, endpoint string, body io.Reader) (*http.Request, error) { [all …]
|
/external/cronet/stable/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/ |
D | acvp.go | 38 type Server struct { struct 42 PrefixTokens map[string]string 46 SizeLimit uint64 48 AccessToken string 50 client *http.Client 51 prefix string 52 totpFunc func() string 246 func (server *Server) getToken(endPoint string) (string, error) { 275 func (server *Server) Login() error { 367 …rver *Server) newRequestWithToken(method, endpoint string, body io.Reader) (*http.Request, error) { [all …]
|
/external/rust/android-crates-io/crates/tonic/src/transport/server/ |
D | mod.rs | 81 pub struct Server<L = Identity> { struct 101 impl Default for Server<Identity> { argument 136 impl Server { impl 147 impl<L> Server<L> { impl 736 impl<L> fmt::Debug for Server<L> { implementation
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | server.c | 67 PHP_METHOD(Server, __construct) { in PHP_METHOD() argument 98 PHP_METHOD(Server, requestCall) { in PHP_METHOD() argument 154 PHP_METHOD(Server, addHttp2Port) { in PHP_METHOD() argument 179 PHP_METHOD(Server, addSecureHttp2Port) { in PHP_METHOD() argument 205 PHP_METHOD(Server, start) { in PHP_METHOD() argument
|
/external/angle/third_party/spirv-tools/src/utils/vim/ |
D | README.md | 48 ### Building the LSP (masOS / Linux) 59 ### Building the LSP (Windows) 63 ### Configuring Neovim
|
/external/rust/crates/openssl/src/ssl/test/ |
D | server.rs | 7 pub struct Server { struct 12 impl Drop for Server { argument 20 impl Server { implementation 77 pub fn build(self) -> Server { in build()
|
/external/pigweed/pw_rpc/raw/public/pw_rpc/raw/ |
D | server_reader_writer.h | 113 friend class Server; variable 167 friend class Server; variable 219 friend class Server; variable 281 friend class Server; variable
|
/external/python/bumble/bumble/pandora/ |
D | __init__.py | 52 hook: Callable[[PandoraDevice, Config, grpc.aio.Server], None] 60 grpc_server: Optional[grpc.aio.Server] = None,
|
/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/cronet/tot/third_party/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 137 func loadCachedSessionTokens(server *acvp.Server, cachePath string) error { 294 func getVectorsWithRetry(server *acvp.Server, url string) (out acvp.Vectors, vectorsBytes []byte, e… 318 func uploadResult(server *acvp.Server, setURL string, resultData []byte) error { 433 func getResultsWithRetry(server *acvp.Server, url string) (bool, error) {
|
/external/cronet/stable/third_party/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 137 func loadCachedSessionTokens(server *acvp.Server, cachePath string) error { 294 func getVectorsWithRetry(server *acvp.Server, url string) (out acvp.Vectors, vectorsBytes []byte, e… 318 func uploadResult(server *acvp.Server, setURL string, resultData []byte) error { 433 func getResultsWithRetry(server *acvp.Server, url string) (bool, error) {
|
/external/pigweed/pw_rpc/nanopb/public/pw_rpc/nanopb/ |
D | server_reader_writer.h | 214 friend class Server; variable 280 friend class Server; variable 353 friend class Server; variable 412 friend class Server; variable
|
/external/boringssl/src/util/fipstools/acvp/acvptool/ |
D | acvp.go | 137 func loadCachedSessionTokens(server *acvp.Server, cachePath string) error { 294 func getVectorsWithRetry(server *acvp.Server, url string) (out acvp.Vectors, vectorsBytes []byte, e… 318 func uploadResult(server *acvp.Server, setURL string, resultData []byte) error { 433 func getResultsWithRetry(server *acvp.Server, url string) (bool, error) {
|
/external/rust/android-crates-io/crates/grpcio/src/ |
D | server.rs | 249 pub fn build(self) -> Result<Server> { in build() 376 pub struct Server { struct 378 core: Arc<ServerCore>, argument 380 checkers: Vec<Box<dyn ServerChecker>>, argument 383 impl Server { impl 479 impl Drop for Server { implementation 493 impl Debug for Server { implementation
|
/external/pigweed/pw_rpc/pwpb/public/pw_rpc/pwpb/ |
D | server_reader_writer.h | 278 friend class Server; variable 354 friend class Server; variable 430 friend class Server; variable 499 friend class Server; variable
|
/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/cronet/tot/base/test/ |
D | scoped_dev_zero_fuchsia.cc | 33 class ScopedDevZero::Server { class in base::ScopedDevZero 47 ScopedDevZero::Server::Server( in Server() function in base::ScopedDevZero::Server
|
/external/cronet/stable/base/test/ |
D | scoped_dev_zero_fuchsia.cc | 33 class ScopedDevZero::Server { class in base::ScopedDevZero 47 ScopedDevZero::Server::Server( in Server() function in base::ScopedDevZero::Server
|