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

/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaselineserver.py220 class TestConfig(object): class in inherits:object
425 test_config = TestConfig(
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContext1Test.java114 * is also of type TestConfig, allows to dynamically add modules to that
119 * the Configuration.getConfiguration() is instanceof TestConfig )
122 private static final class TestConfig extends Configuration { class in class:LoginContext1Test
133 public TestConfig() { method in class:LoginContext1Test.TestConfig
136 public TestConfig(String name) { method in class:LoginContext1Test.TestConfig
210 return ((TestConfig) Configuration.getConfiguration())
215 return ((TestConfig) Configuration.getConfiguration())
220 return ((TestConfig) Configuration.getConfiguration())
225 return ((TestConfig) Configuration.getConfiguration())
230 return ((TestConfig) Configuratio
[all...]
/external/chromium/net/http/
H A Dhttp_network_transaction_unittest.cc7112 // potentially running up to three rounds in each of the tests. The TestConfig
7225 struct TestConfig { struct
7408 const TestConfig& test_config = test_configs[i];
/external/v8/test/cctest/
H A Dtest-regexp.cc529 class TestConfig { class
546 const int TestConfig::kNoKey = 0;
558 ZoneSplayTree<TestConfig> tree;
571 ZoneSplayTree<TestConfig>::Locator loc;
580 ZoneSplayTree<TestConfig>::Locator loc;
590 ZoneSplayTree<TestConfig>::Locator loc;
597 ZoneSplayTree<TestConfig>::Locator loc;

Completed in 211 milliseconds