Searched refs:expected_copy (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/cros/faft/utils/ |
D | faft_checkers.py | 208 def ec_act_copy_checker(self, expected_copy): argument 221 if matched.group(1) == expected_copy: 225 expected_copy, matched.group(1))
|
/external/autotest/server/site_tests/firmware_ECUpdateId/ |
D | firmware_ECUpdateId.py | 80 def active_copy_checker(self, expected_copy): argument 85 result = active_copy == expected_copy 88 expected_copy, active_copy)
|
/external/icing/icing/testing/ |
D | common-matchers.h | 387 SearchResultProto expected_copy = expected; variable 388 expected_copy.clear_query_stats(); 389 expected_copy.clear_debug_info(); 391 *expected_copy.mutable_results()) { 394 return ExplainMatchResult(testing::EqualsProto(expected_copy), actual_copy,
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | cord_test.cc | 1670 std::string expected_copy(expected); in TestConstinitConstructor() local 1673 absl::StrAppend(&expected_copy, expected); in TestConstinitConstructor() 1674 EXPECT_EQ(copy, expected_copy); in TestConstinitConstructor()
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | cord_test.cc | 1737 std::string expected_copy(expected); in TestConstinitConstructor() local 1740 absl::StrAppend(&expected_copy, expected); in TestConstinitConstructor() 1741 EXPECT_EQ(copy, expected_copy); in TestConstinitConstructor()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_test.cc | 1472 std::vector<SSL_SESSION*> actual, expected_copy; in CacheEquals() local 1474 expected_copy = expected; in CacheEquals() 1477 std::sort(expected_copy.begin(), expected_copy.end()); in CacheEquals() 1479 return actual == expected_copy; in CacheEquals()
|
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 1472 std::vector<SSL_SESSION*> actual, expected_copy; in CacheEquals() local 1474 expected_copy = expected; in CacheEquals() 1477 std::sort(expected_copy.begin(), expected_copy.end()); in CacheEquals() 1479 return actual == expected_copy; in CacheEquals()
|