Home
last modified time | relevance | path

Searched defs:TestConfig (Results 1 – 25 of 37) sorted by relevance

12

/external/boringssl/src/ssl/test/
Dtest_config.h26 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/
Dvideoprocessor.h43 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/
Dapp_test.go165 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/
DteglGLES2SharedRenderingPerfTests.cpp62 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 …]
DteglGLES2SharingThreadedTests.cpp2060 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/
DvktRenderPassDepthStencilResolveTests.cpp92 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 …]
DvktRenderPassSparseRenderTargetTests.cpp359 struct TestConfig struct
361 TestConfig (VkFormat format_, in TestConfig() argument
368 VkFormat format;
369 RenderPassType renderPassType;
DvktRenderPassSampleReadTests.cpp728 struct TestConfig struct
730TestConfig (deUint32 sampleCount_, TestMode testMode_, deUint32 selectedSample_, RenderPassType re… in TestConfig() function
738 deUint32 sampleCount;
739 TestMode testMode;
740 deUint32 selectedSample;
741 RenderPassType renderPassType;
DvktRenderPassMultisampleResolveTests.cpp752 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/
DvktRobustnessVertexAccessTests.cpp1062 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/
DvktProtectedMemYCbCrConversionTests.cpp97 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/
DvktYCbCrConversionTests.cpp134 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 …]
DvktYCbCrCopyTests.cpp83 struct TestConfig struct
85 TestConfig (const ImageConfig& src_, in TestConfig() function
92 ImageConfig src;
93 ImageConfig dst;
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp74 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
DvktMemoryMappingTests.cpp453 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/
Daudio_processing_impl_locking_unittest.cc125 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/
Dhlo_constant_folding_test.cc110 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/
Dtest_config.py10 class TestConfig(object): class
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationCrossInstanceSharingTests.cpp50 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;
DvktSynchronizationWin32KeyedMutexTests.cpp87 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/
Dtest_config.proto26 message TestConfig { message
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp547 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;
DvktWsiIncrementalPresentTests.cpp634 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;
DvktWsiDisplayTimingTests.cpp527 struct TestConfig struct
529 vk::wsi::Type wsiType;
530 bool useDisplayTiming;
531 vk::VkPresentModeKHR presentMode;
/external/autotest/site_utils/autoupdate/lib/
Dtest_params.py82 class TestConfig(object): class

12