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

/external/chromium_org/media/test/data/eme_player_js/
H A Dtest_config.js7 function TestConfig() { class
17 TestConfig.prototype.loadQueryParams = function() {
33 TestConfig.updateDocument = function() {
55 TestConfig.init = function() {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaselineserver.py41 class TestConfig(object): class in inherits:object
89 self._test_config = TestConfig(port, layout_tests_directory, results_directory, platforms, host)
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dtest_config.cc25 typedef bool TestConfig::*BoolMember;
26 typedef std::string TestConfig::*StringMember;
39 { "-server", &TestConfig::is_server },
40 { "-dtls", &TestConfig::is_dtls },
41 { "-resume", &TestConfig::resume },
42 { "-fallback-scsv", &TestConfig::fallback_scsv },
44 &TestConfig::require_any_client_certificate },
45 { "-false-start", &TestConfig::false_start },
46 { "-async", &TestConfig::async },
48 &TestConfig
89 TestConfig::TestConfig() function in class:TestConfig
[all...]
H A Dtest_config.h21 struct TestConfig { struct
22 TestConfig();
58 bool ParseConfig(int argc, char **argv, TestConfig *out_config);
/external/chromium_org/build/android/buildbot/
H A Dbb_run_bot.py31 TestConfig = collections.namedtuple('Tests', ['script', 'tests', 'extra_args']) variable
136 TestConfig('build/android/buildbot/bb_device_steps.py', tests,
/external/chromium_org/third_party/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.h42 struct TestConfig { struct in namespace:webrtc::test
43 TestConfig();
44 ~TestConfig();
163 const TestConfig& config,
192 const TestConfig& config_;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
H A Drebaselineserver_unittest.py36 from webkitpy.tool.commands.rebaselineserver import TestConfig, RebaselineServer namespace
307 return TestConfig(
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc532 class TestConfig { class
549 const int TestConfig::kNoKey = 0;
560 ZoneSplayTree<TestConfig> tree(&zone);
573 ZoneSplayTree<TestConfig>::Locator loc;
582 ZoneSplayTree<TestConfig>::Locator loc;
592 ZoneSplayTree<TestConfig>::Locator loc;
599 ZoneSplayTree<TestConfig>::Locator loc;
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp60 struct TestConfig struct in namespace:deqp::egl::__anon19823
102 TestContext (EglTestContext& eglTestCtx, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
118 TestConfig m_config;
169 void createCoordData (vector<float>& data, const TestConfig& config)
219 GLuint createCoordBuffer (const glw::Functions& gl, const TestConfig& config)
238 void createIndexData (vector<deUint16>& data, const TestConfig& config)
257 GLuint createIndexBuffer (const glw::Functions& gl, const TestConfig& config)
276 void createTextureData (vector<deUint8>& data, const TestConfig& config)
290 GLuint createTexture (const glw::Functions& gl, const TestConfig& config)
317 GLuint createProgram (const glw::Functions& gl, const TestConfig
[all...]
H A DteglGLES2SharingThreadedTests.cpp2081 struct TestConfig struct in class:deqp::egl::GLES2SharingRandomTest
2083 TestConfig (void);
2092 GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2102 TestConfig m_config;
2122 GLES2SharingRandomTest::TestConfig::TestConfig (void) function in class:deqp::egl::GLES2SharingRandomTest::TestConfig
2132 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description)
2934 struct TestConfig struct in class:deqp::egl::GLES2ThreadedSharingTest
2954 GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2968 TestConfig m_confi
[all...]
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc9367 // potentially running up to three rounds in each of the tests. The TestConfig
9480 struct TestConfig { struct
9661 const TestConfig& test_config = test_configs[i];

Completed in 1579 milliseconds