/external/boringssl/src/ssl/test/ |
D | test_config.cc | 37 T TestConfig::*member; 44 T *FindField(TestConfig *config, const Flag<T> (&flags)[N], const char *flag) { in FindField() 54 { "-server", &TestConfig::is_server }, 55 { "-dtls", &TestConfig::is_dtls }, 56 { "-fallback-scsv", &TestConfig::fallback_scsv }, 58 &TestConfig::require_any_client_certificate }, 59 { "-false-start", &TestConfig::false_start }, 60 { "-async", &TestConfig::async }, 62 &TestConfig::write_different_record_sizes }, 63 { "-cbc-record-splitting", &TestConfig::cbc_record_splitting }, [all …]
|
D | test_config.h | 26 struct TestConfig { struct 188 bool ParseConfig(int argc, char **argv, TestConfig *out_initial, argument 189 TestConfig *out_resume, TestConfig *out_retry); 191 bool SetTestConfig(SSL *ssl, const TestConfig *config); 193 const TestConfig *GetTestConfig(const SSL *ssl);
|
D | bssl_shim.cc | 180 const TestConfig *config = GetTestConfig(ssl); in DoRead() 236 const TestConfig *config = GetTestConfig(ssl); in WriteAll() 251 const TestConfig *config = GetTestConfig(ssl); in DoShutdown() 262 const TestConfig *config = GetTestConfig(ssl); in DoSendFatalAlert() 281 const TestConfig *config) { in CheckAuthProperties() 396 const TestConfig *config) { in CheckHandshakeProperties() 630 const TestConfig *config, bool is_resume, bool is_retry, 638 SSL_CTX *ssl_ctx, const TestConfig *config, in DoConnection() 639 const TestConfig *retry_config, bool is_resume, in DoConnection() 745 const TestConfig *config, bool is_resume, bool is_retry, in DoExchange() [all …]
|
D | handshaker.cc | 37 bool Handshaker(const TestConfig *config, int rfd, int wfd, in Handshaker() 133 TestConfig initial_config, resume_config, retry_config; in main() 138 const TestConfig *config = initial_config.handshaker_resume in main()
|
D | settings_writer.h | 32 bool Init(int i, const TestConfig *config, SSL_SESSION *session);
|
D | handshake_util.cc | 271 static bool RunHandshaker(BIO *bio, const TestConfig *config, bool is_resume, in RunHandshaker() 401 const TestConfig *config = GetTestConfig(ssl); in PrepareHandoff() 436 const TestConfig *config = GetTestConfig(ssl->get()); in DoSplitHandshake()
|
/external/perfetto/src/tracing/core/ |
D | test_config.cc | 34 TestConfig::TestConfig() = default; 35 TestConfig::~TestConfig() = default; 36 TestConfig::TestConfig(const TestConfig&) = default; 37 TestConfig& TestConfig::operator=(const TestConfig&) = default; 38 TestConfig::TestConfig(TestConfig&&) noexcept = default; 39 TestConfig& TestConfig::operator=(TestConfig&&) = default; 43 bool TestConfig::operator==(const TestConfig& other) const { in operator ==() 52 void TestConfig::FromProto(const perfetto::protos::TestConfig& proto) { in FromProto() 80 void TestConfig::ToProto(perfetto::protos::TestConfig* proto) const { in ToProto() 114 TestConfig::DummyFields::DummyFields() = default; [all …]
|
/external/perfetto/include/perfetto/tracing/core/ |
D | test_config.h | 41 class TestConfig; variable 48 class PERFETTO_EXPORT TestConfig { 133 TestConfig(); 134 ~TestConfig(); 135 TestConfig(TestConfig&&) noexcept; 136 TestConfig& operator=(TestConfig&&); 137 TestConfig(const TestConfig&); 138 TestConfig& operator=(const TestConfig&); 139 bool operator==(const TestConfig&) const; 140 bool operator!=(const TestConfig& other) const { return !(*this == other); } [all …]
|
D | data_source_config.h | 64 class TestConfig; variable 153 const TestConfig& for_testing() const { return for_testing_; } in for_testing() 154 TestConfig* mutable_for_testing() { return &for_testing_; } in mutable_for_testing() 172 TestConfig for_testing_ = {};
|
/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/syzkaller/dashboard/app/ |
D | app_test.go | 43 Config: &TestConfig{ 57 Config: &TestConfig{ 105 Config: &TestConfig{Index: 1}, 109 Config: &TestConfig{Index: 2}, 123 Config: &TestConfig{Index: 1}, 127 Config: &TestConfig{Index: 2}, 141 Config: &TestConfig{Index: 1}, 145 Config: &TestConfig{Index: 2}, 165 type TestConfig struct { struct 169 func (cfg *TestConfig) Type() string { argument [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 713 struct TestConfig struct 734 TestConfig (const RenderPass& renderPass_, in TestConfig() function 775 TestConfig::RenderTypes operator| (TestConfig::RenderTypes a, TestConfig::RenderTypes b) in operator |() 777 return (TestConfig::RenderTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 780 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBuff… in operator |() 782 return (TestConfig::CommandBufferTypes)(((deUint32)a) | ((deUint32)b)); in operator |() 785 TestConfig::ImageMemory operator| (TestConfig::ImageMemory a, TestConfig::ImageMemory b) in operator |() 787 return (TestConfig::ImageMemory)(((deUint32)a) | ((deUint32)b)); in operator |() 2565 TestConfig::RenderTypes render) in pushRenderPassCommands() 2629 TestConfig::RenderTypes render, in pushRenderPassCommands() [all …]
|
D | vktRenderPassSampleReadTests.cpp | 728 struct TestConfig struct 730 …TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderPassType re… in TestConfig() function 747 SampleReadTestInstance (Context& context, TestConfig config); 797 SampleReadTestInstance::SampleReadTestInstance (Context& context, TestConfig config) in SampleReadTestInstance() 929 void init (vk::SourceCollections& dst, TestConfig config) const in init() 991 const TestConfig testConfig (sampleCount, TESTMODE_ADD, 0, renderPassType); in initTests() 994 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests() 999 const TestConfig testConfig (sampleCount, TESTMODE_SELECT, sample, renderPassType); in initTests() 1002 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
|
D | vktRenderPassSparseRenderTargetTests.cpp | 359 struct TestConfig struct 361 TestConfig (VkFormat format_, in TestConfig() function 375 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig); 411 SparseRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testCo… in SparseRenderTargetTestInstance() 589 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init() 721 const TestConfig testConfig (format, renderPassType); in initTests() 724 …group->addChild(new InstanceFactory1<SparseRenderTargetTestInstance, TestConfig, Programs>(testCtx… in initTests()
|
D | vktRenderPassDepthStencilResolveTests.cpp | 92 struct TestConfig struct 134 DepthStencilResolveTest (Context& context, TestConfig config); 159 const TestConfig m_config; 184 DepthStencilResolveTest::DepthStencilResolveTest (Context& context, TestConfig config) in DepthStencilResolveTest() 960 void init (vk::SourceCollections& dst, TestConfig config) const in init() 1045 typedef InstanceFactory1<DepthStencilResolveTest, TestConfig, Programs> DSResolveTestInstance; in initTests() 1196 const TestConfig testConfig = in initTests() 1222 const TestConfig testConfig = in initTests() 1297 const TestConfig testConfig = in initTests() 1327 const TestConfig testConfig = in initTests()
|
/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 | 74 struct TestConfig struct 90 TestConfig (void) in TestConfig() function 222 AllocateFreeTestInstance (Context& context, const TestConfig config) in AllocateFreeTestInstance() 235 const TestConfig m_config; 282 if (m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate() 284 else if (m_config.order == TestConfig::ALLOC_FREE) in iterate() 286 else if (m_config.order == TestConfig::MIXED_ALLOC_FREE) in iterate() 336 … if (m_config.order == TestConfig::ALLOC_FREE || m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate() 353 if (m_config.order == TestConfig::ALLOC_FREE) in iterate() 730 const TestConfig::Order order; in createAllocationTestsCommon() [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()
|
/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/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 134 struct TestConfig struct 136 TestConfig (glu::ShaderType shaderType_, in TestConfig() function 514 void logTestCaseInfo (TestLog& log, const TestConfig& config) in logTestCaseInfo() 532 void checkSupport (Context& context, const TestConfig config) in checkSupport() 588 tcu::TestStatus textureConversionTest (Context& context, const TestConfig config) in textureConversionTest() 946 void createTestShaders (vk::SourceCollections& dst, TestConfig config) in createTestShaders() 1200 …const TestConfig config (shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_M… in initTests() 1237 …const TestConfig config (shaderType, format, tiling, textureFilter, vk::VK_SAMPLER_ADDRESS_MO… in initTests() 1293 …const TestConfig config (shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_AD… in initTests() 1322 …const TestConfig config (shaderType, format, tiling, vk::VK_FILTER_NEAREST, vk::VK_SAMPLER_ADD… in initTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationCrossInstanceSharingTests.cpp | 50 struct TestConfig struct 52 TestConfig (const ResourceDescription& resource_, in TestConfig() argument 81 TestConfig config, in NotSupportedChecker() 996 TestConfig config); 1001 const TestConfig m_config; 1037 TestConfig config) in SharingTestInstance() 1271 void init (vk::SourceCollections& dst, TestConfig config) const in init() 1340 …const TestConfig config (resource, writeOp, readOp, cases[caseNdx].memoryType, cases[caseNdx].sema… in createCrossInstanceSharingTest() 1342 …opGroup->addChild(new InstanceFactory1<SharingTestInstance, TestConfig, Progs>(testCtx, tcu::NODET… in createCrossInstanceSharingTest()
|
/external/v8/tools/testrunner/ |
D | test_config.py | 10 class TestConfig(object): class
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 547 struct TestConfig struct 560 SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig); 566 const TestConfig m_testConfig; 735 …geTestInstance::SharedPresentableImageTestInstance (Context& context, const TestConfig& testConfig) in SharedPresentableImageTestInstance() 1053 static void init (vk::SourceCollections& dst, TestConfig) in init() 1163 TestConfig config; in createSharedPresentableImageTests() 1172 …alphaGroup->addChild(new vkt::InstanceFactory1<SharedPresentableImageTestInstance, TestConfig, Pro… in createSharedPresentableImageTests()
|