/external/testng/src/main/java/org/testng/xml/ |
Parser.java | 238 Collection<XmlSuite> suites = parse(); local 239 for (XmlSuite suite : suites) {
|
/external/testng/src/test/java/test/annotationtransformer/ |
AnnotationTransformerTest.java | 240 Collection<XmlSuite> suites = new Parser(is).parse(); local 243 tng.setXmlSuites(Arrays.asList(suites.toArray(new XmlSuite[0])));
|
/external/v8/tools/testrunner/local/ |
verbose.py | 87 def PrintTestDurations(suites, overall_time): 92 timed_tests = [ t for s in suites for t in s.tests
|
/external/v8/tools/testrunner/objects/ |
testcase.py | 71 def SetSuiteObject(self, suites): 72 self.suite = suites[self.suite]
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLContextSpi.java | 86 * Some cipher suites (such as Kerberos) require remote hostname 106 * Some cipher suites (such as Kerberos) require remote hostname
|
/libcore/tools/docs/crypto/src/java/libcore/java/security/ |
ListProviders.java | 135 // PSK cipher suites are only enabled when a PskKeyManager is available, but some other 136 // suites are disabled in that case, so check for both
|
/external/autotest/scheduler/ |
rdb_integration_tests.py | 452 # Create 2 suites such that the later suite has an ordering of deps 545 @param suite_settings: A dictionary specify how suites would be created 558 suites = {} 565 suites[s['parent_job'].id] = (setting, []) 571 suites[queue_entry.job.parent_job_id][1].append(host) 573 for setting, hosts in suites.itervalues(): 628 """Equal priority, all suites got min duts."""
|
query_managers.py | 68 availability of machines in pool:suites, this almost guarantees 76 run out of machines in pool:suites than processes on the drone. 191 any suites, and maps the host id to its parent_job_id. 209 """Load suite_min_duts job keyval for a set of suites.
|
/external/testng/src/main/java/org/testng/reporters/ |
SuiteHTMLReporter.java | 30 * This class implements an HTML reporter for suites. 48 public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory) { 58 for (ISuite suite : suites) { 80 generateIndex(suites); 106 * Generate the main index.html file that lists all the suites 109 private void generateIndex(List<ISuite> suites) { 124 for (ISuite suite : suites) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/ |
loader.py | 128 suites = [self.loadTestsFromName(name, module) for name in names]
129 return self.suiteClass(suites)
238 """Used by discovery. Yields test suites it loads."""
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/ |
test_suite.py | 56 # or other test suites that will be used to build the suite initially"
68 # or other test suites that will be used to build the suite initially"
88 # or other test suites that will be used to build the suite initially"
|
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
v4l2_test.c | 441 static CU_SuiteInfo suites[] = { variable 469 err = CU_register_suites(suites); 481 printf("ERROR: cannot add test suites\n");
|
/external/python/cpython2/Lib/unittest/ |
loader.py | 130 suites = [self.loadTestsFromName(name, module) for name in names] 131 return self.suiteClass(suites) 240 """Used by discovery. Yields test suites it loads."""
|
/external/python/cpython2/Lib/unittest/test/ |
test_suite.py | 56 # or other test suites that will be used to build the suite initially" 68 # or other test suites that will be used to build the suite initially" 88 # or other test suites that will be used to build the suite initially"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/ |
loader.py | 128 suites = [self.loadTestsFromName(name, module) for name in names] 129 return self.suiteClass(suites) 238 """Used by discovery. Yields test suites it loads."""
|
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/ |
test_suite.py | 56 # or other test suites that will be used to build the suite initially" 68 # or other test suites that will be used to build the suite initially" 88 # or other test suites that will be used to build the suite initially"
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/ |
loader.py | 128 suites = [self.loadTestsFromName(name, module) for name in names] 129 return self.suiteClass(suites) 238 """Used by discovery. Yields test suites it loads."""
|
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/ |
test_suite.py | 56 # or other test suites that will be used to build the suite initially" 68 # or other test suites that will be used to build the suite initially" 88 # or other test suites that will be used to build the suite initially"
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 128 suites = [self.loadTestsFromName(name, module) for name in names] 129 return self.suiteClass(suites) 238 """Used by discovery. Yields test suites it loads."""
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_suite.py | 56 # or other test suites that will be used to build the suite initially" 68 # or other test suites that will be used to build the suite initially" 88 # or other test suites that will be used to build the suite initially"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
loader.py | 128 suites = [self.loadTestsFromName(name, module) for name in names] 129 return self.suiteClass(suites) 238 """Used by discovery. Yields test suites it loads."""
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_suite.py | 56 # or other test suites that will be used to build the suite initially" 68 # or other test suites that will be used to build the suite initially" 88 # or other test suites that will be used to build the suite initially"
|
/external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/ |
ClientHello.java | 95 + new BigInteger(1, sessionId).toString(16) + ", cipher suites: " + cipherSuites
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
CollectionSize.java | 79 // gives a predictable order of test suites.
|
/external/guava/guava-tests/test/com/google/common/io/ |
ByteSinkTester.java | 37 * as sub-suites for testing the {@code CharSink} view in the same way.
|