/external/boringssl/src/ssl/test/ |
D | test_config.h | 22 struct TestConfig { struct 23 int port = 0; 24 bool is_server = false; 25 bool is_dtls = false; 26 int resume_count = 0; 27 std::string write_settings; 28 bool fallback_scsv = false; 29 std::string digest_prefs; 30 std::vector<int> signing_prefs; 31 std::vector<int> 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 …]
|
D | videoprocessor.cc | 24 TestConfig::TestConfig() in TestConfig() function in webrtc::test::TestConfig
|
/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 …]
|
D | teglRobustnessTests.cpp | 915 struct TestConfig struct in deqp::egl::__anon892b18400111::FixedFunctionOOB 917 int textureWidth; 918 int textureHeight;
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 67 struct TestConfig struct 69 enum Order 77 Maybe<VkDeviceSize> memorySize; 78 Maybe<float> memoryPercentage; 79 deUint32 memoryAllocationCount; 80 Order order; 82 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;
|
D | vktMemoryPipelineBarrierTests.cpp | 482 struct TestConfig struct 484 Usage usage; 485 vk::VkDeviceSize size; 486 vk::VkSharingMode sharing;
|
/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/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::VkExternalMemoryHandleTypeFlagBitsKHR memoryHandleType; 71 const vk::VkExternalSemaphoreHandleTypeFlagBitsKHR semaphoreHandleType; 72 const bool dedicated;
|
D | vktSynchronizationWin32KeyedMutexTests.cpp | 85 struct TestConfig struct 87 TestConfig (const ResourceDescription& resource_, in TestConfig() argument 100 const ResourceDescription resource; 101 const OperationName writeOp; 102 const OperationName readOp; 103 const vk::VkExternalMemoryHandleTypeFlagBitsKHR memoryHandleTypeBuffer; 104 const vk::VkExternalMemoryHandleTypeFlagBitsKHR memoryHandleTypeImage;
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 82 struct TestConfig struct 84 TestConfig (const ImageConfig& src_, in TestConfig() argument 91 ImageConfig src; 92 ImageConfig dst;
|
D | vktYCbCrConversionTests.cpp | 1478 struct TestConfig struct 1480 TestConfig (glu::ShaderType shaderType_, in TestConfig() function 1515 glu::ShaderType shaderType; 1516 vk::VkFormat format; 1517 vk::VkImageTiling imageTiling; 1518 vk::VkFilter textureFilter; 1519 vk::VkSamplerAddressMode addressModeU; 1520 vk::VkSamplerAddressMode addressModeV; 1522 vk::VkFilter chromaFilter; 1523 vk::VkChromaLocationKHR xChromaOffset; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSharedPresentableImageTests.cpp | 731 struct TestConfig struct 733 vk::wsi::Type wsiType; 734 Scaling scaling; 735 bool useSharedPresentableImage; 736 vk::VkPresentModeKHR presentMode;
|
D | vktWsiIncrementalPresentTests.cpp | 883 struct TestConfig struct 885 vk::wsi::Type wsiType; 886 Scaling scaling; 887 bool useIncrementalPresent; 888 vk::VkPresentModeKHR presentMode;
|
D | vktWsiDisplayTimingTests.cpp | 766 struct TestConfig struct 768 vk::wsi::Type wsiType; 769 bool useDisplayTiming; 770 vk::VkPresentModeKHR presentMode;
|
/external/autotest/site_utils/autoupdate/lib/ |
D | test_params.py | 82 class TestConfig(object): class
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleResolveTests.cpp | 771 struct TestConfig struct 773 TestConfig (VkFormat format_, in TestConfig() function 780 VkFormat format; 781 deUint32 sampleCount;
|
D | vktRenderPassMultisampleTests.cpp | 1298 struct TestConfig struct 1300 TestConfig (VkFormat format_, in TestConfig() argument 1307 VkFormat format; 1308 deUint32 sampleCount;
|
D | vktRenderPassTests.cpp | 689 struct TestConfig struct 691 enum RenderTypes 698 enum CommandBufferTypes 704 enum ImageMemory 710 TestConfig (const RenderPass& renderPass_, in TestConfig() function 731 RenderPass renderPass; 732 RenderTypes renderTypes; 733 CommandBufferTypes commandBufferTypes; 734 ImageMemory imageMemory; 735 UVec2 targetSize; [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 2158 struct TestConfig in createMultisampleTests() struct 2160 const char* name; in createMultisampleTests() 2161 float minSampleShading; in createMultisampleTests() 2202 struct TestConfig in createMultisampleTests() struct 2204 const char* name; in createMultisampleTests() 2205 const char* description; in createMultisampleTests() 2206 VkSampleMask sampleMask; in createMultisampleTests()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderMultisampleInterpolationTests.cpp | 1823 static const struct TestConfig in init() struct 1825 const char* name; in init() 1826 InterpolateAtOffsetCase::TestType type; in init()
|