Home
last modified time | relevance | path

Searched defs:TestInfo (Results 1 – 25 of 54) sorted by relevance

123

/external/OpenCL-CTS/test_conformance/basic/
Dtest_vector_swizzle.cpp25 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> argument
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/
Dunary_double.cpp132 typedef struct TestInfo struct
154 } TestInfo; argument
Dbinary_double.cpp145 typedef struct TestInfo struct
167 } TestInfo; argument
Dunary_float.cpp130 typedef struct TestInfo struct
152 } TestInfo; argument
Dbinary_float.cpp143 typedef struct TestInfo struct
165 } TestInfo; argument
Dmacro_unary_double.cpp130 typedef struct TestInfo struct
146 } TestInfo; argument
Dmacro_unary_float.cpp129 typedef struct TestInfo struct
145 } TestInfo; argument
Dbinary_operator_float.cpp142 typedef struct TestInfo struct
162 } TestInfo; argument
Dbinary_operator_double.cpp144 typedef struct TestInfo struct
164 } TestInfo; typedef
Dbinary_i_double.cpp144 typedef struct TestInfo struct
162 } TestInfo; argument
Dbinary_i_float.cpp142 typedef struct TestInfo struct
160 } TestInfo; argument
Dmacro_binary_double.cpp138 typedef struct TestInfo struct
154 } TestInfo; argument
Dmacro_binary_float.cpp136 typedef struct TestInfo struct
152 } TestInfo; argument
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h525 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/googletest/googletest/samples/
Dsample10_unittest.cc77 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
82 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample10_unittest.cc77 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
82 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/external/googletest/googletest/test/
Dgoogletest-listener-test.cc86 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/
Dgoogletest-listener-test.cc84 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/
Dgtest-param-util.h604 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/
Dgtest-param-util.h599 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/
Dgtest-param-util.h612 struct TestInfo { struct
613 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() argument
626 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
/external/angle/src/tests/gl_tests/
DWebGLFramebufferTest.cpp235 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/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h588 struct TestInfo { struct
589 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() argument
599 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/internal/
Dgtest-param-util.h585 struct TestInfo { struct
586 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() argument
596 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-param-util.h604 struct TestInfo { struct
605 TestInfo(const char *a_test_suite_base_name, const char *a_test_base_name, in TestInfo() function
615 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo>>; argument

123