/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/health/v1/ |
D | health.proto | 47 // Performs a watch for the serving status of the requested service. 49 // serving status. It will then subsequently send a new message whenever 50 // the service's serving status changes. 53 // server will send a message setting the serving status to 55 // future point, the serving status of the service becomes known, the 56 // server will send a new message with the service's serving status.
|
/external/grpc-grpc-java/services/src/main/proto/grpc/health/v1/ |
D | health.proto | 47 // Performs a watch for the serving status of the requested service. 49 // serving status. It will then subsequently send a new message whenever 50 // the service's serving status changes. 53 // server will send a message setting the serving status to 55 // future point, the serving status of the service becomes known, the 56 // server will send a new message with the service's serving status.
|
/external/libwebsockets/READMEs/ |
D | mainpage.md | 5 - HTTP(S) serving and client operation 6 - HTTP/2 support for serving and client operation 7 - WS(S) serving and client operation 14 - serving gzipped files directly from inside zip files, without conversion
|
/external/grpc-grpc/src/cpp/server/health/ |
D | default_health_check_service.cc | 125 const grpc::string& service_name, bool serving) { in SetServingStatus() argument 127 services_map_[service_name] = serving; in SetServingStatus() 130 void DefaultHealthCheckService::SetServingStatus(bool serving) { in SetServingStatus() argument 133 iter->second = serving; in SetServingStatus()
|
D | default_health_check_service.h | 49 bool serving) override; 50 void SetServingStatus(bool serving) override;
|
/external/grpc-grpc/include/grpcpp/ |
D | health_check_service_interface.h | 37 bool serving) = 0; 39 virtual void SetServingStatus(bool serving) = 0;
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/ |
D | health_check_service_interface.h | 37 bool serving) = 0; 39 virtual void SetServingStatus(bool serving) = 0;
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | health_check_service_interface.h | 37 bool serving) = 0; 39 virtual void SetServingStatus(bool serving) = 0;
|
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/ |
D | README.md | 34 [2019/01/02 20:31:13:2032] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o… 48 [2019/01/02 20:14:43:5225] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o… 51 [2019/01/02 20:24:59:9741] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
|
/external/grpc-grpc/test/cpp/end2end/ |
D | health_service_end2end_test.cc | 95 bool serving) override { in SetServingStatus() argument 96 impl_->SetStatus(service_name, serving ? HealthCheckResponse::SERVING in SetServingStatus() 100 void SetServingStatus(bool serving) override { in SetServingStatus() argument 101 impl_->SetAll(serving ? HealthCheckResponse::SERVING in SetServingStatus()
|
/external/pigweed/pw_web_ui/src/frontend/ |
D | BUILD | 46 # instead of serving the production bundle. 56 # Should NOT be used for serving in production.
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/health/ |
D | default_health_check_service.cc | 46 const std::string& service_name, bool serving) { in SetServingStatus() argument 50 serving = false; in SetServingStatus() 52 services_map_[service_name].SetServingStatus(serving ? SERVING : NOT_SERVING); in SetServingStatus() 55 void DefaultHealthCheckService::SetServingStatus(bool serving) { in SetServingStatus() argument 56 const ServingStatus status = serving ? SERVING : NOT_SERVING; in SetServingStatus()
|
D | default_health_check_service.h | 237 void SetServingStatus(const std::string& service_name, bool serving) override; 238 void SetServingStatus(bool serving) override;
|
/external/sfntly/doc/ |
D | MicroTypeExpress.md | 16 the most useful for web serving). The easiest way to get started is with 25 (using the text= parameter). This serving path also uses sfntly to
|
/external/tensorflow/tensorflow/core/grappler/optimizers/inference/ |
D | batch_op_rewriter.proto | 3 package tensorflow.serving;
|
D | batch_op_rewriter.h | 26 using ::tensorflow::serving::BatchOpRewriteConfig;
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | batch_resource_base.h | 35 namespace serving { 63 struct BatchTask : public tensorflow::serving::BatchTask {
|
D | fake_clock_env.h | 32 namespace serving {
|
D | periodic_function.h | 69 namespace serving {
|
D | fake_clock_env.cc | 21 namespace serving { namespace
|
/external/python/cpython2/Doc/library/ |
D | cgihttpserver.rst | 40 The class will however, run the CGI script, instead of serving it as a file, if 46 and serve the output, instead of serving files, if the request leads to
|
/external/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
D | README.md | 21 [2018/12/05 08:30:27:1343] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
|
/external/webrtc/rtc_tools/loopback_test/ |
D | README | 8 ./run-server.sh (to start python serving the tests)
|
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/ |
D | README.md | 3 This demonstates serving both normal content and
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_xds_tests.py | 594 serving=False) 601 serving=True) 731 serving=False) 737 serving=True) 776 serving=False) 782 serving=True) 1318 def set_serving_status(instances, service_port, serving): argument 1319 logger.info('setting %s serving status to %s', instances, serving) 1323 logger.info('setting %s serving status to %s', instance, serving) 1327 if serving: [all …]
|