Searched refs:GetTestProperty (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_stress_test.cc151 properties.push_back(result->GetTestProperty(i));
H A Dgtest_unittest.cc1450 const TestProperty& actual_property = test_result.GetTestProperty(0);
1463 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1467 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1485 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1489 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1494 // Tests TestResult::GetTestProperty().
1495 TEST(TestResultPropertyTest, GetTestProperty) {
1504 const TestProperty& fetched_property_1 = test_result.GetTestProperty(0);
1505 const TestProperty& fetched_property_2 = test_result.GetTestProperty(1);
1506 const TestProperty& fetched_property_3 = test_result.GetTestProperty(
[all...]
H A Dgtest-unittest-api_test.cc136 // Records a test property to verify TestResult::GetTestProperty().
308 const TestProperty& property = tests[3]->result()->GetTestProperty(0);
/external/gtest/test/
H A Dgtest_stress_test.cc151 properties.push_back(result->GetTestProperty(i));
H A Dgtest_unittest.cc1457 const TestProperty& actual_property = test_result.GetTestProperty(0);
1470 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1474 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1492 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1496 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1501 // Tests TestResult::GetTestProperty().
1502 TEST(TestResultPropertyTest, GetTestProperty) {
1511 const TestProperty& fetched_property_1 = test_result.GetTestProperty(0);
1512 const TestProperty& fetched_property_2 = test_result.GetTestProperty(1);
1513 const TestProperty& fetched_property_3 = test_result.GetTestProperty(
[all...]
H A Dgtest-unittest-api_test.cc136 // Records a test property to verify TestResult::GetTestProperty().
308 const TestProperty& property = tests[3]->result()->GetTestProperty(0);
/external/protobuf/gtest/test/
H A Dgtest-unittest-api_test.cc142 // Records a test property to verify TestResult::GetTestProperty().
309 const TestProperty& property = tests[3]->result()->GetTestProperty(0);
H A Dgtest_unittest.cc1892 const TestProperty& actual_property = test_result.GetTestProperty(0);
1905 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1909 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1927 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1931 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1936 // Tests TestResult::GetTestProperty().
1937 TEST(TestResultPropertyDeathTest, GetTestProperty) {
1946 const TestProperty& fetched_property_1 = test_result.GetTestProperty(0);
1947 const TestProperty& fetched_property_2 = test_result.GetTestProperty(1);
1948 const TestProperty& fetched_property_3 = test_result.GetTestProperty(
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest.h546 const TestProperty& GetTestProperty(int i) const;
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h546 const TestProperty& GetTestProperty(int i) const;
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h546 const TestProperty& GetTestProperty(int i) const;
/external/protobuf/gtest/include/gtest/
H A Dgtest.h448 const TestProperty& GetTestProperty(int i) const;
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h562 const TestProperty& GetTestProperty(int i) const;
/external/gtest/include/gtest/
H A Dgtest.h538 const TestProperty& GetTestProperty(int i) const;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1999 const TestProperty& TestResult::GetTestProperty(int i) const { function in class:testing::TestResult
3686 const TestProperty& property = result.GetTestProperty(i);
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc1795 const TestProperty& TestResult::GetTestProperty(int i) const { function in class:testing::TestResult
3318 const TestProperty& property = result.GetTestProperty(i);
/external/gtest/src/
H A Dgtest.cc1715 const TestProperty& TestResult::GetTestProperty(int i) const { function in class:testing::TestResult
3403 const TestProperty& property = result.GetTestProperty(i);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1795 const TestProperty& TestResult::GetTestProperty(int i) const { function in class:testing::TestResult
3290 const TestProperty& property = result.GetTestProperty(i);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1795 const TestProperty& TestResult::GetTestProperty(int i) const { function in class:testing::TestResult
3318 const TestProperty& property = result.GetTestProperty(i);
/external/protobuf/gtest/src/
H A Dgtest.cc1792 const TestProperty& TestResult::GetTestProperty(int i) const { function in class:testing::TestResult
3270 const TestProperty& property = result.GetTestProperty(i);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3199 const TestProperty& TestResult::GetTestProperty(int i) const { function in class:testing::TestResult
4887 const TestProperty& property = result.GetTestProperty(i);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc3199 const TestProperty& TestResult::GetTestProperty(int i) const { function in class:testing::TestResult
4887 const TestProperty& property = result.GetTestProperty(i);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17951 const TestProperty& GetTestProperty(int i) const;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17951 const TestProperty& GetTestProperty(int i) const;

Completed in 893 milliseconds