Home
last modified time | relevance | path

Searched refs:TestConfig (Results 1 – 25 of 65) sorted by relevance

123

/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dtest_config.cc37 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 {"-quic", &TestConfig::is_quic},
57 {"-fallback-scsv", &TestConfig::fallback_scsv},
59 &TestConfig::require_any_client_certificate},
60 {"-false-start", &TestConfig::false_start},
61 {"-async", &TestConfig::async},
63 &TestConfig::write_different_record_sizes},
[all …]
Dtest_config.h26 struct TestConfig { struct
191 bool ParseConfig(int argc, char **argv, TestConfig *out_initial, argument
192 TestConfig *out_resume, TestConfig *out_retry);
194 bool SetTestConfig(SSL *ssl, const TestConfig *config);
196 const TestConfig *GetTestConfig(const SSL *ssl);
Dhandshaker.cc37 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()
Dbssl_shim.cc180 const TestConfig *config = GetTestConfig(ssl); in DoRead()
288 const TestConfig *config) { in CheckAuthProperties()
438 const TestConfig *config) { in CheckHandshakeProperties()
696 const TestConfig *config, bool is_resume, bool is_retry,
704 SSL_CTX *ssl_ctx, const TestConfig *config, in DoConnection()
705 const TestConfig *retry_config, bool is_resume, in DoConnection()
826 const TestConfig *config, bool is_resume, bool is_retry, in DoExchange()
1186 TestConfig initial_config, resume_config, retry_config; in main()
1206 TestConfig *config = is_resume ? &resume_config : &initial_config; in main()
/external/boringssl/src/ssl/test/
Dtest_config.cc37 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 {"-quic", &TestConfig::is_quic},
57 {"-fallback-scsv", &TestConfig::fallback_scsv},
58 {"-enable-ech-grease", &TestConfig::enable_ech_grease},
60 &TestConfig::require_any_client_certificate},
61 {"-false-start", &TestConfig::false_start},
62 {"-async", &TestConfig::async},
[all …]
Dtest_config.h27 struct TestConfig { struct
199 bool ParseConfig(int argc, char **argv, TestConfig *out_initial, argument
200 TestConfig *out_resume, TestConfig *out_retry);
202 bool SetTestConfig(SSL *ssl, const TestConfig *config);
204 const TestConfig *GetTestConfig(const SSL *ssl);
Dhandshaker.cc37 bool Handshaker(const TestConfig *config, int rfd, int wfd, in Handshaker()
141 TestConfig initial_config, resume_config, retry_config; in main()
146 const TestConfig *config = initial_config.handshaker_resume in main()
Dbssl_shim.cc180 const TestConfig *config = GetTestConfig(ssl); in DoRead()
288 const TestConfig *config) { in CheckAuthProperties()
403 const TestConfig *config) { in CheckHandshakeProperties()
683 const TestConfig *config, bool is_resume, bool is_retry,
691 SSL_CTX *ssl_ctx, const TestConfig *config, in DoConnection()
692 const TestConfig *retry_config, bool is_resume, in DoConnection()
821 const TestConfig *config, bool is_resume, bool is_retry, in DoExchange()
1186 TestConfig initial_config, resume_config, retry_config; in main()
1216 TestConfig *config = is_resume ? &resume_config : &initial_config; in main()
/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_rtpplay.cc24 using TestConfig = webrtc::test::NetEqTestFactory::Config; typedef
37 ABSL_FLAG(int, pcmu, TestConfig::default_pcmu(), "RTP payload type for PCM-u");
38 ABSL_FLAG(int, pcma, TestConfig::default_pcma(), "RTP payload type for PCM-a");
39 ABSL_FLAG(int, ilbc, TestConfig::default_ilbc(), "RTP payload type for iLBC");
40 ABSL_FLAG(int, isac, TestConfig::default_isac(), "RTP payload type for iSAC");
43 TestConfig::default_isac_swb(),
45 ABSL_FLAG(int, opus, TestConfig::default_opus(), "RTP payload type for Opus");
48 TestConfig::default_pcm16b(),
52 TestConfig::default_pcm16b_wb(),
56 TestConfig::default_pcm16b_swb32(),
[all …]
/external/deqp/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp62 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 …]
DteglGLES2SharingThreadedTests.cpp2060 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/modules/audio_processing/
Daudio_processing_impl_locking_unittest.cc115 struct TestConfig { struct
117 static std::vector<TestConfig> GenerateBriefTestConfigs() { in GenerateBriefTestConfigs() argument
118 std::vector<TestConfig> test_configs; in GenerateBriefTestConfigs()
122 TestConfig test_config; in GenerateBriefTestConfigs()
154 static std::vector<TestConfig> GenerateExtensiveTestConfigs() { in GenerateExtensiveTestConfigs() argument
156 auto add_processing_apis = [](TestConfig test_config) { in GenerateExtensiveTestConfigs()
173 std::vector<TestConfig> out; in GenerateExtensiveTestConfigs()
182 auto add_aec_settings = [](const std::vector<TestConfig>& in) { in GenerateExtensiveTestConfigs()
183 std::vector<TestConfig> out; in GenerateExtensiveTestConfigs()
202 auto add_settings_scheme = [](const std::vector<TestConfig>& in) { in GenerateExtensiveTestConfigs()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp758 struct TestConfig struct
779 TestConfig (const RenderPass& renderPass_, in TestConfig() argument
831 TestConfig::RenderTypes operator| (TestConfig::RenderTypes a, TestConfig::RenderTypes b) in operator |()
833 return (TestConfig::RenderTypes)(((deUint32)a) | ((deUint32)b)); in operator |()
836 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBuff… in operator |()
838 return (TestConfig::CommandBufferTypes)(((deUint32)a) | ((deUint32)b)); in operator |()
841 TestConfig::ImageMemory operator| (TestConfig::ImageMemory a, TestConfig::ImageMemory b) in operator |()
843 return (TestConfig::ImageMemory)(((deUint32)a) | ((deUint32)b)); in operator |()
846 void checkSupport (Context& context, TestConfig config) in checkSupport()
2628 TestConfig::RenderTypes render) in pushRenderPassCommands()
[all …]
DvktRenderPassSampleReadTests.cpp728 struct TestConfig struct
730TestConfig (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()
930 void init (vk::SourceCollections& dst, TestConfig config) const in init()
992 const TestConfig testConfig (sampleCount, TESTMODE_ADD, 0, renderPassType); in initTests()
995 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
1000 const TestConfig testConfig (sampleCount, TESTMODE_SELECT, sample, renderPassType); in initTests()
1003 …group->addChild(new InstanceFactory1<SampleReadTestInstance, TestConfig, Programs>(testCtx, tcu::N… in initTests()
DvktRenderPassSparseRenderTargetTests.cpp361 struct TestConfig struct
363 TestConfig (VkFormat format_, in TestConfig() argument
377 SparseRenderTargetTestInstance (Context& context, TestConfig testConfig);
413 SparseRenderTargetTestInstance::SparseRenderTargetTestInstance (Context& context, TestConfig testCo… in SparseRenderTargetTestInstance()
591 void init (vk::SourceCollections& dst, TestConfig testConfig) const in init()
723 const TestConfig testConfig (format, renderPassType); in initTests()
726 …group->addChild(new InstanceFactory1<SparseRenderTargetTestInstance, TestConfig, Programs>(testCtx… in initTests()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp440 struct TestConfig struct
508 TestConfig (SequenceOrdering ordering, VertexFactory vertexFactory_ = getVertexWithPadding) in TestConfig() function
711 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig);
719 TestConfig m_testConfig;
725 ExtendedDynamicStateInstance (Context& context, const TestConfig& testConfig);
731 TestConfig m_testConfig;
734 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ExtendedDynamicStateTest()
959 ExtendedDynamicStateInstance::ExtendedDynamicStateInstance(Context& context, const TestConfig& test… in ExtendedDynamicStateInstance()
1020 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates()
1105 bool maybeBindVertexBufferDynStride(const TestConfig& testConfig, const vk::DeviceInterface& vkd, v… in maybeBindVertexBufferDynStride()
[all …]
DvktPipelineColorWriteEnableTests.cpp152 struct TestConfig struct
172 TestConfig (SequenceOrdering ordering) in TestConfig() argument
242 …t& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig);
250 TestConfig m_testConfig;
256 ColorWriteEnableInstance (Context& context, const TestConfig& testConfig);
262 TestConfig m_testConfig;
265 …xt& testCtx, const std::string& name, const std::string& description, const TestConfig& testConfig) in ColorWriteEnableTest()
343 ColorWriteEnableInstance::ColorWriteEnableInstance(Context& context, const TestConfig& testConfig) in ColorWriteEnableInstance()
358 void setDynamicStates(const TestConfig& testConfig, const vk::DeviceInterface& vkd, vk::VkCommandBu… in setDynamicStates()
1052 TestConfig config(SequenceOrdering::CMD_BUFFER_START); in AddSingleTestCaseStatic()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp75 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()
411 … if (m_config.order == TestConfig::ALLOC_FREE || m_config.order == TestConfig::ALLOC_REVERSE_FREE) in iterate()
439 if (m_config.order == TestConfig::ALLOC_FREE) in iterate()
816 const TestConfig::Order order; in createAllocationTestsCommon()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFromHlslTests.cpp50 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()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp44 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()
DvktSynchronizationBasicSemaphoreTests.cpp48 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()
/external/perfetto/test/
Dfake_producer.h36 class TestConfig; variable
56 const protos::gen::TestConfig& config,
89 void SetupFromConfig(const protos::gen::TestConfig& config);
/external/llvm-project/clang/unittests/ASTMatchers/
DASTMatchersTest.h430 const TestClangConfig &TestConfig = GetParam(); in matches() local
432 Code, AMatcher, /*ExpectMatch=*/true, TestConfig.getCommandLineArgs(), in matches()
433 FileContentMappings(), getFilenameForTesting(TestConfig.Language)); in matches()
438 const TestClangConfig &TestConfig = GetParam(); in notMatches() local
440 Code, AMatcher, /*ExpectMatch=*/false, TestConfig.getCommandLineArgs(), in notMatches()
441 FileContentMappings(), getFilenameForTesting(TestConfig.Language)); in notMatches()
/external/tensorflow/tensorflow/lite/kernels/
Dacceleration_test_util_internal.h50 const T& TestConfig() const { return test_config_; } in TestConfig() function
94 return std::optional<T>(test_config_iter->TestConfig()); in GetAccelerationTestParam()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp152 struct TestConfig struct
154 TestConfig (glu::ShaderType shaderType_, in TestConfig() argument
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 …]

123