| /external/boringssl/src/ssl/test/ |
| D | test_config.h | 26 struct TestConfig { struct 27 int port = 0; 28 bool is_server = false; 29 bool is_dtls = false; 30 int resume_count = 0; 31 std::string write_settings; 32 bool fallback_scsv = false; 33 std::vector<int> signing_prefs; 34 std::vector<int> verify_prefs; 35 std::vector<int> expected_peer_verify_prefs; [all …]
|
| /external/webrtc/webrtc/modules/video_coding/codecs/test/ |
| D | videoprocessor.h | 43 struct TestConfig { struct 49 std::string name; 53 std::string description; 57 int test_number; 60 std::string input_filename; 64 std::string output_filename; 68 std::string output_dir; 71 NetworkingConfig networking_config; 75 ExcludeFrameTypes exclude_frame_types; 80 size_t frame_length_in_bytes; [all …]
|
| /external/syzkaller/dashboard/app/ |
| D | app_test.go | 165 type TestConfig struct { struct 166 Index int 169 func (cfg *TestConfig) Type() string { 173 func (cfg *TestConfig) NeedMaintainers() bool { 177 func (cfg *TestConfig) Validate() error {
|
| /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 …]
|
| D | teglGLES2SharingThreadedTests.cpp | 2060 struct TestConfig struct in deqp::egl::GLES2SharingRandomTest 2063 int threadCount; 2064 int operationCount; 2065 bool serverSync; 2066 bool useFenceSync; 2067 bool useImages; 2069 float probabilities[THREADOPERATIONID_LAST][THREADOPERATIONID_LAST]; 2103 GLES2SharingRandomTest::TestConfig::TestConfig (void) in TestConfig() function in deqp::egl::GLES2SharingRandomTest::TestConfig 2952 struct TestConfig struct in deqp::egl::GLES2ThreadedSharingTest 2954 enum ResourceType [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassDepthStencilResolveTests.cpp | 92 struct TestConfig struct 94 VkFormat format; 95 deUint32 width; 96 deUint32 height; 97 deUint32 imageLayers; 98 deUint32 viewLayers; 99 deUint32 resolveBaseLayer; 100 VkRect2D renderArea; 101 VkImageAspectFlags aspectFlag; 102 deUint32 sampleCount; [all …]
|
| D | vktRenderPassSparseRenderTargetTests.cpp | 359 struct TestConfig struct 361 TestConfig (VkFormat format_, in TestConfig() argument 368 VkFormat format; 369 RenderPassType renderPassType;
|
| D | vktRenderPassSampleReadTests.cpp | 728 struct TestConfig struct 730 …TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderPassType re… in TestConfig() function 738 deUint32 sampleCount; 739 TestMode testMode; 740 deUint32 selectedSample; 741 RenderPassType renderPassType;
|
| D | vktRenderPassMultisampleResolveTests.cpp | 752 struct TestConfig struct 754 TestConfig (VkFormat format_, in TestConfig() argument 765 VkFormat format; 766 deUint32 sampleCount; 767 deUint32 layerCount; 768 RenderPassType renderPassType;
|
| /external/deqp/external/vulkancts/modules/vulkan/robustness/ |
| D | vktRobustnessVertexAccessTests.cpp | 1062 struct TestConfig in createDrawTests() struct 1064 std::string name; in createDrawTests() 1065 std::string description; in createDrawTests() 1066 VkFormat inputFormat; in createDrawTests() 1067 deUint32 numVertexValues; in createDrawTests() 1068 deUint32 numInstanceValues; in createDrawTests() 1069 deUint32 numVertices; in createDrawTests() 1070 deUint32 numInstances; in createDrawTests() 1099 struct TestConfig in createDrawIndexedTests() struct 1101 std::string name; in createDrawIndexedTests() [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemYCbCrConversionTests.cpp | 97 struct TestConfig struct 99 TestConfig (glu::ShaderType shaderType_, in TestConfig() argument 134 glu::ShaderType shaderType; 135 vk::VkFormat format; 136 vk::VkImageTiling imageTiling; 137 vk::VkFilter textureFilter; 138 vk::VkSamplerAddressMode addressModeU; 139 vk::VkSamplerAddressMode addressModeV; 141 vk::VkFilter chromaFilter; 142 vk::VkChromaLocation xChromaOffset; [all …]
|
| /external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
| D | vktYCbCrConversionTests.cpp | 134 struct TestConfig struct 136 TestConfig (glu::ShaderType shaderType_, in TestConfig() argument 175 glu::ShaderType shaderType; 176 vk::VkFormat format; 177 vk::VkImageTiling imageTiling; 178 vk::VkFilter textureFilter; 179 vk::VkSamplerAddressMode addressModeU; 180 vk::VkSamplerAddressMode addressModeV; 182 vk::VkFilter chromaFilter; 183 vk::VkChromaLocation xChromaOffset; [all …]
|
| D | vktYCbCrCopyTests.cpp | 83 struct TestConfig struct 85 TestConfig (const ImageConfig& src_, in TestConfig() function 92 ImageConfig src; 93 ImageConfig dst;
|
| /external/deqp/external/vulkancts/modules/vulkan/memory/ |
| D | vktMemoryAllocationTests.cpp | 74 struct TestConfig struct 76 enum Order 84 Maybe<VkDeviceSize> memorySize; 85 Maybe<float> memoryPercentage; 86 deUint32 memoryAllocationCount; 87 Order order; 88 bool useDeviceGroups; 90 TestConfig (void) in TestConfig() argument
|
| D | vktMemoryMappingTests.cpp | 453 struct TestConfig struct 455 TestConfig (void) in TestConfig() function 461 VkDeviceSize allocationSize; 462 deUint32 seed; 464 MemoryRange mapping; 465 vector<MemoryRange> flushMappings; 466 vector<MemoryRange> invalidateMappings; 467 bool remap; 468 AllocationKind allocationKind;
|
| /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() 163 static std::vector<TestConfig> GenerateExtensiveTestConfigs() { in GenerateExtensiveTestConfigs() 254 RenderApiImpl render_api_function = RenderApiImpl::ProcessReverseStreamImpl2; 255 CaptureApiImpl capture_api_function = CaptureApiImpl::ProcessStreamImpl2; 256 RuntimeParameterSettingScheme runtime_parameter_setting_scheme = 258 int initial_sample_rate_hz = 16000; 259 AecType aec_type = AecType::BasicWebRtcAecSettingsWithDelayAgnosticAec; 260 int min_number_of_calls = 300;
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | hlo_constant_folding_test.cc | 110 const struct TestConfig { in TEST_F() struct 111 int concat_dimension; in TEST_F() 112 absl::Span<const int64> dimensions; in TEST_F() 113 absl::Span<const int64> concat_sizes; in TEST_F()
|
| /external/v8/tools/testrunner/ |
| D | test_config.py | 10 class TestConfig(object): class
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationCrossInstanceSharingTests.cpp | 50 struct TestConfig struct 52 TestConfig (const ResourceDescription& resource_, in TestConfig() function 67 const ResourceDescription resource; 68 const OperationName writeOp; 69 const OperationName readOp; 70 const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleType; 71 const vk::VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType; 72 const bool dedicated;
|
| D | vktSynchronizationWin32KeyedMutexTests.cpp | 87 struct TestConfig struct 89 TestConfig (const ResourceDescription& resource_, in TestConfig() function 102 const ResourceDescription resource; 103 const OperationName writeOp; 104 const OperationName readOp; 105 const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleTypeBuffer; 106 const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleTypeImage;
|
| /external/perfetto/protos/perfetto/config/ |
| D | test_config.proto | 26 message TestConfig { message
|
| /external/deqp/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiSharedPresentableImageTests.cpp | 547 struct TestConfig struct 549 vk::wsi::Type wsiType; 550 Scaling scaling; 551 bool useSharedPresentableImage; 552 vk::VkPresentModeKHR presentMode; 553 vk::VkSurfaceTransformFlagsKHR transform; 554 vk::VkCompositeAlphaFlagsKHR alpha;
|
| D | vktWsiIncrementalPresentTests.cpp | 634 struct TestConfig struct 636 vk::wsi::Type wsiType; 637 Scaling scaling; 638 bool useIncrementalPresent; 639 vk::VkPresentModeKHR presentMode; 640 vk::VkSurfaceTransformFlagsKHR transform; 641 vk::VkCompositeAlphaFlagsKHR alpha;
|
| D | vktWsiDisplayTimingTests.cpp | 527 struct TestConfig struct 529 vk::wsi::Type wsiType; 530 bool useDisplayTiming; 531 vk::VkPresentModeKHR presentMode;
|
| /external/autotest/site_utils/autoupdate/lib/ |
| D | test_params.py | 82 class TestConfig(object): class
|