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

/external/autotest/server/cros/faft/utils/
H A Dfaft_checkers.py251 def ec_act_copy_checker(self, expected_copy):
254 @param expected_copy: A string containing 'RO', 'A', or 'B' indicating
267 if matched.group(1) == expected_copy:
271 expected_copy, matched.group(1))
/external/boringssl/src/ssl/
H A Dssl_test.cc1054 std::vector<SSL_SESSION*> actual, expected_copy; local
1056 expected_copy = expected;
1059 std::sort(expected_copy.begin(), expected_copy.end());
1061 return actual == expected_copy;

Completed in 128 milliseconds