Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/
Dssl_transport_security_test.cc223 const char* expected_match = in check_verified_root_cert_subject() local
249 const char* expected_match = "baz"; in check_alpn() local
260 const char* expected_match = "TSI_PRIVACY_AND_INTEGRITY"; in check_security_level() local
299 const char* expected_match = "*.test.google.com.au"; in check_server0_peer() local
333 const char* expected_match = "*.test.google.com"; in check_server1_peer() local
366 const char* expected_match = "testclient"; in check_client_peer() local
/external/cronet/tot/net/http/
Dhttp_no_vary_search_data_unittest.cc790 const bool expected_match; member
/external/cronet/stable/net/http/
Dhttp_no_vary_search_data_unittest.cc790 const bool expected_match; member
/external/rust/android-crates-io/crates/googletest/src/matchers/
Dunordered_elements_are_matcher.rs593 let mut expected_match: [Option<usize>; N] = [None; N]; in find_best_match() localVariable