/external/boringssl/src/ssl/test/ |
D | test_config.cc | 30 T TestConfig::*member; 37 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) { in FindField() 47 { "-server", &TestConfig::is_server }, 48 { "-dtls", &TestConfig::is_dtls }, 49 { "-fallback-scsv", &TestConfig::fallback_scsv }, 51 &TestConfig::require_any_client_certificate }, 52 { "-false-start", &TestConfig::false_start }, 53 { "-async", &TestConfig::async }, 55 &TestConfig::write_different_record_sizes }, 56 { "-cbc-record-splitting", &TestConfig::cbc_record_splitting }, [all …]
|
D | test_config.h | 22 struct TestConfig { struct 149 bool ParseConfig(int argc, char **argv, TestConfig *out_initial, argument 150 TestConfig *out_resume, TestConfig *out_retry);
|
D | bssl_shim.cc | 128 static bool SetTestConfig(SSL *ssl, const TestConfig *config) { in SetTestConfig() 132 static const TestConfig *GetTestConfig(const SSL *ssl) { in GetTestConfig() 133 return (const TestConfig *)SSL_get_ex_data(ssl, g_config_index); in GetTestConfig() 450 const TestConfig *config = GetTestConfig(ssl); in GetCertificate() 509 const TestConfig *config = GetTestConfig(ssl); in InstallCertificate() 532 const TestConfig *config = GetTestConfig(client_hello->ssl); in SelectCertificateCallback() 586 const TestConfig *config = GetTestConfig(ssl); in CheckCertificateRequest() 665 const TestConfig *config = GetTestConfig(ssl); in CertCallback() 691 const TestConfig *config = GetTestConfig(ssl); in CheckVerifyCallback() 713 const TestConfig *config = GetTestConfig(ssl); in CertVerifyCallback() [all …]
|
/external/deqp/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 …]
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_processing_impl_locking_unittest.cc | 125 struct TestConfig { struct 127 static std::vector<TestConfig> GenerateBriefTestConfigs() { in GenerateBriefTestConfigs() argument 128 std::vector<TestConfig> test_configs; in GenerateBriefTestConfigs() 132 TestConfig test_config; in GenerateBriefTestConfigs() 163 static std::vector<TestConfig> GenerateExtensiveTestConfigs() { in GenerateExtensiveTestConfigs() argument 165 auto add_processing_apis = [](TestConfig test_config) { in GenerateExtensiveTestConfigs() 184 std::vector<TestConfig> out; in GenerateExtensiveTestConfigs() 193 auto add_aec_settings = [](const std::vector<TestConfig>& in) { in GenerateExtensiveTestConfigs() 194 std::vector<TestConfig> out; in GenerateExtensiveTestConfigs() 209 auto add_settings_scheme = [](const std::vector<TestConfig>& in) { in GenerateExtensiveTestConfigs() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 689 struct TestConfig struct 710 TestConfig (const RenderPass& renderPass_, in TestConfig() function 742 TestConfig::RenderTypes operator| (TestConfig::RenderTypes a, TestConfig::RenderTypes b) in operator |() 744 return (TestConfig::RenderTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 747 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBuff… in operator |() 749 return (TestConfig::CommandBufferTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 752 TestConfig::ImageMemory operator| (TestConfig::ImageMemory a, TestConfig::ImageMemory b) in operator |() 754 return (TestConfig::ImageMemory)(((deUint32)a) | ((deUint32)b)); in operator |() 2506 TestConfig::RenderTypes render) in pushRenderPassCommands() 3522 const TestConfig& config) in logAndVerifyImages() [all …]
|
D | vktRenderPassMultisampleResolveTests.cpp | 771 struct TestConfig struct 773 TestConfig (VkFormat format_, in TestConfig() function 787 MultisampleRenderPassTestInstance (Context& context, TestConfig config); 824 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig … in MultisampleRenderPassTestInstance() 1547 void init (vk::SourceCollections& dst, TestConfig config) const in init() 1713 …enderPassTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(… in initTests()
|
D | vktRenderPassMultisampleTests.cpp | 1298 struct TestConfig struct 1300 TestConfig (VkFormat format_, in TestConfig() function 1341 MultisampleRenderPassTestInstance (Context& context, TestConfig config); 1388 MultisampleRenderPassTestInstance::MultisampleRenderPassTestInstance (Context& context, TestConfig … in MultisampleRenderPassTestInstance() 1838 void init (vk::SourceCollections& dst, TestConfig config) const in init() 2296 …enderPassTestInstance, TestConfig, Programs>(testCtx, tcu::NODETYPE_SELF_VALIDATE, testName.c_str(… in initTests()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 67 struct TestConfig struct 82 TestConfig (void) in TestConfig() argument 92 AllocateFreeTestInstance (Context& context, const TestConfig config) in AllocateFreeTestInstance() 105 const TestConfig m_config; 124 if (m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate() 126 else if (m_config.order == TestConfig::ALLOC_FREE) in iterate() 128 else if (m_config.order == TestConfig::MIXED_ALLOC_FREE) in iterate() 156 … if (m_config.order == TestConfig::ALLOC_FREE || m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate() 173 if (m_config.order == TestConfig::ALLOC_FREE) in iterate() 537 const TestConfig::Order order; in createAllocationTests() [all …]
|
D | vktMemoryMappingTests.cpp | 453 struct TestConfig struct 455 TestConfig (void) in TestConfig() function 521 tcu::TestStatus testMemoryMapping (Context& context, const TestConfig config) in testMemoryMapping() 1541 TestConfig subMappedConfig (VkDeviceSize allocationSize, in subMappedConfig() 1547 TestConfig config; in subMappedConfig() 1626 return TestConfig(); in subMappedConfig() 1630 TestConfig fullMappedConfig (VkDeviceSize allocationSize, in fullMappedConfig() 1700 …const TestConfig config = fullMappedConfig(allocationSize, op, seed, static_cast<AllocationKind>(a… in createMappingTests() 1747 …const TestConfig config = subMappedConfig(allocationSize, MemoryRange(offset, size), op, seed, sta… in createMappingTests()
|
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor.h | 43 struct TestConfig { struct 44 TestConfig(); 45 ~TestConfig(); 167 const TestConfig& config, 198 const TestConfig& config_;
|
D | videoprocessor.cc | 24 TestConfig::TestConfig() in TestConfig() function in webrtc::test::TestConfig 39 TestConfig::~TestConfig() {} in ~TestConfig() 46 const TestConfig& config, in VideoProcessorImpl()
|
D | videoprocessor_unittest.cc | 40 TestConfig config_;
|
/external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | video_quality_measurement.cc | 146 int HandleCommandLineFlags(webrtc::test::TestConfig* config) { in HandleCommandLineFlags() 303 void CalculateSsimVideoMetrics(webrtc::test::TestConfig* config, in CalculateSsimVideoMetrics() 314 void CalculatePsnrVideoMetrics(webrtc::test::TestConfig* config, in CalculatePsnrVideoMetrics() 325 void PrintConfigurationSummary(const webrtc::test::TestConfig& config) { in PrintConfigurationSummary() 374 void PrintPythonOutput(const webrtc::test::TestConfig& config, in PrintPythonOutput() 478 webrtc::test::TestConfig config; in main()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 50 struct TestConfig struct 52 TestConfig (const ResourceDescription& resource_, in TestConfig() argument 808 TestConfig config); 813 const TestConfig m_config; 848 TestConfig config) in SharingTestInstance() 1191 void init (vk::SourceCollections& dst, TestConfig config) const in init() 1260 …const TestConfig config (resource, writeOp, readOp, cases[caseNdx].memoryType, cases[caseNdx].sema… in createCrossInstanceSharingTest() 1262 …opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODET… in createCrossInstanceSharingTest()
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 85 struct TestConfig struct 87 TestConfig (const ResourceDescription& resource_, in TestConfig() argument 1396 TestConfig config); 1401 const TestConfig m_config; 1427 TestConfig config) in Win32KeyedMutexTestInstance() 1745 void init (vk::SourceCollections& dst, TestConfig config) const in init() 1805 …const TestConfig config (resource, writeOp, readOp, cases[caseNdx].memoryHandleTypeBuffer, cases[c… in createWin32KeyedMutexTest() 1807 …opGroup->addChild(new InstanceFactory1<Win32KeyedMutexTestInstance, TestConfig, Progs>(testCtx, tc… in createWin32KeyedMutexTest()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 1478 struct TestConfig struct 1480 TestConfig (glu::ShaderType shaderType_, in TestConfig() function 1906 void logTestCaseInfo (TestLog& log, const TestConfig& config) in logTestCaseInfo() 1925 tcu::TestStatus textureConversionTest (Context& context, const TestConfig config) in textureConversionTest() 2275 void createTestShaders (vk::SourceCollections& dst, TestConfig config) in createTestShaders() 2593 …const TestConfig config (shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_… in initTests() 2630 …const TestConfig config (shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_M… in initTests() 2682 …const TestConfig config (shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_A… in initTests() 2711 …const TestConfig config (shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_AD… in initTests() 2756 …const TestConfig config (shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MO… in initTests() [all …]
|
D | vktYCbCrCopyTests.cpp | 82 struct TestConfig struct 84 TestConfig (const ImageConfig& src_, in TestConfig() function 95 void checkSupport (Context& context, const TestConfig& config) in checkSupport() 707 deUint32 buildSeed (const TestConfig& config) in buildSeed() 725 const TestConfig& config, in logTestCaseInfo() 745 tcu::TestStatus imageCopyTest (Context& context, const TestConfig config) in imageCopyTest() 1075 …const TestConfig config (ImageConfig(srcFormat, srcTiling, srcDisjoint, srcSize), ImageConfig(dst… in initTests()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 731 struct TestConfig struct 742 SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig); 748 const TestConfig m_testConfig; 921 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance() 1245 static void init (vk::SourceCollections& dst, TestConfig) in init() 1321 TestConfig config; in createSharedPresentableImageTests() 1328 …scaleGroup->addChild(new vkt::InstanceFactory1<SharedPresentableImageTestInstance, TestConfig, Pro… in createSharedPresentableImageTests()
|
D | vktWsiIncrementalPresentTests.cpp | 883 struct TestConfig struct 894 IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig); 900 const TestConfig m_testConfig; 1048 IncrementalPresentTestInstance::IncrementalPresentTestInstance (Context& context, const TestConfig&… in IncrementalPresentTestInstance() 1357 static void init (vk::SourceCollections& dst, TestConfig) in init() 1440 TestConfig config; in createIncrementalPresentTests() 1447 …up->addChild(new vkt::InstanceFactory1<IncrementalPresentTestInstance, TestConfig, Programs>(testG… in createIncrementalPresentTests()
|
D | vktWsiDisplayTimingTests.cpp | 766 struct TestConfig struct 776 DisplayTimingTestInstance (Context& context, const TestConfig& testConfig); 927 DisplayTimingTestInstance::DisplayTimingTestInstance (Context& context, const TestConfig& testConfi… in DisplayTimingTestInstance() 1368 static void init (vk::SourceCollections& dst, TestConfig) in init() 1429 TestConfig config; in createDisplayTimingTests() 1435 …presentModeGroup->addChild(new vkt::InstanceFactory1<DisplayTimingTestInstance, TestConfig, Progra… in createDisplayTimingTests()
|
/external/autotest/site_utils/autoupdate/lib/ |
D | test_params.py | 82 class TestConfig(object): class
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 2158 struct TestConfig in createMultisampleTests() struct 2164 const TestConfig testConfigs[] = in createMultisampleTests() 2177 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() 2202 struct TestConfig in createMultisampleTests() struct 2209 const TestConfig testConfigs[] = in createMultisampleTests() 2221 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests()
|
/external/autotest/site_utils/autoupdate/ |
D | full_release_test.py | 149 return test_params.TestConfig(
|