/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-spi.h | 64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result); 68 TestPartResultArray* result); 85 TestPartResultArray* const result_; 100 SingleFailureChecker(const TestPartResultArray* results, 105 const TestPartResultArray* const results_; 145 ::testing::TestPartResultArray gtest_failures;\ 162 ::testing::TestPartResultArray gtest_failures;\ 207 ::testing::TestPartResultArray gtest_failures;\ 221 ::testing::TestPartResultArray gtest_failures;\
|
D | gtest-test-part.h | 123 class GTEST_API_ TestPartResultArray { 125 TestPartResultArray() {} in TestPartResultArray() function 139 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-spi.h | 64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result); 68 TestPartResultArray* result); 84 TestPartResultArray* const result_; 99 SingleFailureChecker(const TestPartResultArray* results, 104 const TestPartResultArray* const results_; 144 ::testing::TestPartResultArray gtest_failures;\ 161 ::testing::TestPartResultArray gtest_failures;\ 206 ::testing::TestPartResultArray gtest_failures;\ 220 ::testing::TestPartResultArray gtest_failures;\
|
D | gtest-test-part.h | 124 class GTEST_API_ TestPartResultArray { 126 TestPartResultArray() {} in TestPartResultArray() function 140 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-spi.h | 64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result); 68 TestPartResultArray* result); 84 TestPartResultArray* const result_; 99 SingleFailureChecker(const TestPartResultArray* results, 104 const TestPartResultArray* const results_; 144 ::testing::TestPartResultArray gtest_failures;\ 161 ::testing::TestPartResultArray gtest_failures;\ 206 ::testing::TestPartResultArray gtest_failures;\ 220 ::testing::TestPartResultArray gtest_failures;\
|
D | gtest-test-part.h | 123 class GTEST_API_ TestPartResultArray { 125 TestPartResultArray() {} in TestPartResultArray() function 139 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
|
/external/protobuf/gtest/include/gtest/ |
D | gtest-spi.h | 64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result); 68 TestPartResultArray* result); 84 TestPartResultArray* const result_; 99 SingleFailureChecker(const TestPartResultArray* results, 104 const TestPartResultArray* const results_; 144 ::testing::TestPartResultArray gtest_failures;\ 161 ::testing::TestPartResultArray gtest_failures;\ 206 ::testing::TestPartResultArray gtest_failures;\ 220 ::testing::TestPartResultArray gtest_failures;\
|
D | gtest-test-part.h | 123 class GTEST_API_ TestPartResultArray { 125 TestPartResultArray() {} in TestPartResultArray() function 139 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
|
/external/gtest/include/gtest/ |
D | gtest-spi.h | 64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result); 68 TestPartResultArray* result); 84 TestPartResultArray* const result_; 99 SingleFailureChecker(const TestPartResultArray* results, 104 const TestPartResultArray* const results_; 144 ::testing::TestPartResultArray gtest_failures;\ 161 ::testing::TestPartResultArray gtest_failures;\ 206 ::testing::TestPartResultArray gtest_failures;\ 220 ::testing::TestPartResultArray gtest_failures;\
|
D | gtest-test-part.h | 126 class GTEST_API_ TestPartResultArray { 128 TestPartResultArray() {} in TestPartResultArray() function 142 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
D | gtest-spi.h | 64 explicit ScopedFakeTestPartResultReporter(TestPartResultArray* result); 68 TestPartResultArray* result); 84 TestPartResultArray* const result_; 99 SingleFailureChecker(const TestPartResultArray* results, 104 const TestPartResultArray* const results_; 144 ::testing::TestPartResultArray gtest_failures;\ 161 ::testing::TestPartResultArray gtest_failures;\ 206 ::testing::TestPartResultArray gtest_failures;\ 220 ::testing::TestPartResultArray gtest_failures;\
|
D | gtest-test-part.h | 126 class GTEST_API_ TestPartResultArray { 128 TestPartResultArray() {} in TestPartResultArray() function 142 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestPartResultArray);
|
/external/protobuf/gtest/test/ |
D | gtest-test-part_test.cc | 40 using testing::TestPartResultArray; 170 TestPartResultArray results; in TEST_F() 177 TestPartResultArray results; in TEST_F() 186 TestPartResultArray results; in TEST_F() 199 TestPartResultArray results; in TEST_F()
|
D | gtest_output_test_.cc | 51 using testing::TestPartResultArray; 1018 TestPartResultArray results; in TEST_F()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-test-part_test.cc | 40 using testing::TestPartResultArray; 170 TestPartResultArray results; in TEST_F() 177 TestPartResultArray results; in TEST_F() 186 TestPartResultArray results; in TEST_F() 199 TestPartResultArray results; in TEST_F()
|
D | gtest_output_test_.cc | 51 using testing::TestPartResultArray; 906 TestPartResultArray results; in TEST_F()
|
/external/gtest/test/ |
D | gtest-test-part_test.cc | 40 using testing::TestPartResultArray; 170 TestPartResultArray results; in TEST_F() 177 TestPartResultArray results; in TEST_F() 186 TestPartResultArray results; in TEST_F() 199 TestPartResultArray results; in TEST_F()
|
D | gtest_output_test_.cc | 54 using testing::TestPartResultArray; 918 TestPartResultArray results; in TEST_F()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest-test-part_test.cc | 40 using testing::TestPartResultArray; 170 TestPartResultArray results; in TEST_F() 177 TestPartResultArray results; in TEST_F() 186 TestPartResultArray results; in TEST_F() 199 TestPartResultArray results; in TEST_F()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { in Append() 73 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { in GetTestPartResult() 83 int TestPartResultArray::size() const { in size()
|
/external/gtest/src/ |
D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { in Append() 73 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { in GetTestPartResult() 83 int TestPartResultArray::size() const { in size()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { in Append() 73 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { in GetTestPartResult() 83 int TestPartResultArray::size() const { in size()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { in Append() 73 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { in GetTestPartResult() 83 int TestPartResultArray::size() const { in size()
|
/external/protobuf/gtest/src/ |
D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { in Append() 73 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { in GetTestPartResult() 83 int TestPartResultArray::size() const { in size()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-test-part.cc | 68 void TestPartResultArray::Append(const TestPartResult& result) { in Append() 73 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const { in GetTestPartResult() 83 int TestPartResultArray::size() const { in size()
|