/third_party/openssl/test/ossl_shim/ |
D | test_config.cc | 25 T TestConfig::*member; 32 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) { in FindField() 42 { "-server", &TestConfig::is_server }, 43 { "-dtls", &TestConfig::is_dtls }, 44 { "-fallback-scsv", &TestConfig::fallback_scsv }, 46 &TestConfig::require_any_client_certificate }, 47 { "-async", &TestConfig::async }, 49 &TestConfig::write_different_record_sizes }, 50 { "-partial-write", &TestConfig::partial_write }, 51 { "-no-tls13", &TestConfig::no_tls13 }, [all …]
|
D | ossl_shim.cc | 103 static bool SetTestConfig(SSL *ssl, const TestConfig *config) { in SetTestConfig() 107 static const TestConfig *GetTestConfig(const SSL *ssl) { in GetTestConfig() 108 return (const TestConfig *)SSL_get_ex_data(ssl, g_config_index); in GetTestConfig() 150 const TestConfig *config = GetTestConfig(ssl); in GetCertificate() 218 const TestConfig *config = GetTestConfig(ssl); in NextProtosAdvertisedCallback() 230 const TestConfig *config = GetTestConfig(ssl); in NextProtoSelectCallback() 249 const TestConfig *config = GetTestConfig(ssl); in AlpnSelectCallback() 271 const TestConfig *config = GetTestConfig(ssl); in PskClientCallback() 299 const TestConfig *config = GetTestConfig(ssl); in PskServerCallback() 316 const TestConfig *config = GetTestConfig(ssl); in CertCallback() [all …]
|
D | test_config.h | 17 struct TestConfig { struct 85 bool ParseConfig(int argc, char **argv, TestConfig *out_config); argument
|
/third_party/cef/tests/ceftests/ |
D | dialog_unittest.cc | 17 struct TestConfig { struct in __anone27db6540111::DialogTestHandler 18 explicit TestConfig(FileDialogMode dialog_mode) in TestConfig() function 69 explicit DialogTestHandler(const TestConfig& config) : config_(config) {} in DialogTestHandler() 134 TestConfig config_; 146 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST() 159 DialogTestHandler::TestConfig config(static_cast<cef_file_dialog_mode_t>( in TEST() 174 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST() 185 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST() 195 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST() 206 DialogTestHandler::TestConfig config(FILE_DIALOG_OPEN); in TEST() [all …]
|
D | display_unittest.cc | 253 struct TestConfig { struct in __anon5e39f8fa0311::ConsoleTestHandler 255 explicit TestConfig(cef_log_severity_t message_level) in TestConfig() argument 270 ConsoleTestHandler(const TestConfig& config) : config_(config) {} in ConsoleTestHandler() 328 TestConfig config_; 336 ConsoleTestHandler::TestConfig config(LOGSEVERITY_DEBUG); in TEST() 345 ConsoleTestHandler::TestConfig config(LOGSEVERITY_DEBUG); in TEST() 355 ConsoleTestHandler::TestConfig config(LOGSEVERITY_WARNING); in TEST() 365 ConsoleTestHandler::TestConfig config(LOGSEVERITY_INFO); in TEST() 374 ConsoleTestHandler::TestConfig config(LOGSEVERITY_INFO); in TEST() 383 ConsoleTestHandler::TestConfig config(LOGSEVERITY_INFO); in TEST() [all …]
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglGLES2SharedRenderingPerfTests.cpp | 62 struct TestConfig struct 104 …estContext& eglTestCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfig& config, bool sh… 120 TestConfig m_config; 152 void createCoordData (vector<float>& data, const TestConfig& config) in createCoordData() 202 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config) in createCoordBuffer() 221 void createIndexData (vector<deUint16>& data, const TestConfig& config) in createIndexData() 240 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config) in createIndexBuffer() 259 void createTextureData (vector<deUint8>& data, const TestConfig& config) in createTextureData() 273 GLuint createTexture (const glw::Functions& gl, const TestConfig& config) in createTexture() 300 GLuint createProgram (const glw::Functions& gl, const TestConfig& config) in createProgram() [all …]
|
D | teglGLES2SharingThreadedTests.cpp | 2060 struct TestConfig struct in deqp::egl::GLES2SharingRandomTest 2062 TestConfig (void); 2071 …GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, cons… 2081 TestConfig m_config; 2103 GLES2SharingRandomTest::TestConfig::TestConfig (void) in TestConfig() function in deqp::egl::GLES2SharingRandomTest::TestConfig 2113 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, … in GLES2SharingRandomTest() 2952 struct TestConfig struct in deqp::egl::GLES2ThreadedSharingTest 2972 …GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, con… 2986 TestConfig m_config; 3005 GLES2ThreadedSharingTest::GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& conf… in GLES2ThreadedSharingTest() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 728 struct TestConfig struct 749 TestConfig (const RenderPass& renderPass_, in TestConfig() argument 801 TestConfig::RenderTypes operator| (TestConfig::RenderTypes a, TestConfig::RenderTypes b) in operator |() 803 return (TestConfig::RenderTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 806 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBuff… in operator |() 808 return (TestConfig::CommandBufferTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 811 TestConfig::ImageMemory operator| (TestConfig::ImageMemory a, TestConfig::ImageMemory b) in operator |() 813 return (TestConfig::ImageMemory)(((deUint32)a) | ((deUint32)b)); in operator |() 816 void checkSupport (Context& context, TestConfig config) in checkSupport() 2690 TestConfig::RenderTypes render) in pushRenderPassCommands() [all …]
|
D | vktRenderPassSparseRenderTargetTests.cpp | 389 struct TestConfig struct 391 TestConfig (VkFormat format_, in TestConfig() argument 405 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig); 440 SparseRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testCo… in SparseRenderTargetTestInstance() 624 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init() 767 const TestConfig testConfig (format, renderingType); in initTests() 770 …TestConfig, FunctionSupport1<TestConfig>, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName… in initTests()
|
D | vktRenderPassMultisampleResolveTests.cpp | 111 struct TestConfig struct 123 struct TestConfig2 : TestConfig 125 TestConfig2(const TestConfig& src, deUint32 level) in TestConfig2() 126 : TestConfig (src) in TestConfig2() 155 MultisampleRenderPassTestBase (Context& context, TestConfig config); 208 MultisampleRenderPassTestBase::MultisampleRenderPassTestBase (Context& context, TestConfig config) in MultisampleRenderPassTestBase() 595 MultisampleRenderPassTestInstance (Context& context, TestConfig config); 641 MultisampleRenderPassTestInstance (Context& context, TestConfig config, deUint32 renderLevel); 646 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig … in MultisampleRenderPassTestInstance() 651 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig … in MultisampleRenderPassTestInstance() [all …]
|
D | vktRenderPassSampleReadTests.cpp | 728 struct TestConfig struct 730 …TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderingType ren… in TestConfig() function 747 SampleReadTestInstance (Context& context, TestConfig config); 797 SampleReadTestInstance::SampleReadTestInstance (Context& context, TestConfig config) in SampleReadTestInstance() 930 void init (vk::SourceCollections& dst, TestConfig config) const in init() 992 const TestConfig testConfig (sampleCount, TESTMODE_ADD, 0, renderingType); in initTests() 995 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests() 1000 const TestConfig testConfig (sampleCount, TESTMODE_SELECT, sample, renderingType); in initTests() 1003 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
|
D | vktRenderPassDepthStencilResolveTests.cpp | 94 struct TestConfig struct 170 DepthStencilResolveTest (Context& context, TestConfig config); 197 const TestConfig m_config; 224 DepthStencilResolveTest::DepthStencilResolveTest (Context& context, TestConfig config) in DepthStencilResolveTest() 1202 void init (vk::SourceCollections& dst, TestConfig config) const in init() 1363 typedef InstanceFactory1<DepthStencilResolveTest, TestConfig, Programs> DSResolveTestInstance; in initTests() 1535 const TestConfig testConfig = in initTests() 1566 TestConfig compatibilityTestConfig = testConfig; in initTests() 1579 const TestConfig testConfig = in initTests() 1606 TestConfig samplemaskTestConfig = testConfig; in initTests() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 75 struct TestConfig struct 91 TestConfig (void) in TestConfig() function 287 AllocateFreeTestInstance (Context& context, const TestConfig config) in AllocateFreeTestInstance() 300 const TestConfig m_config; 331 if (m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate() 333 else if (m_config.order == TestConfig::ALLOC_FREE) in iterate() 335 else if (m_config.order == TestConfig::MIXED_ALLOC_FREE) in iterate() 405 … if (m_config.order == TestConfig::ALLOC_FREE || m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate() 430 if (m_config.order == TestConfig::ALLOC_FREE) in iterate() 851 const TestConfig::Order order; in createAllocationTestsCommon() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineExtendedDynamicStateTests.cpp | 803 struct TestConfig struct 859 …TestConfig (SequenceOrdering ordering, const VertexGenerator* staticVertexGenerator = nullptr, con… in TestConfig() function 1142 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig); 1150 TestConfig m_testConfig; 1156 ExtendedDynamicStateInstance (Context& context, const TestConfig& testConfig); 1162 TestConfig m_testConfig; 1165 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ExtendedDynamicStateTest() 1455 ExtendedDynamicStateInstance::ExtendedDynamicStateInstance(Context& context, const TestConfig& test… in ExtendedDynamicStateInstance() 1498 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates() 1577 bool maybeBindVertexBufferDynStride(const TestConfig& testConfig, const vk::DeviceInterface& vkd, v… in maybeBindVertexBufferDynStride() [all …]
|
D | vktPipelineColorWriteEnableTests.cpp | 152 struct TestConfig struct 175 TestConfig (SequenceOrdering ordering) in TestConfig() function 245 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig); 253 TestConfig m_testConfig; 259 ColorWriteEnableInstance (Context& context, const TestConfig& testConfig); 265 TestConfig m_testConfig; 268 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ColorWriteEnableTest() 346 ColorWriteEnableInstance::ColorWriteEnableInstance(Context& context, const TestConfig& testConfig) in ColorWriteEnableInstance() 361 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates() 1069 TestConfig config(SequenceOrdering::CMD_BUFFER_START); in AddSingleTestCaseStatic() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmFromHlslTests.cpp | 50 struct TestConfig struct 57 void init (vk::SourceCollections& dst, TestConfig config) const in init() 87 HlslTest (Context& context, TestConfig config); 94 HlslTest::HlslTest(Context& context, TestConfig config) in HlslTest() 221 …typedef InstanceFactory1WithSupport<HlslTest, TestConfig, FunctionSupport0, Programs> HlslTestInst… in createHlslComputeGroup() 224 TestConfig testConfig = { TT_CBUFFER_PACKING }; in createHlslComputeGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 44 struct TestConfig struct 50 tcu::TestStatus hostResetSetEventCase (Context& context, TestConfig config) in hostResetSetEventCase() 88 tcu::TestStatus deviceResetSetEventCase (Context& context, TestConfig config) in deviceResetSetEventCase() 160 tcu::TestStatus singleSubmissionCase (Context& context, TestConfig config) in singleSubmissionCase() 204 tcu::TestStatus multiSubmissionCase(Context& context, TestConfig config) in multiSubmissionCase() 268 tcu::TestStatus secondaryCommandBufferCase (Context& context, TestConfig config) in secondaryCommandBufferCase() 345 void checkSupport(Context& context, TestConfig config) in checkSupport() 358 TestConfig config in createBasicEventTests() 377 TestConfig config in createSynchronization2BasicEventTests()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 48 struct TestConfig struct 57 …phore(Context& context, const DeviceInterface& vk, const VkDevice device, const TestConfig& config) in createTestSemaphore() 67 tcu::TestStatus basicOneQueueCase (Context& context, const TestConfig config) in basicOneQueueCase() 121 tcu::TestStatus basicChainCase(Context & context, TestConfig config) in basicChainCase() 178 tcu::TestStatus basicChainTimelineCase (Context& context, TestConfig config) in basicChainTimelineCase() 245 tcu::TestStatus basicThreadTimelineCase(Context& context, TestConfig) in basicThreadTimelineCase() argument 322 tcu::TestStatus basicMultiQueueCase(Context& context, TestConfig config) in basicMultiQueueCase() 550 void checkSupport(Context& context, TestConfig config) in checkSupport() 565 TestConfig config = in createBasicBinarySemaphoreTests() 588 const TestConfig config = in createBasicTimelineSemaphoreTests()
|
D | vktSynchronizationCrossInstanceSharingTests.cpp | 59 struct TestConfig struct 61 TestConfig (SynchronizationType type_, in TestConfig() function 105 TestConfig config, in NotSupportedChecker() 963 TestConfig config); 968 const TestConfig m_config; 1003 TestConfig config) in SharingTestInstance() 1312 void init (vk::SourceCollections& dst, TestConfig config) const in init() 1398 …const TestConfig config (type, resource, (vk::VkSemaphoreType)semaphoreType, writeOp, readOp, case… in createTests() 1401 …opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODET… in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 152 struct TestConfig struct 154 TestConfig (glu::ShaderType shaderType_, in TestConfig() function 585 void logTestCaseInfo (TestLog& log, const TestConfig& config) in logTestCaseInfo() 606 void checkSupport (Context& context, const TestConfig config) in checkSupport() 662 tcu::TestStatus textureConversionTest (Context& context, const TestConfig config) in textureConversionTest() 1063 void createTestShaders (vk::SourceCollections& dst, TestConfig config) in createTestShaders() 1361 …const TestConfig config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_… in buildTests() 1402 …const TestConfig config(shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MODE_C… in buildTests() 1467 …const TestConfig config(shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_ADDRE… in buildTests() 1501 …const TestConfig config(shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_ADDRES… in buildTests() [all …]
|
D | vktYCbCrCopyTests.cpp | 82 struct TestConfig struct 84 TestConfig (const ImageConfig& src_, in TestConfig() argument 122 void checkSupport (Context& context, const TestConfig config) in checkSupport() 544 deUint32 buildSeed (const TestConfig& config) in buildSeed() 562 const TestConfig& config, in logTestCaseInfo() 582 tcu::TestStatus imageCopyTest (Context& context, const TestConfig config) in imageCopyTest() 928 …const TestConfig config (ImageConfig(srcFormat, srcTiling, srcDisjoint, srcSize), ImageConfig(dst… in initYcbcrDefaultCopyTests() 1037 …const TestConfig config (ImageConfig(srcFormat, srcTiling, srcDisjoint, srcSize), ImageConfig(dst… in initYcbcrDimensionsCopyTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferMemoryRequirementsTests.cpp | 56 struct TestConfig; 88 struct TestConfig struct 108 InstanceConfig(const TestConfig& conf) in InstanceConfig() 275 const TestConfig testConfig) in MemoryRequirementsTest() 288 const TestConfig m_testConfig; 809 TestConfig config; in createBufferMemoryRequirementsTests()
|
/third_party/typescript/src/testRunner/ |
D | runner.ts | 76 export interface TestConfig { interface 101 const testConfig = <TestConfig>JSON.parse(testConfigContent);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 517 struct TestConfig struct 530 SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig); 536 const TestConfig m_testConfig; 708 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance() 1026 static void init (vk::SourceCollections& dst, TestConfig) in init() 1136 TestConfig config; in createSharedPresentableImageTests() 1145 …alphaGroup->addChild(new vkt::InstanceFactory1<SharedPresentableImageTestInstance, TestConfig, Pro… in createSharedPresentableImageTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessVertexAccessTests.cpp | 1114 struct TestConfig in createDrawTests() struct 1127 const TestConfig testConfigs[] = in createDrawTests() 1139 const TestConfig &config = testConfigs[i]; in createDrawTests() 1151 struct TestConfig in createDrawIndexedTests() struct 1159 const TestConfig testConfigs[] = in createDrawIndexedTests() 1171 const TestConfig &config = testConfigs[i]; in createDrawIndexedTests()
|