Home
last modified time | relevance | path

Searched defs:serverTest (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dhandshake_server_test.go564 type serverTest struct { struct
567 name string
570 command []string
573 expectedPeerCerts []string
575 config *Config
578 expectHandshakeErrorIncluding string
582 validate func(ConnectionState) error
585 wait bool
593 func (test *serverTest) connFromCommand() (conn *recordingConn, child *exec.Cmd, err error) {
649 func (test *serverTest) dataPath() string {
[all …]
/aosp_15_r20/external/ot-br-posix/third_party/Simple-web-server/repo/tests/
H A Dparse_test.cpp139 auto serverTest = make_shared<ServerTest>(); in main() local
/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Drunner.go438 serverTest const
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Drunner.go438 serverTest const