Searched refs:kExpectedProperties (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/policy/core/common/
H A Dgenerate_policy_source_unittest.cc106 const char* kExpectedProperties[] = { local
114 const char** next = kExpectedProperties;
H A Dschema_unittest.cc392 } kExpectedProperties[] = { local
413 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kExpectedProperties); ++i) {
415 EXPECT_STREQ(kExpectedProperties[i].expected_key, it.key());
417 EXPECT_EQ(kExpectedProperties[i].expected_type, it.schema().type());
549 } kExpectedProperties[] = { local
562 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kExpectedProperties); ++i) {
564 EXPECT_STREQ(kExpectedProperties[i].key, it.key());
567 EXPECT_EQ(kExpectedProperties[i].type, sub.type());
/external/chromium_org/dbus/
H A Dobject_manager_unittest.cc160 static const size_t kExpectedProperties = 4; member in class:dbus::ObjectManagerTest
164 updated_properties_.size() < kExpectedProperties) {
170 for (size_t i = 0; i < kExpectedProperties; ++i)

Completed in 197 milliseconds