Home
last modified time | relevance | path

Searched refs:expected_copy (Results 1 – 2 of 2) sorted by relevance

/external/autotest/server/cros/faft/utils/
Dfaft_checkers.py251 def ec_act_copy_checker(self, expected_copy): argument
267 if matched.group(1) == expected_copy:
271 expected_copy, matched.group(1))
/external/boringssl/src/ssl/
Dssl_test.cc1021 std::vector<SSL_SESSION*> actual, expected_copy; in CacheEquals() local
1023 expected_copy = expected; in CacheEquals()
1026 std::sort(expected_copy.begin(), expected_copy.end()); in CacheEquals()
1028 return actual == expected_copy; in CacheEquals()