Home
last modified time | relevance | path

Searched refs:serving (Results 1 – 25 of 133) sorted by relevance

123456

/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/health/v1/
Dhealth.proto47 // 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/
Dhealth.proto47 // 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/
Dmainpage.md5 - 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/
Ddefault_health_check_service.cc125 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()
Ddefault_health_check_service.h49 bool serving) override;
50 void SetServingStatus(bool serving) override;
/external/grpc-grpc/include/grpcpp/
Dhealth_check_service_interface.h37 bool serving) = 0;
39 virtual void SetServingStatus(bool serving) = 0;
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/
Dhealth_check_service_interface.h37 bool serving) = 0;
39 virtual void SetServingStatus(bool serving) = 0;
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/
Dhealth_check_service_interface.h37 bool serving) = 0;
39 virtual void SetServingStatus(bool serving) = 0;
/external/libwebsockets/minimal-examples/crypto/minimal-crypto-x509/
DREADME.md34 [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/
Dhealth_service_end2end_test.cc95 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/
DBUILD46 # 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/
Ddefault_health_check_service.cc46 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()
Ddefault_health_check_service.h237 void SetServingStatus(const std::string& service_name, bool serving) override;
238 void SetServingStatus(bool serving) override;
/external/sfntly/doc/
DMicroTypeExpress.md16 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/
Dbatch_op_rewriter.proto3 package tensorflow.serving;
Dbatch_op_rewriter.h26 using ::tensorflow::serving::BatchOpRewriteConfig;
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.h35 namespace serving {
63 struct BatchTask : public tensorflow::serving::BatchTask {
Dfake_clock_env.h32 namespace serving {
Dperiodic_function.h69 namespace serving {
Dfake_clock_env.cc21 namespace serving { namespace
/external/python/cpython2/Doc/library/
Dcgihttpserver.rst40 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/
DREADME.md21 [2018/12/05 08:30:27:1343] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
/external/webrtc/rtc_tools/loopback_test/
DREADME8 ./run-server.sh (to start python serving the tests)
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
DREADME.md3 This demonstates serving both normal content and
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py594 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 …]

123456