/external/autotest/server/site_tests/network_WiFi_RoamDbus/ |
control | 9 ATTRIBUTES = ('suite:wifi_matfunc, suite:wifi_matfunc_noservo,' 10 'suite:wifi_matfunc_bcm4371')
|
/external/autotest/server/site_tests/network_WiFi_RxFrag/ |
control.wifi_rxfrag | 9 ATTRIBUTES = ('suite:wifi_matfunc, suite:wifi_matfunc_noservo,' 10 'suite:wifi_matfunc_bcm4371')
|
/external/autotest/server/site_tests/network_WiFi_ScanPerformance/ |
control | 9 ATTRIBUTES = ('suite:wifi_matfunc, suite:wifi_matfunc_noservo,' 10 'suite:wifi_matfunc_bcm4371')
|
/external/autotest/server/site_tests/network_WiFi_SetOptionalDhcpProperties/ |
control | 9 ATTRIBUTES = ('suite:wifi_matfunc, suite:wifi_matfunc_noservo,' 10 'suite:wifi_matfunc_bcm4371')
|
/external/testng/src/main/java/org/testng/internal/ |
SuiteRunnerMap.java | 15 public void put(XmlSuite xmlSuite, ISuite suite) { 18 throw new TestNGException("SuiteRunnerMap already have runner for suite " + name); 20 m_map.put(name, suite);
|
/external/testng/src/main/java/org/testng/remote/ |
RemoteSuiteWorker.java | 9 * A worker that will be put into an Executor and that sends a suite 17 public RemoteSuiteWorker(XmlSuite suite, SlavePool slavePool, RemoteResultListener listener) { 19 m_suite = suite;
|
/external/testng/src/test/java/test/parameters/ |
InheritFromSuiteChild1.java | 9 * Checks to see if the parameters from parent suite are passed onto the 10 * child suite (referred by <suite-file>)
|
InheritFromSuiteChild2.java | 9 * Checks to see if the parameters from parent suite are passed onto the 10 * child suite (referred by <suite-file>)
|
InheritFromSuiteChild3.java | 8 * Checks to see if the parameters from parent suite are passed onto the 9 * child suite (referred by <suite-file>)
|
/external/testng/src/test/java/test/regression/groupsordering/ |
testng.xml | 1 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
2 <suite name="Groups ordering regression" verbose="2"> 21 </suite
|
/external/testng/src/test/resources/ |
package.xml | 1 <!DOCTYPE suite SYSTEM "http://beust.com/testng/testng-1.0.dtd" > 3 <suite name="Package" verbose="1" parallel="false" thread-count="4" 30 </suite>
|
/external/turbine/javatests/com/google/turbine/lower/testdata/ |
fuse.test | 15 === pkg/Suite.java === 18 public enum Suite { 26 public static class MyConverter extends EnumConverter<Suite> {
|
/tools/tradefederation/core/res/config/suite/ |
apct.xml | 3 <configuration description="Android APCT test suite config."> 4 <test class="com.android.tradefed.testtype.suite.BaseTestSuite"> 5 <option name="run-suite-tag" value="apct" />
|
/external/autotest/client/site_tests/graphics_dEQP/ |
generate_controlfiles.py | 18 Test = namedtuple('Test', 'filter, suite, shards, time, hasty, tag, test_file, perf_failure_description') 22 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-inline') 24 'suite:deqp, suite:graphics_per-day, suite:graphics_system, ' 25 'suite:bvt-perbuild' 27 ATTRIBUTES_DAILY = 'suite:deqp, suite:graphics_per-day, suite:graphics_system [all...] |
/development/testrunner/test_defs/ |
xml_suite_helper.py | 18 """Utility to parse suite info from xml.""" 39 _SUITE_ATTR = 'suite' 46 """Populates common suite attributes from given suite xml element. 53 parsed test suite or None 107 """Parses instrumentation suite attributes from xml.""" 118 """Creates suite and populate with data from xml element.""" 119 suite = instrumentation_test.InstrumentationTestSuite() 120 XmlSuiteParser._ParseCommonAttributes(self, suite_element, suite) 121 suite.SetPackageName(self._ParseAttribute(suite_element, self._PKG_ATTR [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
fix_metaclass.py | 9 we normalize those into having a suite.
29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
33 if node.type == syms.suite:
46 """ one-line classes don't get a suite in the parse tree so we add
50 if node.type == syms.suite:
54 # !%@#! oneliners have no suite node, we have to fake one up
59 raise ValueError("No class suite and no ':'!")
61 # move everything into a suite node
62 suite = Node(syms.suite, [])
[all...] |
/external/python/cpython2/Lib/lib2to3/fixes/ |
fix_metaclass.py | 9 we normalize those into having a suite. 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta') 33 if node.type == syms.suite: 46 """ one-line classes don't get a suite in the parse tree so we add 50 if node.type == syms.suite: 54 # !%@#! oneliners have no suite node, we have to fake one up 59 raise ValueError("No class suite and no ':'!") 61 # move everything into a suite node 62 suite = Node(syms.suite, []) [all...] |
/external/python/cpython3/Lib/lib2to3/fixes/ |
fix_metaclass.py | 9 we normalize those into having a suite. 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta') 33 if node.type == syms.suite: 46 """ one-line classes don't get a suite in the parse tree so we add 50 if node.type == syms.suite: 54 # !%@#! oneliners have no suite node, we have to fake one up 59 raise ValueError("No class suite and no ':'!") 61 # move everything into a suite node 62 suite = Node(syms.suite, []) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/ |
fix_metaclass.py | 9 we normalize those into having a suite. 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta') 33 if node.type == syms.suite: 46 """ one-line classes don't get a suite in the parse tree so we add 50 if node.type == syms.suite: 54 # !%@#! oneliners have no suite node, we have to fake one up 59 raise ValueError("No class suite and no ':'!") 61 # move everything into a suite node 62 suite = Node(syms.suite, []) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/ |
fix_metaclass.py | 9 we normalize those into having a suite. 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta') 33 if node.type == syms.suite: 46 """ one-line classes don't get a suite in the parse tree so we add 50 if node.type == syms.suite: 54 # !%@#! oneliners have no suite node, we have to fake one up 59 raise ValueError("No class suite and no ':'!") 61 # move everything into a suite node 62 suite = Node(syms.suite, []) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_metaclass.py | 9 we normalize those into having a suite. 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta') 33 if node.type == syms.suite: 46 """ one-line classes don't get a suite in the parse tree so we add 50 if node.type == syms.suite: 54 # !%@#! oneliners have no suite node, we have to fake one up 59 raise ValueError("No class suite and no ':'!") 61 # move everything into a suite node 62 suite = Node(syms.suite, []) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_metaclass.py | 9 we normalize those into having a suite. 29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta') 33 if node.type == syms.suite: 46 """ one-line classes don't get a suite in the parse tree so we add 50 if node.type == syms.suite: 54 # !%@#! oneliners have no suite node, we have to fake one up 59 raise ValueError("No class suite and no ':'!") 61 # move everything into a suite node 62 suite = Node(syms.suite, []) [all...] |
/cts/tests/tests/opengl/ |
DEPRECATED | 1 This suite of tests is deprecated. Please add OpenGL CTS test to either:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_unittest.py | 7 test_support.run_unittest(unittest.test.suite())
|
/external/apache-harmony/ |
README.android | 1 The Apache Harmony test suite.
|