HomeSort by relevance Sort by last modified time
    Searched refs:expected_ (Results 1 - 14 of 14) sorted by null

  /external/qemu/android/utils/
assert.h 57 #define _ANDROID_ASSERT_BOOL(cond_,expected_) \
60 int cond_expected_ = !!(expected_); \
71 #define _ANDROID_ASSERT_INT(cond_,expected_) \
74 int cond_expected_ = (expected_); \
82 #define _ANDROID_ASSERT_INT_OP(cond_,expected_,op_) \
85 int cond_expected_ = (expected_); \
93 # define _ANDROID_ASSERT_PTR(cond_,expected_) \
96 void* cond_expected_ = (void*)(expected_); \
128 # define AASSERT_BOOL(cond_,expected_) _ANDROID_ASSERT_BOOL(cond_,expected_)
    [all...]
  /external/chromium_org/sync/internal_api/public/base/
invalidation_test_util.cc 34 const AckHandle expected_; member in class:syncer::__anon10424::AckHandleEqMatcher
40 : expected_(expected) {
45 return expected_.Equals(actual);
49 *os << " is equal to " << PrintToString(expected_);
53 *os << " isn't equal to " << PrintToString(expected_);
67 const Invalidation expected_; member in class:syncer::__anon10424::InvalidationEqMatcher
73 const Invalidation& expected) : expected_(expected) {
78 if (!(expected_.object_id() == actual.object_id())) {
81 if (expected_.is_unknown_version() && actual.is_unknown_version()) {
83 } else if (expected_.is_unknown_version() != actual.is_unknown_version())
    [all...]
object_id_invalidation_map_test_util.cc 33 const ObjectIdInvalidationMap expected_; member in class:syncer::__anon10427::ObjectIdInvalidationMapEqMatcher
39 const ObjectIdInvalidationMap& expected) : expected_(expected) {
64 expected_.GetAllInvalidations(&expected_invalidations);
113 *os << " is equal to " << PrintToString(expected_);
118 *os << " isn't equal to " << PrintToString(expected_);
  /external/chromium_org/sync/notifier/
unacked_invalidation_set_test_util.cc 38 const UnackedInvalidationSet expected_; member in class:syncer::test_util::UnackedInvalidationSetEqMatcher
56 : expected_(expected) {}
66 return expected_.object_id_ == actual.object_id_
67 && std::equal(expected_.invalidations_.begin(),
68 expected_.invalidations_.end(),
74 *os << " is equal to " << PrintToString(expected_);
79 *os << " isn't equal to " << PrintToString(expected_);
109 const UnackedInvalidationsMap expected_; member in class:syncer::test_util::__anon10466::UnackedInvalidationsMapEqMatcher
116 : expected_(expected) {
123 UnackedInvalidationsMapToObjectIdInvalidationMap(expected_);
    [all...]
  /external/chromium_org/content/browser/geolocation/
geolocation_provider_unittest.cc 79 : expected_(expected) {}
83 return actual.latitude == expected_.latitude &&
84 actual.longitude == expected_.longitude &&
85 actual.altitude == expected_.altitude &&
86 actual.accuracy == expected_.accuracy &&
87 actual.altitude_accuracy == expected_.altitude_accuracy &&
88 actual.heading == expected_.heading &&
89 actual.speed == expected_.speed &&
90 actual.timestamp == expected_.timestamp &&
91 actual.error_code == expected_.error_code &
104 Geoposition expected_; member in class:content::GeopositionEqMatcher
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
owner_manager_unittest.h 80 : expected_(expected),
84 : expected_(expected),
92 EXPECT_EQ(expected_, return_code);
97 const OwnerManager::KeyOpCode expected_; member in class:chromeos::MockKeyUser
parallel_authenticator_unittest.cc 52 expected_(expected) {
58 set_test_result(expected_ == auth_->ResolveState());
64 ParallelAuthenticator::AuthState expected_; member in class:chromeos::ResolveChecker
signed_settings_unittest.cc 47 expected_(to_expect),
69 T expected_; member in class:chromeos::__anon1699::DummyDelegate
81 EXPECT_EQ(this->expected_, to_compare); // without this-> this won't build.
94 EXPECT_TRUE(expected_.SerializeToString(&ex_string));
  /art/runtime/
intern_table_test.cc 61 for (auto it = expected_.begin(), end = expected_.end(); it != end; ++it) {
63 expected_.erase(it);
73 expected_.push_back(s);
77 EXPECT_EQ(0U, expected_.size());
81 mutable std::vector<const mirror::String*> expected_; member in class:art::TestPredicate
  /external/chromium_org/chrome_frame/test/
header_test.cc 16 expected_(expected),
21 return expected_;
62 LoadedInRenderer expected_; member in class:chrome_frame_test::TestData
html_util_unittests.cc 323 std::string expected_; member in struct:UserAgentTestCase
386 EXPECT_EQ(user_agent_test_cases[i].expected_, new_ua);
392 std::string ua(user_agent_test_cases[i].expected_);
394 EXPECT_EQ(user_agent_test_cases[i].expected_, new_ua);
402 user_agent_test_cases[i].expected_));
  /external/chromium_org/ppapi/proxy/
device_enumeration_resource_helper_unittest.cc 184 expected_ = expected;
201 if (device_count != helper->expected_.size())
205 helper->expected_[i])) {
215 std::vector<DeviceRefData> expected_; member in class:ppapi::proxy::__anon9848::TestMonitorDeviceChange
  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 40 expected_(PanelController::INITIAL) {
91 expected_ = state;
120 if (under_chromeos_ && expected_ == state_) {
121 expected_ = PanelController::INITIAL;
136 PanelController::State expected_; member in class:chromeos::NotificationTest
  /external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc 154 explicit PartialMatch(const std::string& expected) : expected_(expected) {}
156 return actual.find(expected_) != std::string::npos;
160 const std::string expected_; member in class:component_updater::PartialMatch
    [all...]

Completed in 583 milliseconds