Home
last modified time | relevance | path

Searched refs:PropertyTest (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/dbus/
Dproperty_unittest.cc26 class PropertyTest : public testing::Test { class
28 PropertyTest() { in PropertyTest() function in dbus::PropertyTest
81 base::Bind(&PropertyTest::OnPropertyChanged, in SetUp()
153 TEST_F(PropertyTest, InitialValues) { in TEST_F() argument
171 TEST_F(PropertyTest, UpdatedValues) { in TEST_F() argument
175 properties_->name.Get(base::Bind(&PropertyTest::PropertyCallback, in TEST_F()
184 properties_->version.Get(base::Bind(&PropertyTest::PropertyCallback, in TEST_F()
194 properties_->methods.Get(base::Bind(&PropertyTest::PropertyCallback, in TEST_F()
209 properties_->objects.Get(base::Bind(&PropertyTest::PropertyCallback, in TEST_F()
220 TEST_F(PropertyTest, Get) { in TEST_F() argument
[all …]
/external/chromium_org/ppapi/generators/
Didl_propertynode.py82 def PropertyTest(): function
104 errors += PropertyTest()
/external/chromium_org/v8/test/preparser/
Dduplicate-property.pyt34 def PropertyTest(name, propa, propb, allow_strict = True):
89 PropertyTest(name + "-1", propa, propb, allow_strict)
90 PropertyTest(name + "-2", propb, propa, allow_strict)
93 PropertyTest(name, prop, prop, allow_strict)
/external/v8/test/preparser/
Dduplicate-property.pyt34 def PropertyTest(name, propa, propb, allow_strict = True):
89 PropertyTest(name + "-1", propa, propb, allow_strict)
90 PropertyTest(name + "-2", propb, propa, allow_strict)
93 PropertyTest(name, prop, prop, allow_strict)
/external/chromium/testing/gmock/test/
Dgmock-matchers_test.cc3044 TEST(PropertyTest, WorksForNonReferenceProperty) { in TEST() argument
3057 TEST(PropertyTest, WorksForReferenceToConstProperty) { in TEST() argument
3070 TEST(PropertyTest, WorksForReferenceToNonConstProperty) { in TEST() argument
3083 TEST(PropertyTest, WorksForByValueArgument) { in TEST() argument
3096 TEST(PropertyTest, WorksForArgumentOfSubType) { in TEST() argument
3111 TEST(PropertyTest, WorksForCompatibleMatcherType) { in TEST() argument
3123 TEST(PropertyTest, CanDescribeSelf) { in TEST() argument
3132 TEST(PropertyTest, CanExplainMatchResult) { in TEST() argument