| /external/boringssl/src/ssl/test/ |
| D | test_config.h | 39 struct TestConfig { struct 40 int port = 0; 41 bool ipv6 = false; 42 uint64_t shim_id = 0; 43 bool is_server = false; 44 bool is_dtls = false; 45 bool is_quic = false; 46 int resume_count = 0; 47 std::string write_settings; 48 bool fallback_scsv = false; [all …]
|
| /external/cronet/third_party/boringssl/src/ssl/test/ |
| D | test_config.h | 27 struct TestConfig { struct 28 int port = 0; 29 bool ipv6 = false; 30 uint64_t shim_id = 0; 31 bool is_server = false; 32 bool is_dtls = false; 33 bool is_quic = false; 34 int resume_count = 0; 35 std::string write_settings; 36 bool fallback_scsv = false; [all …]
|
| /external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
| D | test_config.h | 27 struct TestConfig { struct 28 int port = 0; 29 bool is_server = false; 30 bool is_dtls = false; 31 bool is_quic = false; 32 int resume_count = 0; 33 std::string write_settings; 34 bool fallback_scsv = false; 35 std::vector<int> signing_prefs; 36 std::vector<int> verify_prefs; [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineExtendedDynamicStateTests.cpp | 1933 struct TestConfig struct 1936 vk::PipelineConstructionType pipelineConstructionType; 1939 SequenceOrdering sequenceOrdering; 1942 std::vector<MeshParams> meshParams; // Mesh parameters for each full-screen layer of geometry. 1943 uint32_t referenceStencil; // Reference stencil value. 1946 vk::VkClearValue clearColorValue; 1947 float clearDepthValue; 1948 uint32_t clearStencilValue; 1951 ReferenceColorGenerator::P referenceColor; 1952 float expectedDepth; [all …]
|
| D | vktPipelineDynamicControlPoints.cpp | 76 struct TestConfig struct 78 vk::PipelineConstructionType constructionType; 79 bool changeOutput; 80 bool firstClockwise; 81 bool secondClockwise; 82 vk::VkCullModeFlags cullMode; 83 tcu::Vec4 expectedFirst; 84 tcu::Vec4 expectedSecond;
|
| D | vktPipelineColorWriteEnableTests.cpp | 147 struct TestConfig struct 149 vk::PipelineConstructionType pipelineConstructionType; 152 SequenceOrdering sequenceOrdering; 155 MeshParams meshParams; 158 tcu::Vec4 clearColorValue; 159 float clearDepthValue; 162 tcu::BVec4 channelMask; 165 std::vector<tcu::Vec4> expectedColor; 166 float expectedDepth; 169 StaticAndDynamicPair<Bool32Vec> colorWriteEnableConfig; [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/tests/url_map/ |
| D | header_matching_test.py | 52 def _is_supported(config: skips.TestConfig) -> bool: 61 def is_supported(config: skips.TestConfig) -> bool: 107 def is_supported(config: skips.TestConfig) -> bool: 153 def is_supported(config: skips.TestConfig) -> bool: 198 def is_supported(config: skips.TestConfig) -> bool: 244 def is_supported(config: skips.TestConfig) -> bool: 294 def is_supported(config: skips.TestConfig) -> bool: 348 def is_supported(config: skips.TestConfig) -> bool:
|
| D | path_matching_test.py | 40 def _is_supported(config: skips.TestConfig) -> bool: 49 def is_supported(config: skips.TestConfig) -> bool: 84 def is_supported(config: skips.TestConfig) -> bool: 122 def is_supported(config: skips.TestConfig) -> bool: 173 def is_supported(config: skips.TestConfig) -> bool: 208 def is_supported(config: skips.TestConfig) -> bool:
|
| D | fault_injection_test.py | 121 def _is_supported(config: skips.TestConfig) -> bool: 130 def is_supported(config: skips.TestConfig) -> bool: 175 def is_supported(config: skips.TestConfig) -> bool: 234 def is_supported(config: skips.TestConfig) -> bool: 276 def is_supported(config: skips.TestConfig) -> bool: 316 def is_supported(config: skips.TestConfig) -> bool: 358 def is_supported(config: skips.TestConfig) -> bool:
|
| D | retry_test.py | 66 def _is_supported(config: skips.TestConfig) -> bool: 81 def is_supported(config: skips.TestConfig) -> bool: 122 def is_supported(config: skips.TestConfig) -> bool:
|
| D | timeout_test.py | 83 def is_supported(config: skips.TestConfig) -> bool: 118 def is_supported(config: skips.TestConfig) -> bool: 147 def is_supported(config: skips.TestConfig) -> bool:
|
| D | affinity_test.py | 56 def _is_supported(config: skips.TestConfig) -> bool: 75 def is_supported(config: skips.TestConfig) -> bool: 140 def is_supported(config: skips.TestConfig) -> bool:
|
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktDynamicRenderingDepthStencilResolveTests.cpp | 105 struct TestConfig struct 107 VkFormat format; 108 uint32_t width; 109 uint32_t height; 110 uint32_t imageLayers; 111 uint32_t viewLayers; 112 uint32_t resolveBaseLayer; 113 VkRect2D renderArea; 114 VkImageAspectFlags aspectFlag; 115 uint32_t sampleCount; [all …]
|
| D | vktRenderPassDepthStencilResolveTests.cpp | 106 struct TestConfig struct 108 VkFormat format; 109 uint32_t width; 110 uint32_t height; 111 uint32_t imageLayers; 112 uint32_t viewLayers; 113 uint32_t resolveBaseLayer; 114 VkRect2D renderArea; 115 VkImageAspectFlags aspectFlag; 116 uint32_t sampleCount; [all …]
|
| /external/deqp/modules/egl/ |
| D | teglGLES2SharedRenderingPerfTests.cpp | 62 struct TestConfig struct 64 enum TextureType 73 int threadCount; 74 int perThreadContextCount; 76 int frameCount; 77 int drawCallCount; 78 int triangleCount; 80 bool sharedContexts; 82 bool useCoordBuffer; 83 bool sharedCoordBuffer; [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
| D | vktYCbCrImageOffsetTests.cpp | 52 struct TestConfig struct 54 TestConfig(const vk::VkFormat format_) : format(format_) in TestConfig() argument 57 vk::VkFormat format;
|
| D | vktYCbCrConversionTests.cpp | 154 struct TestConfig struct 156 TestConfig(glu::ShaderType shaderType_, vk::VkFormat format_, vk::VkImageTiling imageTiling_, in TestConfig() argument 188 glu::ShaderType shaderType; 189 vk::VkFormat format; 190 vk::VkImageTiling imageTiling; 191 vk::VkFilter textureFilter; 192 vk::VkSamplerAddressMode addressModeU; 193 vk::VkSamplerAddressMode addressModeV; 195 vk::VkFilter chromaFilter; 196 vk::VkChromaLocation xChromaOffset; [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemYCbCrConversionTests.cpp | 99 struct TestConfig struct 101 TestConfig(glu::ShaderType shaderType_, vk::VkFormat format_, vk::VkImageTiling imageTiling_, in TestConfig() function 129 glu::ShaderType shaderType; 130 vk::VkFormat format; 131 vk::VkImageTiling imageTiling; 132 vk::VkFilter textureFilter; 133 vk::VkSamplerAddressMode addressModeU; 134 vk::VkSamplerAddressMode addressModeV; 136 vk::VkFilter chromaFilter; 137 vk::VkChromaLocation xChromaOffset; [all …]
|
| /external/scudo/standalone/tests/ |
| D | secondary_test.cpp | 100 struct TestConfig { struct 123 testSecondaryBasic<TestConfig>(); in TEST() argument
|
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessVertexAccessTests.cpp | 1178 struct TestConfig in createDrawTests() struct 1180 std::string name; in createDrawTests() 1181 VkFormat inputFormat; in createDrawTests() 1182 uint32_t numVertexValues; in createDrawTests() 1183 uint32_t numInstanceValues; in createDrawTests() 1184 uint32_t numVertices; in createDrawTests() 1185 uint32_t numInstances; in createDrawTests() 1215 struct TestConfig in createDrawIndexedTests() struct 1217 std::string name; in createDrawIndexedTests() 1218 VkFormat inputFormat; in createDrawIndexedTests() [all …]
|
| /external/webrtc/modules/audio_processing/ |
| D | audio_processing_impl_locking_unittest.cc | 117 struct TestConfig { struct 119 static std::vector<TestConfig> GenerateBriefTestConfigs() { in GenerateBriefTestConfigs() 156 static std::vector<TestConfig> GenerateExtensiveTestConfigs() { in GenerateExtensiveTestConfigs() 249 RenderApiImpl render_api_function = 251 CaptureApiImpl capture_api_function = CaptureApiImpl::ProcessStreamImplFloat; 252 RuntimeParameterSettingScheme runtime_parameter_setting_scheme = 254 int initial_sample_rate_hz = 16000; 255 AecType aec_type = AecType::BasicWebRtcAecSettingsWithDelayAgnosticAec; 256 int min_number_of_calls = 300;
|
| /external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/helpers/ |
| D | skips.py | 50 class TestConfig: class 102 def evaluate_test_config(check: Callable[[TestConfig], bool]) -> TestConfig:
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktGlobalPriorityQueueTests.cpp | 71 struct TestConfig struct 73 VkQueueFlagBits transitionFrom; 74 VkQueueFlagBits transitionTo; 75 VkQueueGlobalPriorityKHR priorityFrom; 76 VkQueueGlobalPriorityKHR priorityTo; 77 bool enableProtected; 78 bool enableSparseBinding; 79 SyncType syncType; 80 uint32_t width; 81 uint32_t height; [all …]
|
| D | vktSynchronizationBasicEventTests.cpp | 47 struct TestConfig struct 49 SynchronizationType type; 50 VkEventCreateFlags flags; 51 VideoCodecOperationFlags videoCodecOperationFlags; 169 tcu::TestStatus eventSetResetNoneStage(Context &context, TestConfig) in eventSetResetNoneStage() argument
|
| /external/ksp/gradle-plugin/src/test/kotlin/com/google/devtools/ksp/gradle/testing/ |
| D | TestConfig.kt | 26 data class TestConfig( in <lambda>() class
|