/external/v8/benchmarks/ |
base.js | 29 // Simple framework for running the benchmark suites and 62 // Suites of benchmarks consist of a name and the set of benchmarks in 70 BenchmarkSuite.suites.push(this); 74 // Keep track of all declared benchmark suites. 75 BenchmarkSuite.suites = []; 101 // Runs all registered benchmark suites and optionally yields between 107 var suites = BenchmarkSuite.suites; 108 var length = suites.length; 116 var suite = suites[index++] [all...] |
/external/testng/src/main/java/org/testng/remote/ |
SuiteDispatcher.java | 85 * Dispatch test suites
86 * @return suites result
89 List<XmlSuite> suites, String outputDir, List<ITestListener> testListeners){
94 // Dispatch the suites/tests
97 for (XmlSuite suite : suites) {
|
RemoteTestNG.java | 71 private void calculateAllSuites(List<XmlSuite> suites, List<XmlSuite> outSuites) {
72 for (XmlSuite s : suites) {
92 List<XmlSuite> suites = Lists.newArrayList();
local 93 calculateAllSuites(m_suites, suites);
94 // System.out.println("Suites: " + m_suites.get(0).getChildSuites().size()
95 // + " and:" + suites.get(0).getChildSuites().size());
96 if(suites.size() > 0) {
100 for (XmlSuite suite : suites) {
105 gm.setSuiteCount(suites.size());
|
SuiteSlave.java | 83 List<XmlSuite> suites = Lists.newArrayList();
local 84 suites.add(s);
85 m_testng.setXmlSuites(suites);
|
/external/v8/tools/testrunner/network/ |
endpoint.py | 91 suites = [] 97 suites.append(suite) 100 for s in suites: 108 suites = [ s for s in suites if len(s.tests) > 0 ] 109 for s in suites: 113 runner = execution.Runner(suites, progress_indicator, ctx)
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_server.c | 378 u16 *suites; local 396 suites = conn->cipher_suites; 397 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA256; 398 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA256; 399 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA; 400 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; 401 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256; 402 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA256; 403 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA; 404 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA 662 u16 *suites; local [all...] |
tlsv1_client.c | 445 u16 *suites; local 461 suites = conn->cipher_suites; 462 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA256; 463 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA256; 464 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA; 465 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; 466 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256; 467 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA256; 468 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA; 469 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA 765 u16 *suites; local [all...] |
/libcore/ojluni/src/main/java/javax/net/ssl/ |
HandshakeCompletedEvent.java | 97 * cipher suites. 121 * cipher suites; using it with non-certificate-based cipher suites, 141 * cipher suites; using it with non-certificate-based cipher suites, 167 * end-entity certiticate for X509-based cipher suites, and 168 * KerberosPrincipal for Kerberos cipher suites. 197 * of the end-entity certificate for X509-based cipher suites, and 198 * KerberosPrincipal for Kerberos cipher suites. If no principal was
|
/bionic/benchmarks/ |
Android.bp | 65 data: ["suites/*"], 89 data: ["suites/*"], 111 "suites/*",
|
/cts/tools/testng/src/com/android/cts/testng/ |
SingleTestNGTestRunner.java | 75 List<XmlSuite> suites = new ArrayList<>(); local 83 suites.add(the_suite); 84 testng.setXmlSuites(suites);
|
/external/autotest/site_utils/admin/ |
deploy_private_tests.sh | 51 PUBLIC_SERVER_SUITES_DIR="${PUBLIC_SERVER_TESTS_DIR}/suites" 55 PRIVATE_SERVER_SUITES_DIR="${PRIVATE_SERVER_TESTS_DIR}/suites" 70 echo "Creating links for suites..."
|
/external/libdrm/tests/amdgpu/ |
amdgpu_test.c | 62 /** The table of all known test suites to run */ 63 static CU_SuiteInfo suites[] = { variable 92 /** Display information about all suites and their tests */ 98 printf("Suites\n"); 100 for (iSuite = 0; suites[iSuite].pName != NULL; iSuite++) { 102 iSuite + 1, suites[iSuite].pName); 104 for (iTest = 0; suites[iSuite].pTests[iTest].pName != NULL; 107 suites[iSuite].pTests[iTest].pName); 118 " l - Display all suites and their tests\n" 381 /* Initialize test suites to run * [all...] |
/external/conscrypt/common/src/main/java/org/conscrypt/ |
SSLParametersImpl.java | 40 * about enabled cipher suites and protocols, 73 // cipher suites enabled for SSL connection 86 // Whether to use the local cipher suites order 139 // initialize the list of cipher suites and protocols enabled by default 202 * @return the names of enabled cipher suites 209 * Sets the enabled cipher suites after filtering through OpenSSL. 576 // X.509 based cipher suites need to be listed. 578 // Both X.509 and PSK based cipher suites need to be listed. Because TLS-PSK is not 579 // normally used, we assume that when PSK cipher suites are requested here they 580 // should be preferred over other cipher suites. Thus, we give PSK cipher suite [all...] |
/external/annotation-tools/asmx/test/ |
README.txt | 13 - the xml descriptors to launch test suites. An xml desriptor describes
|
/external/autotest/client/site_tests/cheets_StartAndroid/ |
control.stress.0 | 7 # Do not remove any of these suites without wider discussion as it will cause
|
/external/autotest/site_utils/ |
abort_suite.py | 21 So only synchronous suites is supported. 71 logging.info('The following suites have been aborted:\n%s', hqe_info) 73 logging.info('No suites have been aborted. The suite jobs may have ' 75 'not support asynchronus suites.')
|
create_attr_whitelist.py | 26 # Get all the suites from current test control files, and order them. 32 # Parse attributes from suites, and write to a file
|
/external/autotest/test_suites/ |
control.wifi_flaky | 15 Test suites are great, but if people get used to seeing 2-3 failures per run,
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
lit.pod | 13 B<lit> is a portable tool for executing LLVM and Clang style test suites, 57 Search for I<NAME.cfg> and I<NAME.site.cfg> when searching for test suites, 144 =item B<--show-suites> 146 List the discovered test suites as part of the standard output. 174 resolves the inputs specified on the command line to test suites by searching 176 file. These files serve as both a marker of test suites and as configuration 180 Once B<lit> has mapped the inputs into test suites it traverses the list of 241 defined by I<test suites>. 243 =head2 TEST SUITES 246 suite>. Test suites serve to define the format of the tests they contain, th [all...] |
/test/suite_harness/common/host-side/tradefed/res/config/ |
everything.xml | 16 <configuration description="Common config for Compatibility suites to run all modules">
|
metadata-config.xml | 16 <configuration description="Metadata result reporter for Compatibility suites">
|
/cts/tests/libcore/wycheproof/ |
AndroidTest.xml | 27 context of one of the suites, so we have to limit the test 28 infrastructure to only running the test suites. -->
|
/external/autotest/contrib/ |
reverify_unknown | 23 # Basically, that's any host in the suites, bvt, cq, or pfq pool. 26 /pool:(suites|bvt|cq|continuous|cts|arc-presubmit|crosperf|performance)/ {
|
/external/testng/src/test/java/test/reports/ |
FailedReporterTest.java | 41 Collection<XmlSuite> suites = local 43 tng.setXmlSuites(Lists.newArrayList(suites));
|
/external/curl/docs/ |
CIPHERS.md | 13 ### SSL3 cipher suites 28 ### TLS v1.0 cipher suites 72 ### Elliptic curve cipher suites 90 ### TLS v1.2 cipher suites 157 ### SSL3/TLS cipher suites 173 ### TLS 1.0 Exportable 56-bit Cipher Suites 215 ### HMAC-SHA256 cipher suites 225 ### AES GCM cipher suites in RFC 5288 and RFC 5289 235 ### cipher suites using SHA384 245 ### chacha20-poly1305 cipher suites [all...] |