| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cCopyImageTests.hpp | 116 struct testCase struct in gl4cts::CopyImage::FunctionalTest 118 targetDesc m_dst; 119 glw::GLuint m_dst_x; 120 glw::GLuint m_dst_y; 121 targetDesc m_src; 122 glw::GLuint m_src_x; 123 glw::GLuint m_src_y; 124 glw::GLuint m_width; 125 glw::GLuint m_height; 209 struct testCase struct in gl4cts::CopyImage::SmokeTest [all …]
|
| D | gl4cEnhancedLayoutsTests.hpp | 1367 struct testCase struct in gl4cts::EnhancedLayouts::GLSLContantImmutablityTest 1369 CONSTANTS m_constant; 1370 Utils::Shader::STAGES m_stage; 1567 struct testCase struct in gl4cts::EnhancedLayouts::UniformBlockLayoutQualifierConflictTest 1569 QUALIFIERS m_qualifier; 1570 Utils::Shader::STAGES m_stage; 1626 struct testCase struct in gl4cts::EnhancedLayouts::UniformBlockMemberInvalidOffsetAlignmentTest 1628 glw::GLuint m_offset; 1629 bool m_should_fail; 1630 Utils::Shader::STAGES m_stage; [all …]
|
| D | gl3cGPUShader5Tests.hpp | 159 struct testCase struct in gl3cts::GPUShader5ImplicitConversionsTest 161 const glw::GLchar* m_destination_type; 162 bool m_is_white_expected; 163 const glw::GLchar* m_source_type; 164 Utils::_variable_type m_source_variable_type; 165 const void* m_u1_data; 166 const void* m_u2_data; 294 struct testCase struct in gl3cts::GPUShader5FloatEncodingTest 296 const valueInfo m_expected_value; 297 const valueInfo m_value; [all …]
|
| D | gl3cTextureSwizzleTests.hpp | 206 struct testCase struct in gl3cts::TextureSwizzle::SmokeTest 208 size_t m_channel_index; 209 size_t m_source_texture_format_index; 210 size_t m_source_texture_target_index; 211 size_t m_texture_access_index; 212 glw::GLint m_texture_swizzle_red; 213 glw::GLint m_texture_swizzle_green; 214 glw::GLint m_texture_swizzle_blue; 215 glw::GLint m_texture_swizzle_alpha; 216 glw::GLint m_texture_sizes[4];
|
| D | gl4cBufferStorageTests.hpp | 113 struct testCase struct in gl4cts::BufferStorage::GetBufferParameterTest 117 glw::GLenum m_flags; 118 glw::GLenum m_access; 215 struct testCase struct in gl4cts::BufferStorage::MapPersistentBufferSubDataTest 217 glw::GLintptr m_offset; 218 glw::GLsizeiptr m_size; 219 bool m_cross_mapped_region;
|
| /external/llvm-project/lldb/unittests/Utility/ |
| D | UriParserTest.cpp | 43 const UriTestCase testCase("x://y", "x", "y", -1, "/"); in TEST() local 48 const UriTestCase testCase("x://y:1", "x", "y", 1, "/"); in TEST() local 63 const UriTestCase testCase("x://y/", "x", "y", -1, "/"); in TEST() local 68 const UriTestCase testCase("x://y:1/", "x", "y", 1, "/"); in TEST() local 73 const UriTestCase testCase("x://y/abc/def/xyz", "x", "y", -1, "/abc/def/xyz"); in TEST() local 78 const UriTestCase testCase("connect://192.168.100.132:5432/", "connect", in TEST() local 84 const UriTestCase testCase( in TEST() local 91 const UriTestCase testCase("connect://[192.168.100.132]:5432/", "connect", in TEST() local 107 const UriTestCase testCase("connect://[192.168.100.132]", "connect", in TEST() local 114 const UriTestCase testCase("connect://[192.168.100.132:1234]", "connect", in TEST() local [all …]
|
| /external/boringssl/src/crypto/cipher_extra/test/ |
| D | make_legacy_aead_tests.go | 86 type testCase struct { struct 87 digest []byte 88 key []byte 89 nonce []byte 90 input []byte 91 ad []byte 92 ciphertext []byte 93 tag []byte 94 tag_len int 95 noSeal bool [all …]
|
| /external/boringssl/src/ssl/test/runner/ |
| D | runner.go | 546 type testCase struct { struct 547 testType testType 548 protocol protocol 549 name string 550 config Config 551 shouldFail bool 552 expectedError string 555 expectedLocalError string 558 expectations connectionExpectations 561 resumeExpectations *connectionExpectations [all …]
|
| /external/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
| D | floatditf_test.h | 1 struct testCase { struct 7 struct testCase tests[] = { argument
|
| D | floatunditf_test.h | 1 struct testCase { struct 7 struct testCase tests[] = { argument
|
| D | fixtfti_test.h | 6 struct testCase { struct 21 struct testCase testList[] = { argument
|
| D | floattitf_test.h | 8 struct testCase { struct 14 struct testCase tests[] = { argument
|
| D | fixunstfti_test.h | 10 struct testCase { struct 25 struct testCase testList[] = { argument
|
| /external/compiler-rt/test/builtins/Unit/ppc/ |
| D | floatditf_test.h | 1 struct testCase { struct 7 struct testCase tests[] = { argument
|
| D | floatunditf_test.h | 1 struct testCase { struct 7 struct testCase tests[] = { argument
|
| /external/OpenCL-CTS/test_conformance/printf/ |
| D | test_printf.h | 93 struct testCase struct 105 extern std::vector<testCase*> allTestCase; argument
|
| /external/deqp/framework/common/ |
| D | tcuTestSessionExecutor.cpp | 103 TestCase* const testCase = static_cast<TestCase*>(curNode); in iterate() local 138 TestCase* const testCase = static_cast<TestCase*>(m_iterator.getNode()); in iterate() local 192 bool TestSessionExecutor::enterTestCase (TestCase* testCase, const std::string& casePath) in enterTestCase() 238 void TestSessionExecutor::leaveTestCase (TestCase* testCase) in leaveTestCase() 291 TestCase::IterateResult TestSessionExecutor::iterateTestCase (TestCase* testCase) in iterateTestCase()
|
| /external/deqp/modules/gles31/ |
| D | tes31TestCaseWrapper.hpp | 65 void TestCaseWrapper<TEST_PACKAGE>::init (tcu::TestCase* testCase, const std::string& path) in init() 74 void TestCaseWrapper<TEST_PACKAGE>::deinit (tcu::TestCase* testCase) in deinit() 83 tcu::TestNode::IterateResult TestCaseWrapper<TEST_PACKAGE>::iterate (tcu::TestCase* testCase) in iterate()
|
| /external/catch2/include/internal/ |
| D | catch_test_case_registry_impl.cpp | 41 bool isThrowSafe( TestCase const& testCase, IConfig const& config ) { in isThrowSafe() 45 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { in matchTest() 63 for (auto const& testCase : testCases) { in filterTests() local 75 void TestRegistry::registerTest( TestCase const& testCase ) { in registerTest()
|
| /external/icu/icu4c/source/test/perf/collperf2/ |
| D | collperf2.cpp | 1446 Strcoll *testCase = new Strcoll(coll, getData16(status), TRUE /* useLen */); in TestStrcoll() local 1457 Strcoll *testCase = new Strcoll(coll, getData16(status), FALSE /* useLen */); in TestStrcollNull() local 1468 …Strcoll_2 *testCase = new Strcoll_2(coll, getData16(status), getModData16(status), TRUE /* useLen … in TestStrcollSimilar() local 1479 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status), TRUE /* useLen */); in TestStrcollUTF8() local 1490 StrcollUTF8 *testCase = new StrcollUTF8(coll, getData8(status),FALSE /* useLen */); in TestStrcollUTF8Null() local 1501 …StrcollUTF8_2 *testCase = new StrcollUTF8_2(coll, getData8(status), getModData8(status), TRUE /* u… in TestStrcollUTF8Similar() local 1512 GetSortKey *testCase = new GetSortKey(coll, getData16(status), TRUE /* useLen */); in TestGetSortKey() local 1523 GetSortKey *testCase = new GetSortKey(coll, getData16(status), FALSE /* useLen */); in TestGetSortKeyNull() local 1534 NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */); in TestNextSortKeyPart_4All() local 1545 …NextSortKeyPart *testCase = new NextSortKeyPart(coll, getData16(status), 4 /* bufSize */, 4 /* max… in TestNextSortKeyPart_4x4() local [all …]
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcConfigPackage.cpp | 54 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() 59 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 64 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
|
| D | glcSingleConfigTestPackage.cpp | 63 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() 71 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 78 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
|
| D | glcNoDefaultContextPackage.cpp | 56 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string&) in init() 61 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 66 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
|
| D | glcTestCaseWrapper.cpp | 44 bool TestCaseWrapper::initTestCase(tcu::TestCase* testCase) in initTestCase() 105 bool TestCaseWrapper::deinitTestCase(tcu::TestCase* testCase) in deinitTestCase() 135 tcu::TestNode::IterateResult TestCaseWrapper::iterateTestCase(tcu::TestCase* testCase) in iterateTestCase()
|
| /external/deqp/external/openglcts/modules/glesext/ |
| D | esextcTestPackage.cpp | 68 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() 78 void TestCaseWrapper::deinit(tcu::TestCase* testCase) in deinit() 85 tcu::TestNode::IterateResult TestCaseWrapper::iterate(tcu::TestCase* testCase) in iterate()
|