Searched defs:TestProperty (Results 1 - 7 of 7) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/gtest/src/
H A Dgtest-internal-inl.h394 // Don't inherit from TestProperty as its destructor is not virtual.
395 class TestProperty { class in namespace:testing::internal
397 // C'tor. TestProperty does NOT have a default constructor.
399 // TestProperty object.
400 TestProperty(const char* key, const char* value) : function in class:testing::internal::TestProperty
426 // A predicate that checks the key of a TestProperty against a known key.
438 bool operator()(const TestProperty& test_property) const {
466 const internal::List<internal::TestProperty> & test_properties() const {
503 void RecordProperty(const internal::TestProperty& test_property);
508 static bool ValidateTestProperty(const internal::TestProperty
[all...]
/external/chromium/third_party/icu/source/test/intltest/
H A Dapicoll.cpp58 * Test Collator::createInstance(... version...) for some locale. Called by TestProperty().
92 CollationAPITest::TestProperty(/* char* par */) function in class:CollationAPITest
2316 case 0: name = "TestProperty"; if (exec) TestProperty(/* par */); break;
/external/gtest/src/
H A Dgtest-internal-inl.h456 // Don't inherit from TestProperty as its destructor is not virtual.
457 class TestProperty { class in namespace:testing::internal
459 // C'tor. TestProperty does NOT have a default constructor.
461 // TestProperty object.
462 TestProperty(const char* key, const char* value) : function in class:testing::internal::TestProperty
488 // A predicate that checks the key of a TestProperty against a known key.
500 bool operator()(const TestProperty& test_property) const {
528 const internal::List<internal::TestProperty> & test_properties() const {
565 void RecordProperty(const internal::TestProperty& test_property);
570 static bool ValidateTestProperty(const internal::TestProperty
[all...]
/external/icu4c/test/intltest/
H A Dapicoll.cpp59 * Test Collator::createInstance(... version...) for some locale. Called by TestProperty().
93 CollationAPITest::TestProperty(/* char* par */) function in class:CollationAPITest
2270 case 0: name = "TestProperty"; if (exec) TestProperty(/* par */); break;
/external/protobuf/gtest/include/gtest/
H A Dgtest.h372 // Don't inherit from TestProperty as its destructor is not virtual.
373 class TestProperty { class in namespace:testing
375 // C'tor. TestProperty does NOT have a default constructor.
377 // TestProperty object.
378 TestProperty(const char* key, const char* value) : function in class:testing::TestProperty
448 const TestProperty& GetTestProperty(int i) const;
466 const internal::Vector<TestProperty>& test_properties() const {
478 void RecordProperty(const TestProperty& test_property);
483 static bool ValidateTestProperty(const TestProperty& test_property);
507 internal::scoped_ptr<internal::Vector<TestProperty> > test_properties
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcapitst.c111 addTest(root, &TestProperty, "tscoll/capitst/TestProperty");
278 void TestProperty() function
/external/icu4c/test/cintltst/
H A Dcapitst.c111 addTest(root, &TestProperty, "tscoll/capitst/TestProperty");
286 void TestProperty() function

Completed in 1611 milliseconds