/external/boringssl/src/ssl/test/ |
D | test_config.h | 21 struct TestConfig { struct 22 int port = 0; 23 bool is_server = false; 24 bool is_dtls = false; 25 bool resume = false; 26 bool fallback_scsv = false; 27 std::string digest_prefs; 28 std::string key_file; 29 std::string cert_file; 30 std::string expected_server_name; [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/v8/test/cctest/ |
D | test-field-type-tracking.cc | 1346 struct TestConfig { in TEST() struct 1347 Handle<JSFunction> js_func_; in TEST() 1348 TestConfig() { in TEST() function 1354 Handle<Map> AddPropertyAtBranch(int branch_id, Expectations& expectations, in TEST() 1361 void UpdateExpectations(int property_index, Expectations& expectations) { in TEST() 1377 struct TestConfig { in TEST() struct 1378 Handle<JSFunction> js_func1_; in TEST() 1379 Handle<JSFunction> js_func2_; in TEST() 1380 TestConfig() { in TEST() function 1387 Handle<Map> AddPropertyAtBranch(int branch_id, Expectations& expectations, in TEST() [all …]
|
D | test-regexp.cc | 629 class TestConfig { class
|
/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/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() function
|
D | vktMemoryMappingTests.cpp | 252 struct TestConfig struct 254 TestConfig (void) in TestConfig() argument 259 VkDeviceSize allocationSize; 260 deUint32 seed; 262 MemoryRange mapping; 263 vector<MemoryRange> flushMappings; 264 vector<MemoryRange> invalidateMappings; 265 bool remap;
|
D | vktMemoryPipelineBarrierTests.cpp | 465 struct TestConfig struct 467 Usage usage; 468 vk::VkDeviceSize size; 469 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/v8/build/android/buildbot/ |
D | bb_run_bot.py | 31 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args']) variable
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 1906 struct TestConfig in createMultisampleTests() struct 1908 const char* name; in createMultisampleTests() 1909 float minSampleShading; in createMultisampleTests() 1950 struct TestConfig in createMultisampleTests() struct 1952 const char* name; in createMultisampleTests() 1953 const char* description; in createMultisampleTests() 1954 VkSampleMask sampleMask; in createMultisampleTests()
|
/external/autotest/site_utils/autoupdate/lib/ |
D | test_params.py | 82 class TestConfig(object): class
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 592 struct TestConfig struct 594 enum RenderTypes 601 enum CommandBufferTypes 607 enum ImageMemory 613 TestConfig (const RenderPass& renderPass_, in TestConfig() argument 632 RenderPass renderPass; 633 RenderTypes renderTypes; 634 CommandBufferTypes commandBufferTypes; 635 ImageMemory imageMemory; 636 UVec2 targetSize; [all …]
|
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
D | extras_config_test.py | 9 class TestConfig(test_base.BaseTestCase): class
|
/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()
|