Home
last modified time | relevance | path

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

1234

/third_party/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.
/third_party/libwebsockets/READMEs/
DREADME.tcp_fastopen.md5 ## Enabling per vhost serving
14 ## Enabling Linux for serving with TCP_FASTOPEN
22 ## Enabling BSD for serving with TCP_FASTOPEN
27 ## Enabling Windows for serving with TCP_FASTOPEN
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
/third_party/grpc/include/grpcpp/
Dhealth_check_service_interface.h37 bool serving) = 0;
39 virtual void SetServingStatus(bool serving) = 0;
/third_party/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…
/third_party/grpc/test/cpp/end2end/
Dhealth_service_end2end_test.cc63 bool serving) override { in SetServingStatus() argument
64 impl_->SetStatus(service_name, serving ? HealthCheckResponse::SERVING in SetServingStatus()
68 void SetServingStatus(bool serving) override { in SetServingStatus() argument
69 impl_->SetAll(serving ? HealthCheckResponse::SERVING in SetServingStatus()
/third_party/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;
/third_party/skia/third_party/externals/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
/third_party/flutter/skia/third_party/externals/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
/third_party/flutter/flutter/examples/image_list/
DREADME.md3 An example that sets up local http server for serving single
/third_party/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…
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
DREADME.md3 This demonstates serving both normal content and
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
DREADME.md3 This demonstates serving both normal content and
/third_party/grpc/doc/
Dhealth-checking.md77 serving status. It will then subsequently send a new message whenever
78 the service's serving status changes.
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
DREADME.md30 [2018/04/22 20:03:50:2345] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
/third_party/grpc/tools/run_tests/
Drun_xds_tests.py473 serving=False)
480 serving=True)
606 serving=False)
612 serving=True)
651 serving=False)
657 serving=True)
939 def set_serving_status(instances, service_port, serving): argument
944 if serving:
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
DREADME.md53 [2020/03/18 13:13:47:3140] I: Creating Vhost 'default' (serving disabled), 4 protocols, IPv6 off
56 [2020/03/18 13:13:47:7482] I: Creating Vhost 'default' (serving disabled), 4 protocols, IPv6 off
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dintroduction.inc1 This tutorial is for developers who want to learn how they can add HTTP serving
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
DREADME.md38 [2018/11/15 09:53:19:9647] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Ddata_table_demo.dart188 label: const Text('Dessert (100g serving)'),
193 tooltip: 'The total amount of food energy in the given serving size.',
/third_party/skia/build/fuchsia/skqp/
DREADME.md16 …-src/development/sdk/documentation/packages#install-package) for more on serving packages to Fuchs…
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
DREADME.md41 [2018/12/18 20:19:29:7200] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/
DREADME.md55 [2018/12/19 16:20:25:6749] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/
DREADME.md49 [2018/12/19 16:20:25:6749] NOTICE: Creating Vhost 'default' (serving disabled), 1 protocols, IPv6 o…

1234