/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 { "-resume", &TestConfig::resume }, 50 { "-fallback-scsv", &TestConfig::fallback_scsv }, 52 &TestConfig::require_any_client_certificate }, 53 { "-false-start", &TestConfig::false_start }, 54 { "-async", &TestConfig::async }, 56 &TestConfig::write_different_record_sizes }, [all …]
|
D | bssl_shim.cc | 120 static bool SetConfigPtr(SSL *ssl, const TestConfig *config) { in SetConfigPtr() 124 static const TestConfig *GetConfigPtr(const SSL *ssl) { in GetConfigPtr() 125 return (const TestConfig *)SSL_get_ex_data(ssl, g_config_index); in GetConfigPtr() 295 const TestConfig *config = GetConfigPtr(ssl); in InstallCertificate() 346 const TestConfig *config = GetConfigPtr(ctx->ssl); in SelectCertificateCallback() 400 const TestConfig *config = GetConfigPtr(ssl); in VerifySucceed() 422 const TestConfig *config = GetConfigPtr(ssl); in NextProtosAdvertisedCallback() 434 const TestConfig *config = GetConfigPtr(ssl); in NextProtoSelectCallback() 446 const TestConfig *config = GetConfigPtr(ssl); in AlpnSelectCallback() 468 const TestConfig *config = GetConfigPtr(ssl); in PskClientCallback() [all …]
|
D | test_config.h | 21 struct TestConfig { struct 107 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 …]
|
/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 | 252 struct TestConfig struct 254 TestConfig (void) in TestConfig() function 318 tcu::TestStatus testMemoryMapping (Context& context, const TestConfig config) in testMemoryMapping() 1148 TestConfig subMappedConfig (VkDeviceSize allocationSize, in subMappedConfig() 1153 TestConfig config; in subMappedConfig() 1231 return TestConfig(); in subMappedConfig() 1235 TestConfig fullMappedConfig (VkDeviceSize allocationSize, in fullMappedConfig() 1296 const TestConfig config = fullMappedConfig(allocationSize, op, seed); in createMappingTests() 1342 … const TestConfig config = subMappedConfig(allocationSize, MemoryRange(offset, size), op, seed); in createMappingTests()
|
D | vktMemoryPipelineBarrierTests.cpp | 465 struct TestConfig struct 6599 MemoryTestInstance (::vkt::Context& context, const TestConfig& config); 6604 const TestConfig m_config; 6610 MemoryTestInstance::MemoryTestInstance (::vkt::Context& context, const TestConfig& config) in MemoryTestInstance() 6716 void init (vk::SourceCollections& sources, TestConfig config) const in init() 6813 const TestConfig config = in createPipelineBarrierTests() 6820 …usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests() 6842 const TestConfig config = in createPipelineBarrierTests() 6849 …usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu… in createPipelineBarrierTests() 6864 const TestConfig config = in createPipelineBarrierTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 592 struct TestConfig struct 613 TestConfig (const RenderPass& renderPass_, in TestConfig() function 642 TestConfig::RenderTypes operator| (TestConfig::RenderTypes a, TestConfig::RenderTypes b) in operator |() 644 return (TestConfig::RenderTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 647 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBuff… in operator |() 649 return (TestConfig::CommandBufferTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 652 TestConfig::ImageMemory operator| (TestConfig::ImageMemory a, TestConfig::ImageMemory b) in operator |() 654 return (TestConfig::ImageMemory)(((deUint32)a) | ((deUint32)b)); in operator |() 2009 TestConfig::RenderTypes render) in pushRenderPassCommands() 3241 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/v8/test/cctest/ |
D | test-field-type-tracking.cc | 1267 template <typename TestConfig, typename Checker> 1269 TestConfig& config, Checker& checker) { in TestReconfigureProperty_CustomPropertyAfterTargetMap() 1344 struct TestConfig { in TEST() struct 1346 TestConfig() { in TEST() argument 1364 TestConfig config; in TEST() 1375 struct TestConfig { in TEST() struct 1378 TestConfig() { in TEST() argument 1401 TestConfig config; in TEST() 1412 struct TestConfig { in TEST() struct 1415 TestConfig() { in TEST() argument [all …]
|
D | test-regexp.cc | 582 class TestConfig { class 599 const int TestConfig::kNoKey = 0; 610 ZoneSplayTree<TestConfig> tree(&zone); in TEST() 623 ZoneSplayTree<TestConfig>::Locator loc; in TEST() 632 ZoneSplayTree<TestConfig>::Locator loc; in TEST() 642 ZoneSplayTree<TestConfig>::Locator loc; in TEST() 649 ZoneSplayTree<TestConfig>::Locator loc; in TEST()
|
/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/autotest/site_utils/autoupdate/lib/ |
D | test_params.py | 82 class TestConfig(object): class
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 1906 struct TestConfig in createMultisampleTests() struct 1912 const TestConfig testConfigs[] = in createMultisampleTests() 1925 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests() 1950 struct TestConfig in createMultisampleTests() struct 1957 const TestConfig testConfigs[] = in createMultisampleTests() 1969 const TestConfig& testConfig = testConfigs[configNdx]; in createMultisampleTests()
|
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
D | extras_config_test.py | 9 class TestConfig(test_base.BaseTestCase): class
|
/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
|