/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ViewportTests.cpp | 91 struct TestInfo { struct in ViewportTest 92 ViewportParams viewport; 93 ColorType topLeftPoint; 94 ColorType bottomRightPoint; 95 float clearDepth = 1.0f; 96 bool setViewport = true;
|
/third_party/googletest/googletest/samples/ |
D | sample10_unittest.cc | 77 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart() 82 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
|
/third_party/googletest/googletest/test/ |
D | googletest-listener-test.cc | 86 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart() 94 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd() 162 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart() 170 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | WebGLFramebufferTest.cpp | 235 struct TestInfo in testDepthStencilDepthStencil() struct 237 GLenum firstFormat; in testDepthStencilDepthStencil() 238 GLenum firstAttach; in testDepthStencilDepthStencil() 239 GLenum secondFormat; in testDepthStencilDepthStencil() 240 GLenum secondAttach; in testDepthStencilDepthStencil()
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 612 struct TestInfo { struct 613 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() function 626 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
|
D | gtest-internal.h | 104 class TestInfo; // Information about a test. variable
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | WebGLFramebufferTest.cpp | 235 struct TestInfo in testDepthStencilDepthStencil() struct 237 GLenum firstFormat; in testDepthStencilDepthStencil() 238 GLenum firstAttach; in testDepthStencilDepthStencil() 239 GLenum secondFormat; in testDepthStencilDepthStencil() 240 GLenum secondAttach; in testDepthStencilDepthStencil()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-param-util.h | 588 struct TestInfo { struct 589 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() function 599 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
|
D | gtest-internal.h | 92 class TestInfo; // Information about a test. variable
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | BindGroupValidationTests.cpp | 1003 struct TestInfo { in TEST_F() struct 1004 uint32_t maxCount; in TEST_F() 1005 wgpu::BindGroupLayoutEntry entry; in TEST_F() 1006 wgpu::BindGroupLayoutEntry otherEntry; in TEST_F() 1097 struct TestInfo { in TEST_F() struct 1098 uint32_t maxCount; in TEST_F() 1099 uint32_t bindingsPerExternalTexture; in TEST_F() 1100 wgpu::BindGroupLayoutEntry entry; in TEST_F() 1101 wgpu::BindGroupLayoutEntry otherEntry; in TEST_F()
|
/third_party/typescript/src/testRunner/parallel/ |
D | shared.ts | 16 export interface TestInfo { interface
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 193 class TestInfo; variable 1154 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart() 1156 void OnTestEnd(const TestInfo& /*test_info*/) override {} in OnTestEnd() 1207 friend class TestInfo; variable
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 205 class TestInfo; variable 1175 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart() 1177 void OnTestEnd(const TestInfo& /*test_info*/) override {} in OnTestEnd() 1228 friend class TestInfo; variable
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | videorate.c | 918 } TestInfo; typedef
|
/third_party/googletest/docs/reference/ |
D | testing.md | 678 #### Public Methods {#TestInfo-public}
|
/third_party/googletest/googletest/src/ |
D | gtest.cc | 2714 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo 3666 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest-all.cc | 4205 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo 5157 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest.cc | 2540 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo
|