Searched refs:TestConfiguration (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/installer/mini_installer/
H A Dconfiguration_test.cc12 class TestConfiguration : public Configuration { class in inherits:Configuration
14 explicit TestConfiguration(const wchar_t* command_line) : Configuration() { function in class:TestConfiguration
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(
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_configuration_unittest.py38 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('x
[all...]
H A Dtest_configuration.py32 class TestConfiguration(object): class in inherits: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."""
H A Dtest_expectations_unittest.py823 expectation_line.matching_configurations = set([TestConfiguration('xp', 'x86', 'release')])
825 expectation_line.matching_configurations = set([TestConfiguration('xp', 'x86', 'release'), TestConfiguration('xp', 'x86', 'debug')])
901 add_line(set([TestConfiguration('xp', 'x86', 'release')]), True)
902 add_line(set([TestConfiguration('xp', 'x86', 'release'), TestConfiguration('xp', 'x86', 'debug')]), False)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dport_testcase.py46 from webkitpy.layout_tests.port.base import Port, TestConfiguration namespace
269 TestConfiguration('snowleopard', 'x86', 'debug'),
270 TestConfiguration('snowleopard', 'x86', 'release'),
271 TestConfiguration('lion', 'x86', 'debug'),
272 TestConfiguration('lion', 'x86', 'release'),
273 TestConfiguration('retina', 'x86', 'debug'),
274 TestConfiguration('retina', 'x86', 'release'),
275 TestConfiguration('mountainlion', 'x86', 'debug'),
276 TestConfiguration('mountainlion', 'x86', 'release'),
277 TestConfiguration('maverick
[all...]
H A Dtest.py36 from webkitpy.layout_tests.models.test_configuration import TestConfiguration namespace
525 test_configurations.append(TestConfiguration(
H A Dbase.py61 from webkitpy.layout_tests.models.test_configuration import TestConfiguration namespace
1187 """Returns the current TestConfiguration for the port."""
1189 self._test_configuration = TestConfiguration(self._version, self._architecture, self._options.configuration.lower())
1195 """Returns a list of TestConfiguration instances, representing all available
1226 test_configurations.append(TestConfiguration(version, architecture, build_type))
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c507 ret = HIDDEN->c2layer->TestConfiguration( HIDDEN->c2layer, &dlc, &failed );
510 SetDirectFBerror ("c2layer->TestConfiguration", ret);

Completed in 3898 milliseconds