HomeSort by relevance Sort by last modified time
    Searched full:suites (Results 151 - 175 of 651) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter.java 57 public void generateReport(List<XmlSuite> xml, List<ISuite> suites, String outdir) {
66 generateSuiteSummaryReport(suites);
67 generateMethodSummaryReport(suites);
68 generateMethodDetailReport(suites);
81 protected void generateMethodSummaryReport(List<ISuite> suites) {
85 for (ISuite suite : suites) {
86 if(suites.size()>1) {
111 protected void generateMethodDetailReport(List<ISuite> suites) {
113 for (ISuite suite : suites) {
341 public void generateSuiteSummaryReport(List<ISuite> suites) {
    [all...]
XMLReporter.java 35 public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites,
45 for (ISuite s : suites) {
62 for (ISuite suite : suites) {
  /external/vogar/src/vogar/
XmlReportPrinter.java 76 Map<String, Suite> suites = testsToSuites(results); local
80 for (Suite suite : suites.values()) {
85 return suites.size();
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
ModuleMergerTest.java 59 * the two suites are splitted and from the same module.
72 * the two suites are splitted but from different modules.
120 * exception when the two suites are splitted but coming from different modules.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLServerSocketTest.java 65 public void setEnabledCipherSuites(String[] suites) {
203 assertTrue("no supported cipher suites available.", res.length > 0);
209 * javax.net.ssl.SSLServerSocket#setEnabledCipherSuites(String[] suites)
225 assertTrue("No supported cipher suites", count > 0);
229 assertEquals("not all supported cipher suites were enabled",
  /external/v8/tools/
run-deopt-fuzzer.py 316 suites = []
321 suites.append(suite)
324 for s in suites:
330 code = Execute(arch, mode, args, options, suites, BASE_DIR)
348 def Execute(arch, mode, args, options, suites, workspace):
389 # Find available test suites and read test cases from them.
414 test_backup = dict((s, []) for s in suites)
416 for s in suites:
438 runner = execution.Runner(suites, progress_indicator, ctx)
445 for s in suites
    [all...]
run-tests.py 62 # Map of test name synonyms to lists of test suites. Should be ordered by
63 # expected runtimes (suites with slow test cases first). These groups are
695 # suites as otherwise filters would break.
710 suites = []
715 suites.append(suite)
718 for s in suites:
724 for s in suites:
729 code = Execute(arch, mode, args, options, suites)
736 def Execute(arch, mode, args, options, suites):
795 # Find available test suites and read test cases from them
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CipherSuite.java 22 * suites</a>.
24 * <p><strong>Not all cipher suites are supported on all platforms.</strong> As newer cipher suites
26 * and then exposed here. Cipher suites that are not available on either Android (through API level
30 * from conscrypt, which lists the cipher suites supported by Android.
33 // Last updated 2014-11-11 using cipher suites from Android 21 and Java 8.
    [all...]
  /external/autotest/client/common_lib/
control_data.py 143 """Patch up the set of suites this test is part of.
146 Take the union of suites specified via ATTRIBUTES and suites specified
149 SUITE used to be its own variable, but now suites are taken only from
155 # Extract any suites we know ourselves to be in based on the SUITE
164 # Figure out if our attributes mention any suites.
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLEngine.java 129 * (enabled cipher suites, whether the <code>SSLEngine</code> should
295 * There are two groups of cipher suites which you will need to know
296 * about when managing cipher suites:
299 * <LI> <em>Supported</em> cipher suites: all the suites which are
303 * <LI> <em>Enabled</em> cipher suites, which may be fewer than
304 * the full set of supported suites. This group is set using the
307 * Initially, a default set of cipher suites will be enabled on a
312 * Implementation defaults require that only cipher suites which
406 * <h4>Cipher suites</h4
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/management/
management.properties 201 # com.sun.management.jmxremote.ssl.enabled.cipher.suites=<cipher-suites>
203 # of SSL/TLS cipher suites to enable. This property can be specified in
205 # in order to control which particular SSL/TLS cipher suites are enabled
207 # the SSL/TLS RMI Server Socket Factory uses the SSL/TLS cipher suites that
237 # com.sun.management.jmxremote.ssl.enabled.cipher.suites
  /prebuilts/jdk/jdk8/darwin-x86/sample/jmx/jmx-scandir/src/etc/
management.properties 157 # com.sun.management.jmxremote.ssl.enabled.cipher.suites=<cipher-suites>
159 # of SSL/TLS cipher suites to enable. This property can be specified in
161 # in order to control which particular SSL/TLS cipher suites are enabled
163 # the SSL/TLS RMI Server Socket Factory uses the SSL/TLS cipher suites that
192 # com.sun.management.jmxremote.ssl.enabled.cipher.suites
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/management/
management.properties 201 # com.sun.management.jmxremote.ssl.enabled.cipher.suites=<cipher-suites>
203 # of SSL/TLS cipher suites to enable. This property can be specified in
205 # in order to control which particular SSL/TLS cipher suites are enabled
207 # the SSL/TLS RMI Server Socket Factory uses the SSL/TLS cipher suites that
237 # com.sun.management.jmxremote.ssl.enabled.cipher.suites
  /prebuilts/jdk/jdk8/linux-x86/sample/jmx/jmx-scandir/src/etc/
management.properties 157 # com.sun.management.jmxremote.ssl.enabled.cipher.suites=<cipher-suites>
159 # of SSL/TLS cipher suites to enable. This property can be specified in
161 # in order to control which particular SSL/TLS cipher suites are enabled
163 # the SSL/TLS RMI Server Socket Factory uses the SSL/TLS cipher suites that
192 # com.sun.management.jmxremote.ssl.enabled.cipher.suites
  /prebuilts/jdk/jdk9/darwin-x86/conf/management/
management.properties 201 # com.sun.management.jmxremote.ssl.enabled.cipher.suites=<cipher-suites>
203 # of SSL/TLS cipher suites to enable. This property can be specified in
205 # in order to control which particular SSL/TLS cipher suites are enabled
207 # the SSL/TLS RMI Server Socket Factory uses the SSL/TLS cipher suites that
237 # com.sun.management.jmxremote.ssl.enabled.cipher.suites
  /prebuilts/jdk/jdk9/linux-x86/conf/management/
management.properties 201 # com.sun.management.jmxremote.ssl.enabled.cipher.suites=<cipher-suites>
203 # of SSL/TLS cipher suites to enable. This property can be specified in
205 # in order to control which particular SSL/TLS cipher suites are enabled
207 # the SSL/TLS RMI Server Socket Factory uses the SSL/TLS cipher suites that
237 # com.sun.management.jmxremote.ssl.enabled.cipher.suites
  /art/test/
README.md 3 There are two suites of tests in this directory: run-tests and gtests.
  /cts/tools/utils/cts/
tools.py 26 Each test package consists of one or more suites, each containing one or more subsuites and/or
54 """Recursively append all suites and testcases to the parent tag."""
59 # recurse into child suites
81 Test suites can be nested to any depth.
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
AllTests.java 27 * To run all suites found in this apk:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
__init__.py 6 specific test cases and suites (TestCase, TestSuite etc.), and also a
  /external/autotest/client/site_tests/graphics_GLBench/
control.bvt 24 # suites to get more stability data. Do not change this.
  /external/autotest/contrib/
count_labels 39 14 suites
  /external/autotest/test_suites/
control.test_that_wrapper 7 PURPOSE = "Wrapper for ad-hoc suites kicked of by test_that tool."
  /external/ltp/doc/
ltp-run-files.txt 39 Test suites
  /external/python/cpython2/Lib/unittest/
__init__.py 6 specific test cases and suites (TestCase, TestSuite etc.), and also a

Completed in 532 milliseconds

1 2 3 4 5 67 8 91011>>