Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/
Dtest_config.h21 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/
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 …]
Dvideoprocessor.cc24 TestConfig::TestConfig() in TestConfig() function in webrtc::test::TestConfig
/external/v8/test/cctest/
Dtest-field-type-tracking.cc1346 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 …]
Dtest-regexp.cc629 class TestConfig { class
/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/memory/
DvktMemoryAllocationTests.cpp67 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
DvktMemoryMappingTests.cpp252 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;
DvktMemoryPipelineBarrierTests.cpp465 struct TestConfig struct
467 Usage usage;
468 vk::VkDeviceSize size;
469 vk::VkSharingMode sharing;
/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/v8/build/android/buildbot/
Dbb_run_bot.py31 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args']) variable
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp1906 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/
Dtest_params.py82 class TestConfig(object): class
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp592 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/
Dextras_config_test.py9 class TestConfig(test_base.BaseTestCase): class
/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationTests.cpp1823 static const struct TestConfig in init() struct
1825 const char* name; in init()
1826 InterpolateAtOffsetCase::TestType type; in init()