/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 | bssl_shim.cc | 123 static bool SetTestConfig(SSL *ssl, const TestConfig *config) { in SetTestConfig() 127 static const TestConfig *GetTestConfig(const SSL *ssl) { in GetTestConfig() 128 return (const TestConfig *)SSL_get_ex_data(ssl, g_config_index); in GetTestConfig() 457 const TestConfig *config = GetTestConfig(ssl); in GetCertificate() 516 const TestConfig *config = GetTestConfig(ssl); in InstallCertificate() 539 const TestConfig *config = GetTestConfig(client_hello->ssl); in SelectCertificateCallback() 593 const TestConfig *config = GetTestConfig(ssl); in CheckCertificateRequest() 672 const TestConfig *config = GetTestConfig(ssl); in CertCallback() 700 const TestConfig *config = GetTestConfig(ssl); in VerifySucceed() 722 const TestConfig *config = GetTestConfig(ssl); in NextProtosAdvertisedCallback() [all …]
|
D | test_config.h | 22 struct TestConfig { struct 146 bool ParseConfig(int argc, char **argv, TestConfig *out_config); argument
|
/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 …]
|
D | teglRobustnessTests.cpp | 908 struct TestConfig struct in deqp::egl::__anon80c5ce610111::FixedFunctionOOB
|
/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/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 | 320 struct TestConfig struct 322 TestConfig (void) in TestConfig() function 386 tcu::TestStatus testMemoryMapping (Context& context, const TestConfig config) in testMemoryMapping() 1349 TestConfig subMappedConfig (VkDeviceSize allocationSize, in subMappedConfig() 1354 TestConfig config; in subMappedConfig() 1432 return TestConfig(); in subMappedConfig() 1436 TestConfig fullMappedConfig (VkDeviceSize allocationSize, in fullMappedConfig() 1497 const TestConfig config = fullMappedConfig(allocationSize, op, seed); in createMappingTests() 1543 … const TestConfig config = subMappedConfig(allocationSize, MemoryRange(offset, size), op, seed); in createMappingTests()
|
D | vktMemoryPipelineBarrierTests.cpp | 482 struct TestConfig struct 9121 MemoryTestInstance (::vkt::Context& context, const TestConfig& config); 9127 const TestConfig m_config; 9205 MemoryTestInstance::MemoryTestInstance (::vkt::Context& context, const TestConfig& config) in MemoryTestInstance() 9434 void init (vk::SourceCollections& sources, TestConfig config) const in init() 9933 const TestConfig config = in createPipelineBarrierTests() 9940 …usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests() 9962 const TestConfig config = in createPipelineBarrierTests() 9969 …usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests() 9984 const TestConfig config = in createPipelineBarrierTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 659 struct TestConfig struct 680 TestConfig (const RenderPass& renderPass_, in TestConfig() argument 709 TestConfig::RenderTypes operator| (TestConfig::RenderTypes a, TestConfig::RenderTypes b) in operator |() 711 return (TestConfig::RenderTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 714 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBuff… in operator |() 716 return (TestConfig::CommandBufferTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 719 TestConfig::ImageMemory operator| (TestConfig::ImageMemory a, TestConfig::ImageMemory b) in operator |() 721 return (TestConfig::ImageMemory)(((deUint32)a) | ((deUint32)b)); in operator |() 2394 TestConfig::RenderTypes render) in pushRenderPassCommands() 3380 const TestConfig& config) in logAndVerifyImages() [all …]
|
/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_;
|
D | videoprocessor_integrationtest.cc | 111 webrtc::test::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/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 761 struct TestConfig struct 772 SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig); 778 const TestConfig m_testConfig; 951 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance() 1275 static void init (vk::SourceCollections& dst, TestConfig) in init() 1351 TestConfig config; in createSharedPresentableImageTests() 1358 …scaleGroup->addChild(new vkt::InstanceFactory1<SharedPresentableImageTestInstance, TestConfig, Pro… in createSharedPresentableImageTests()
|
D | vktWsiIncrementalPresentTests.cpp | 886 struct TestConfig struct 897 IncrementalPresentTestInstance (Context& context, const TestConfig& testConfig); 903 const TestConfig m_testConfig; 1050 IncrementalPresentTestInstance::IncrementalPresentTestInstance (Context& context, const TestConfig&… in IncrementalPresentTestInstance() 1356 static void init (vk::SourceCollections& dst, TestConfig) in init() 1439 TestConfig config; in createIncrementalPresentTests() 1446 …up->addChild(new vkt::InstanceFactory1<IncrementalPresentTestInstance, TestConfig, Programs>(testG… in createIncrementalPresentTests()
|
D | vktWsiDisplayTimingTests.cpp | 811 struct TestConfig struct 821 DisplayTimingTestInstance (Context& context, const TestConfig& testConfig); 972 DisplayTimingTestInstance::DisplayTimingTestInstance (Context& context, const TestConfig& testConfi… in DisplayTimingTestInstance() 1413 static void init (vk::SourceCollections& dst, TestConfig) in init() 1474 TestConfig config; in createDisplayTimingTests() 1480 …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 | 2185 struct TestConfig in createMultisampleTests() struct 2191 const TestConfig testConfigs[] = in createMultisampleTests() 2204 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() 2229 struct TestConfig in createMultisampleTests() struct 2236 const TestConfig testConfigs[] = in createMultisampleTests() 2248 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests()
|
/external/autotest/site_utils/autoupdate/ |
D | full_release_test.py | 149 return test_params.TestConfig(
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderMultisampleInterpolationTests.cpp | 1823 static const struct TestConfig in init() struct
|