/external/OpenCL-CTS/test_conformance/basic/ |
D | test_vector_swizzle.cpp | 25 template <int N> struct TestInfo struct 29 template <> struct TestInfo<2> struct 31 static const size_t vector_size = 2; 33 static constexpr const char* kernel_source_xyzw = R"CLC( 51 static constexpr const char* kernel_source_rgba = R"CLC( 88 template <> struct TestInfo<3> struct 90 static const size_t vector_size = 4; // sizeof(vec3) is four elements 92 static constexpr const char* kernel_source_xyzw = R"CLC( 118 static constexpr const char* kernel_source_rgba = R"CLC( 144 static constexpr const char* kernel_source_sN = R"CLC( [all …]
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | unary_double.cpp | 132 typedef struct TestInfo struct 154 } TestInfo; argument
|
D | binary_double.cpp | 145 typedef struct TestInfo struct 167 } TestInfo; argument
|
D | unary_float.cpp | 130 typedef struct TestInfo struct 152 } TestInfo; argument
|
D | binary_float.cpp | 143 typedef struct TestInfo struct 165 } TestInfo; argument
|
D | macro_unary_double.cpp | 130 typedef struct TestInfo struct 146 } TestInfo; argument
|
D | macro_unary_float.cpp | 129 typedef struct TestInfo struct 145 } TestInfo; argument
|
D | binary_operator_float.cpp | 142 typedef struct TestInfo struct 162 } TestInfo; argument
|
D | binary_operator_double.cpp | 144 typedef struct TestInfo struct 164 } TestInfo; argument
|
D | binary_i_double.cpp | 144 typedef struct TestInfo struct 162 } TestInfo; argument
|
D | binary_i_float.cpp | 142 typedef struct TestInfo struct 160 } TestInfo; argument
|
D | macro_binary_double.cpp | 138 typedef struct TestInfo struct 154 } TestInfo; argument
|
D | macro_binary_float.cpp | 136 typedef struct TestInfo struct 152 } TestInfo; argument
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 525 struct TestInfo { struct 526 TestInfo(const char* a_test_case_base_name, in TestInfo() argument 537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer; argument
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/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()
|
/external/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()
|
/external/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()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-listener-test.cc | 84 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart() 92 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd() 158 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart() 166 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 604 struct TestInfo { struct 605 TestInfo(const char* a_test_case_base_name, in TestInfo() argument 616 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer; argument
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
D | gtest-param-util.h | 599 struct TestInfo { struct 600 TestInfo(const char* a_test_case_base_name, in TestInfo() function 611 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer; argument
|
/external/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
|
/external/angle/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()
|
/external/libchrome/base/test/ |
D | test_suite.h | 23 class TestInfo; variable
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 585 struct TestInfo { struct 586 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() function 596 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
|
/external/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
|