HomeSort by relevance Sort by last modified time
    Searched refs:TestConfiguration (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_configuration_unittest.py 38 all_test_configurations.add(TestConfiguration(version, architecture, build_type))
50 config = TestConfiguration('xp', 'x86', 'release')
57 config = TestConfiguration('xp', 'x86', 'release')
64 config = TestConfiguration('xp', 'x86', 'release')
68 config = TestConfiguration('xp', 'x86', 'release')
73 config_dict[TestConfiguration('xp', 'x86', 'release')] = True
74 self.assertIn(TestConfiguration('xp', 'x86', 'release'), config_dict)
75 self.assertTrue(config_dict[TestConfiguration('xp', 'x86', 'release')])
78 return config_dict[TestConfiguration('xp', 'x86', 'debug')]
81 self.assertIn(TestConfiguration('xp', 'x86', 'release'), config_dict
    [all...]
test_configuration.py 32 class TestConfiguration(object):
91 return TestConfiguration.category_order().index(category)
100 category_slots = map(lambda x: [], TestConfiguration.category_order())
149 """Convert a list of specifiers into a set of TestConfiguration instances."""
235 """Convert a set of TestConfiguration instances into one or more list of specifiers."""
test_expectations_unittest.py     [all...]
  /external/chromium_org/chrome/installer/mini_installer/
configuration_test.cc 12 class TestConfiguration : public Configuration {
14 explicit TestConfiguration(const wchar_t* command_line) : Configuration() {
26 TestConfiguration(L"spam.exe").operation());
28 TestConfiguration(L"spam.exe --clean").operation());
30 TestConfiguration(L"spam.exe --cleanupthis").operation());
33 TestConfiguration(L"spam.exe --cleanup").operation());
35 TestConfiguration(L"spam.exe --cleanup now").operation());
41 TestConfiguration(L"spam.exe").program());
43 TestConfiguration(L"spam.exe --with args").program());
45 TestConfiguration(L"c:\\blaz\\spam.exe --with args").program())
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_port_testcase.py 41 from webkitpy.layout_tests.models.test_configuration import TestConfiguration
75 TestConfiguration('snowleopard', 'x86', 'debug'),
76 TestConfiguration('snowleopard', 'x86', 'release'),
77 TestConfiguration('lion', 'x86', 'debug'),
78 TestConfiguration('lion', 'x86', 'release'),
79 TestConfiguration('mountainlion', 'x86', 'debug'),
80 TestConfiguration('mountainlion', 'x86', 'release'),
81 TestConfiguration('xp', 'x86', 'debug'),
82 TestConfiguration('xp', 'x86', 'release'),
83 TestConfiguration('win7', 'x86', 'debug')
    [all...]
chromium.py 41 from webkitpy.layout_tests.models.test_configuration import TestConfiguration
273 test_configurations.append(TestConfiguration(version, architecture, build_type))
test.py 36 from webkitpy.layout_tests.models.test_configuration import TestConfiguration
509 test_configurations.append(TestConfiguration(
base.py 59 from webkitpy.layout_tests.models.test_configuration import TestConfiguration
    [all...]
  /external/v8/test/benchmarks/
testcfg.py 82 class BenchmarkTestConfiguration(test.TestConfiguration):
  /external/v8/test/es5conform/
testcfg.py 71 class ES5ConformTestConfiguration(test.TestConfiguration):
  /external/v8/test/sputnik/
testcfg.py 79 class SputnikTestConfiguration(test.TestConfiguration):
  /external/v8/test/cctest/
testcfg.py 76 class CcTestConfiguration(test.TestConfiguration):
  /external/v8/test/message/
testcfg.py 95 class MessageTestConfiguration(test.TestConfiguration):
  /external/v8/test/mozilla/
testcfg.py 90 class MozillaTestConfiguration(test.TestConfiguration):
  /external/v8/test/test262/
testcfg.py 75 class Test262TestConfiguration(test.TestConfiguration):
  /external/v8/test/mjsunit/
testcfg.py 113 class MjsunitTestConfiguration(test.TestConfiguration):
  /external/v8/test/preparser/
testcfg.py 73 class PreparserTestConfiguration(test.TestConfiguration):
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 507 ret = HIDDEN->c2layer->TestConfiguration( HIDDEN->c2layer, &dlc, &failed );
510 SetDirectFBerror ("c2layer->TestConfiguration", ret);
  /external/v8/tools/
test.py 576 class TestConfiguration(object):
    [all...]

Completed in 220 milliseconds