Searched defs:TestConfig (Results 1 - 15 of 15) sorted by relevance

/external/autotest/site_utils/autoupdate/lib/
H A Dtest_params.py82 class TestConfig(object): class in inherits:object
/external/v8/build/android/buildbot/
H A Dbb_run_bot.py31 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args']) variable
141 TestConfig('build/android/buildbot/bb_device_steps.py', tests,
/external/webrtc/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc24 TestConfig::TestConfig() function in class:webrtc::test::TestConfig
39 TestConfig::~TestConfig() {}
46 const TestConfig& config,
H A Dvideoprocessor.h43 struct TestConfig { struct in namespace:webrtc::test
44 TestConfig();
45 ~TestConfig();
167 const TestConfig& config,
198 const TestConfig& config_;
/external/chromium-trace/catapult/third_party/webapp2/tests/
H A Dextras_config_test.py9 class TestConfig(test_base.BaseTestCase): class in inherits:test_base.BaseTestCase
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp67 struct TestConfig struct in namespace:vkt::memory::__anon3822
82 TestConfig (void) function in struct:vkt::memory::__anon3822::TestConfig
92 AllocateFreeTestInstance (Context& context, const TestConfig config)
105 const TestConfig m_config;
124 if (m_config.order == TestConfig::ALLOC_REVERSE_FREE)
126 else if (m_config.order == TestConfig::ALLOC_FREE)
128 else if (m_config.order == TestConfig::MIXED_ALLOC_FREE)
156 if (m_config.order == TestConfig::ALLOC_FREE || m_config.order == TestConfig::ALLOC_REVERSE_FREE)
173 if (m_config.order == TestConfig
[all...]
H A DvktMemoryPipelineBarrierTests.cpp465 struct TestConfig struct in namespace:vkt::memory::__anon3829
6599 MemoryTestInstance (::vkt::Context& context, const TestConfig& config);
6604 const TestConfig m_config;
6610 MemoryTestInstance::MemoryTestInstance (::vkt::Context& context, const TestConfig& config)
6716 void init (vk::SourceCollections& sources, TestConfig config) const
6813 const TestConfig config =
6820 usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu::NODETYPE_SELF_VALIDATE, testName, testName, AddPrograms(), config));
6842 const TestConfig config =
6849 usageGroup->addChild(new InstanceFactory1<MemoryTestInstance, TestConfig, AddPrograms>(testCtx,tcu::NODETYPE_SELF_VALIDATE, testName, testName, AddPrograms(), config));
6864 const TestConfig confi
[all...]
H A DvktMemoryMappingTests.cpp252 struct TestConfig struct in namespace:vkt::memory::__anon3824
254 TestConfig (void) function in struct:vkt::memory::__anon3824::TestConfig
318 tcu::TestStatus testMemoryMapping (Context& context, const TestConfig config)
1148 TestConfig subMappedConfig (VkDeviceSize allocationSize,
1153 TestConfig config;
1231 return TestConfig();
1235 TestConfig fullMappedConfig (VkDeviceSize allocationSize,
1296 const TestConfig config = fullMappedConfig(allocationSize, op, seed);
1342 const TestConfig config = subMappedConfig(allocationSize, MemoryRange(offset, size), op, seed);
/external/boringssl/src/ssl/test/
H A Dtest_config.h21 struct TestConfig { struct
107 bool ParseConfig(int argc, char **argv, TestConfig *out_config);
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp62 struct TestConfig struct in namespace:deqp::egl::__anon4125
104 TestContext (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
120 TestConfig m_config;
152 void createCoordData (vector<float>& data, const TestConfig& config)
202 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config)
221 void createIndexData (vector<deUint16>& data, const TestConfig& config)
240 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config)
259 void createTextureData (vector<deUint8>& data, const TestConfig& config)
273 GLuint createTexture (const glw::Functions& gl, const TestConfig& config)
300 GLuint createProgram (const glw::Functions& gl, const TestConfig
[all...]
H A DteglGLES2SharingThreadedTests.cpp2060 struct TestConfig struct in class:deqp::egl::GLES2SharingRandomTest
2062 TestConfig (void);
2071 GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2081 TestConfig m_config;
2103 GLES2SharingRandomTest::TestConfig::TestConfig (void) function in class:deqp::egl::GLES2SharingRandomTest::TestConfig
2113 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description)
2952 struct TestConfig struct in class:deqp::egl::GLES2ThreadedSharingTest
2972 GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2986 TestConfig m_confi
[all...]
/external/webrtc/webrtc/modules/audio_processing/
H A Daudio_processing_impl_locking_unittest.cc125 struct TestConfig { struct in namespace:webrtc::__anon21528
127 static std::vector<TestConfig> GenerateBriefTestConfigs() {
128 std::vector<TestConfig> test_configs;
132 TestConfig test_config;
163 static std::vector<TestConfig> GenerateExtensiveTestConfigs() {
165 auto add_processing_apis = [](TestConfig test_config) {
184 std::vector<TestConfig> out;
193 auto add_aec_settings = [](const std::vector<TestConfig>& in) {
194 std::vector<TestConfig> out;
209 auto add_settings_scheme = [](const std::vector<TestConfig>
[all...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleTests.cpp1906 struct TestConfig struct
1912 const TestConfig testConfigs[] =
1925 const TestConfig& testConfig = testConfigs[configNdx];
1950 struct TestConfig struct
1957 const TestConfig testConfigs[] =
1969 const TestConfig& testConfig = testConfigs[configNdx];
/external/v8/test/cctest/
H A Dtest-regexp.cc629 class TestConfig { class
646 const int TestConfig::kNoKey = 0;
657 ZoneSplayTree<TestConfig> tree(&zone);
670 ZoneSplayTree<TestConfig>::Locator loc;
679 ZoneSplayTree<TestConfig>::Locator loc;
689 ZoneSplayTree<TestConfig>::Locator loc;
696 ZoneSplayTree<TestConfig>::Locator loc;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp592 struct TestConfig struct in namespace:vkt::__anon3938
613 TestConfig (const RenderPass& renderPass_, function in struct:vkt::__anon3938::TestConfig
642 TestConfig::RenderTypes operator| (TestConfig::RenderTypes a, TestConfig::RenderTypes b)
644 return (TestConfig::RenderTypes)(((deUint32)a) | ((deUint32)b));
647 TestConfig::CommandBufferTypes operator| (TestConfig::CommandBufferTypes a, TestConfig::CommandBufferTypes b)
649 return (TestConfig
[all...]

Completed in 603 milliseconds