Home
last modified time | relevance | path

Searched defs:server_version (Results 1 – 20 of 20) sorted by relevance

/external/python/cpython3/Lib/wsgiref/
Dsimple_server.py23 server_version = "WSGIServer/" + __version__ variable
73 server_version = "WSGIServer/" + __version__ variable in WSGIRequestHandler
/external/python/cpython3/Lib/test/
Dssl_servers.py50 server_version = "TestHTTPS/1.0" variable in RootedHTTPRequestHandler
91 server_version = "StatsHTTPS/1.0" variable in StatsRequestHandler
Dtest_urllib2_localnet.py404 server_version = "TestHTTP/" variable in GetRequestHandler.FakeHTTPRequestHandler
/external/googleapis/google/devtools/cloudbuild/v2/
Drepositories.proto379 string server_version = 14 [(google.api.field_behavior) = OUTPUT_ONLY]; field
421 string server_version = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; field
462 string server_version = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto81 int64 server_version = 3; field
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto81 int64 server_version = 3; field
/external/python/cpython3/Lib/http/
Dserver.py256 server_version = "BaseHTTP/" + __version__ variable in BaseHTTPRequestHandler
659 server_version = "SimpleHTTP/" + __version__ variable in SimpleHTTPRequestHandler
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_utils_test.cc163 ParsedQuicVersion server_version = AllSupportedVersions().back(); in TEST_F() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_utils_test.cc163 ParsedQuicVersion server_version = AllSupportedVersions().back(); in TEST_F() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dhandshake_client.cc620 uint16_t server_version; in do_read_hello_verify_request() local
688 uint16_t server_version; in do_read_server_hello() local
/external/cronet/stable/third_party/boringssl/src/ssl/
Dhandshake_client.cc638 uint16_t server_version; in handle_hello_verify_request() local
713 uint16_t server_version; in do_read_server_hello() local
/external/cronet/tot/third_party/boringssl/src/ssl/
Dhandshake_client.cc638 uint16_t server_version; in handle_hello_verify_request() local
713 uint16_t server_version; in do_read_server_hello() local
/external/boringssl/src/ssl/
Dhandshake_client.cc508 uint16_t server_version; in handle_hello_verify_request() local
583 uint16_t server_version; in do_read_server_hello() local
/external/clang/tools/scan-view/share/
DScanView.py204 server_version = "ScanViewServer/" + __version__ variable in ScanViewRequestHandler
/external/openthread/tests/scripts/thread-cert/
Ddtls.py414 def __init__(self, server_version, cookie): argument
432 server_version, argument
/external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v2/src/main/proto/google/devtools/cloudbuild/v2/
Drepositories.proto360 string server_version = 14 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/libcups/cups/
Dcups-private.h185 int server_version, /* Server IPP version */ member
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc593 grpc_gcp_RpcProtocolVersions* server_version = in get_serialized_start_server() local
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc593 grpc_gcp_RpcProtocolVersions* server_version = in get_serialized_start_server() local
/external/webrtc/rtc_base/
Dssl_stream_adapter_unittest.cc466 void SetupProtocolVersions(rtc::SSLProtocolVersion server_version, in SetupProtocolVersions()