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

12

/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h494 // A predicate that checks the key of a TestProperty against a known key.
506 bool operator()(const TestProperty& test_property) const {
1230 const TestProperty& property) {
H A Dgtest.cc1773 test_properties_(new internal::Vector<TestProperty>),
1792 const TestProperty& TestResult::GetTestProperty(int i) const {
1809 void TestResult::RecordProperty(const TestProperty& test_property) {
1814 TestProperty* const property_with_matching_key =
1826 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
3270 const TestProperty& property = result.GetTestProperty(i);
3599 const TestProperty test_property(key, value);
/external/chromium_org/testing/gtest/test/
H A Dgtest-unittest-api_test.cc308 const TestProperty& property = tests[3]->result()->GetTestProperty(0);
/external/gtest/test/
H A Dgtest-unittest-api_test.cc308 const TestProperty& property = tests[3]->result()->GetTestProperty(0);
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc309 const TestProperty& property = tests[3]->result()->GetTestProperty(0);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp1669 struct TestProperty
1734 const TestProperty allProperties[] =
1788 const TestProperty allProperties[] =
1837 const TestProperty allProperties[] =
1892 const TestProperty allProperties[] =
1940 const TestProperty allProperties[] =
/external/chromium_org/v8/test/mjsunit/es6/
H A Dcollections.js203 function TestProperty(map, property, value) {
208 TestProperty(m, i, 'val' + i);
209 TestProperty(m, 'foo' + i, 'bar' + i);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc744 // A predicate that checks the key of a TestProperty against a known key.
755 bool operator()(const TestProperty& test_property) const {
1121 // Adds a TestProperty to the current TestResult object when invoked in a
1125 void RecordProperty(const TestProperty& test_property);
1454 const TestProperty& property) {
3199 const TestProperty& TestResult::GetTestProperty(int i) const {
3219 const TestProperty& test_property) {
3224 const std::vector<TestProperty>::iterator property_with_matching_key =
3317 const TestProperty& test_property) {
4887 const TestProperty
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc744 // A predicate that checks the key of a TestProperty against a known key.
755 bool operator()(const TestProperty& test_property) const {
1121 // Adds a TestProperty to the current TestResult object when invoked in a
1125 void RecordProperty(const TestProperty& test_property);
1454 const TestProperty& property) {
3199 const TestProperty& TestResult::GetTestProperty(int i) const {
3219 const TestProperty& test_property) {
3224 const std::vector<TestProperty>::iterator property_with_matching_key =
3317 const TestProperty& test_property) {
4887 const TestProperty
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1999 const TestProperty& TestResult::GetTestProperty(int i) const {
2019 const TestProperty& test_property) {
2024 const std::vector<TestProperty>::iterator property_with_matching_key =
2117 const TestProperty& test_property) {
3686 const TestProperty& property = result.GetTestProperty(i);
4122 // Adds a TestProperty to the current TestResult object when invoked from
4129 impl_->RecordProperty(TestProperty(key, value));
4319 // Adds a TestProperty to the current TestResult object when invoked in a
4324 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
/external/gtest/src/
H A Dgtest.cc1715 const TestProperty& TestResult::GetTestProperty(int i) const {
1735 const TestProperty& test_property) {
1740 const std::vector<TestProperty>::iterator property_with_matching_key =
1833 const TestProperty& test_property) {
3403 const TestProperty& property = result.GetTestProperty(i);
3839 // Adds a TestProperty to the current TestResult object when invoked from
3846 impl_->RecordProperty(TestProperty(key, value));
4043 // Adds a TestProperty to the current TestResult object when invoked in a
4048 void UnitTestImpl::RecordProperty(const TestProperty& test_property) {
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1795 const TestProperty& TestResult::GetTestProperty(int i) const {
1814 void TestResult::RecordProperty(const TestProperty& test_property) {
1819 const std::vector<TestProperty>::iterator property_with_matching_key =
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
3318 const TestProperty& property = result.GetTestProperty(i);
3813 const TestProperty test_property(key, value);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1795 const TestProperty& TestResult::GetTestProperty(int i) const {
1814 void TestResult::RecordProperty(const TestProperty& test_property) {
1819 const std::vector<TestProperty>::iterator property_with_matching_key =
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
3290 const TestProperty& property = result.GetTestProperty(i);
3781 const TestProperty test_property(key, value);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1795 const TestProperty& TestResult::GetTestProperty(int i) const {
1814 void TestResult::RecordProperty(const TestProperty& test_property) {
1819 const std::vector<TestProperty>::iterator property_with_matching_key =
1831 bool TestResult::ValidateTestProperty(const TestProperty& test_property) {
3318 const TestProperty& property = result.GetTestProperty(i);
3813 const TestProperty test_property(key, value);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c62 addTest(root, &TestProperty, "tscoll/capitst/TestProperty");
267 void TestProperty() function
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dapicoll.cpp61 * Test Collator::createInstance(... version...) for some locale. Called by TestProperty().
95 CollationAPITest::TestProperty(/* char* par */) function in class:CollationAPITest
2308 TESTCASE_AUTO(TestProperty);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c65 addTest(root, &TestProperty, "tscoll/capitst/TestProperty");
270 void TestProperty() function
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp63 CollationAPITest::TestProperty(/* char* par */) function in class:CollationAPITest
2465 TESTCASE_AUTO(TestProperty);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17875 // Don't inherit from TestProperty as its destructor is not virtual.
17876 class TestProperty { class in namespace:testing
17878 // C'tor. TestProperty does NOT have a default constructor.
17880 // TestProperty object.
17881 TestProperty(const std::string& a_key, const std::string& a_value) : function in class:testing::TestProperty
17951 const TestProperty& GetTestProperty(int i) const;
17969 const std::vector<TestProperty>& test_properties() const {
17983 const TestProperty& test_property);
17989 const TestProperty& test_property);
18013 std::vector<TestProperty> test_properties
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17875 // Don't inherit from TestProperty as its destructor is not virtual.
17876 class TestProperty { class in namespace:testing
17878 // C'tor. TestProperty does NOT have a default constructor.
17880 // TestProperty object.
17881 TestProperty(const std::string& a_key, const std::string& a_value) : function in class:testing::TestProperty
17951 const TestProperty& GetTestProperty(int i) const;
17969 const std::vector<TestProperty>& test_properties() const {
17983 const TestProperty& test_property);
17989 const TestProperty& test_property);
18013 std::vector<TestProperty> test_properties
[all...]

Completed in 834 milliseconds

12