Searched refs:TestProperty (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.h38 void TestProperty(void);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.h38 void TestProperty(void);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.h35 void TestProperty(/* char* par */);
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.h35 void TestProperty(/* char* par */);
/external/protobuf/gtest/test/
H A Dgtest_stress_test.cc67 void ExpectKeyAndValueWereRecordedForId(const Vector<TestProperty>& properties,
71 const TestProperty* property = properties.FindIf(matches_key);
H A Dgtest_unittest.cc148 using testing::TestProperty;
1467 // Tests TestProperty construction.
1469 TestProperty property("key", "1");
1474 // Tests TestProperty replacing a value.
1476 TestProperty property("key", "1");
1704 // Tests the TestProperty class.
1707 const TestProperty property("key", "value");
1713 TestProperty property("key", "value_1");
1889 TestProperty property("key_1", "1");
1892 const TestProperty
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_stress_test.cc77 const std::vector<TestProperty>& properties,
80 const std::vector<TestProperty>::const_iterator property =
147 std::vector<TestProperty> properties;
H A Dgtest_unittest.cc232 using testing::TestProperty;
1066 // Tests TestProperty construction.
1068 TestProperty property("key", "1");
1073 // Tests TestProperty replacing a value.
1075 TestProperty property("key", "1");
1315 // Tests the TestProperty class.
1318 const TestProperty property("key", "value");
1324 TestProperty property("key", "value_1");
1447 TestProperty property("key_1", "1");
1450 const TestProperty
[all...]
/external/gtest/test/
H A Dgtest_stress_test.cc77 const std::vector<TestProperty>& properties,
80 const std::vector<TestProperty>::const_iterator property =
147 std::vector<TestProperty> properties;
H A Dgtest_unittest.cc232 using testing::TestProperty;
1073 // Tests TestProperty construction.
1075 TestProperty property("key", "1");
1080 // Tests TestProperty replacing a value.
1082 TestProperty property("key", "1");
1322 // Tests the TestProperty class.
1325 const TestProperty property("key", "value");
1331 TestProperty property("key", "value_1");
1454 TestProperty property("key_1", "1");
1457 const TestProperty
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h470 // Don't inherit from TestProperty as its destructor is not virtual.
471 class TestProperty { class in namespace:testing
473 // C'tor. TestProperty does NOT have a default constructor.
475 // TestProperty object.
476 TestProperty(const char* a_key, const char* a_value) : function in class:testing::TestProperty
546 const TestProperty& GetTestProperty(int i) const;
563 const std::vector<TestProperty>& test_properties() const {
575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
604 std::vector<TestProperty> test_properties
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h470 // Don't inherit from TestProperty as its destructor is not virtual.
471 class TestProperty { class in namespace:testing
473 // C'tor. TestProperty does NOT have a default constructor.
475 // TestProperty object.
476 TestProperty(const char* a_key, const char* a_value) : function in class:testing::TestProperty
546 const TestProperty& GetTestProperty(int i) const;
563 const std::vector<TestProperty>& test_properties() const {
575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
604 std::vector<TestProperty> test_properties
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h470 // Don't inherit from TestProperty as its destructor is not virtual.
471 class TestProperty { class in namespace:testing
473 // C'tor. TestProperty does NOT have a default constructor.
475 // TestProperty object.
476 TestProperty(const char* a_key, const char* a_value) : function in class:testing::TestProperty
546 const TestProperty& GetTestProperty(int i) const;
563 const std::vector<TestProperty>& test_properties() const {
575 void RecordProperty(const TestProperty& test_property);
580 static bool ValidateTestProperty(const TestProperty& test_property);
604 std::vector<TestProperty> test_properties
[all...]
/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_org/testing/gtest/include/gtest/
H A Dgtest.h486 // Don't inherit from TestProperty as its destructor is not virtual.
487 class TestProperty { class in namespace:testing
489 // C'tor. TestProperty does NOT have a default constructor.
491 // TestProperty object.
492 TestProperty(const std::string& a_key, const std::string& a_value) : function in class:testing::TestProperty
562 const TestProperty& GetTestProperty(int i) const;
580 const std::vector<TestProperty>& test_properties() const {
594 const TestProperty& test_property);
600 const TestProperty& test_property);
624 std::vector<TestProperty> test_properties
[all...]
/external/gtest/include/gtest/
H A Dgtest.h462 // Don't inherit from TestProperty as its destructor is not virtual.
463 class TestProperty { class in namespace:testing
465 // C'tor. TestProperty does NOT have a default constructor.
467 // TestProperty object.
468 TestProperty(const std::string& a_key, const std::string& a_value) : function in class:testing::TestProperty
538 const TestProperty& GetTestProperty(int i) const;
556 const std::vector<TestProperty>& test_properties() const {
570 const TestProperty& test_property);
576 const TestProperty& test_property);
600 std::vector<TestProperty> test_properties
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc1570 class TestProperty { class in namespace:aura::test::__anon16602
1572 TestProperty() {} function in class:aura::test::__anon16602::TestProperty
1573 virtual ~TestProperty() {
1576 static TestProperty* last_deleted() { return last_deleted_; }
1579 static TestProperty* last_deleted_;
1580 DISALLOW_COPY_AND_ASSIGN(TestProperty);
1583 TestProperty* TestProperty::last_deleted_ = NULL;
1585 DEFINE_OWNED_WINDOW_PROPERTY_KEY(TestProperty, kOwnedKey, NULL);
1592 TestProperty* p
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h343 // A predicate that checks the key of a TestProperty against a known key.
354 bool operator()(const TestProperty& test_property) const {
720 // Adds a TestProperty to the current TestResult object when invoked in a
724 void RecordProperty(const TestProperty& test_property);
1027 const TestProperty& property) {
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dtypedarrays.js571 function TestProperty(map, property, value) {
576 TestProperty(m, i, 'val' + i);
577 TestProperty(m, 'foo' + i, 'bar' + i);
/external/gtest/src/
H A Dgtest-internal-inl.h343 // A predicate that checks the key of a TestProperty against a known key.
354 bool operator()(const TestProperty& test_property) const {
720 // Adds a TestProperty to the current TestResult object when invoked in a
724 void RecordProperty(const TestProperty& test_property);
1053 const TestProperty& property) {
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp322 void TestProperty() { function in struct:pure_virtual_dtor_inline
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp228 void TestProperty() { function
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-internal-inl.h334 // A predicate that checks the key of a TestProperty against a known key.
346 bool operator()(const TestProperty& test_property) const {
1021 const TestProperty& property) {
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h333 // A predicate that checks the key of a TestProperty against a known key.
345 bool operator()(const TestProperty& test_property) const {
1020 const TestProperty& property) {
/external/mesa3d/src/gtest/src/
H A Dgtest-internal-inl.h334 // A predicate that checks the key of a TestProperty against a known key.
346 bool operator()(const TestProperty& test_property) const {
1021 const TestProperty& property) {

Completed in 4814 milliseconds

12