HomeSort by relevance Sort by last modified time
    Searched refs:suites (Results 1 - 25 of 59) sorted by null

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ctypes.py 11 suites = [unittest.makeSuite(t) for t in testcases]
12 run_unittest(unittest.TestSuite(suites))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ctypes.py 11 suites = [unittest.makeSuite(t) for t in testcases]
12 run_unittest(unittest.TestSuite(suites))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-bench.c 36 #define suite_all { "all", "Test all benchmark suites", NULL }
79 struct bench_suite *suites; member in struct:bench_subsys
106 printf("# List of available suites for %s...\n\n",
109 for (i = 0; subsystems[subsys_index].suites[i].name; i++)
111 subsystems[subsys_index].suites[i].name,
112 subsystems[subsys_index].suites[i].summary);
166 struct bench_suite *suites = subsys->suites; local
175 for (i = 0; suites[i].fn; i++) {
178 suites[i].name)
    [all...]
  /external/chromium_org/tools/gyp/test/small/
gyptest-small.py 25 # Add new test suites here.
36 # Collect all the suites from the above files.
37 suites = [] variable
45 # Add it to the list of test suites.
46 suites.append(unittest.defaultTestLoader.loadTestsFromModule(module))
48 all_tests = unittest.TestSuite(suites)
  /cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
TestListParser.java 40 final HashMap<String, TestSuite> suites = new HashMap<String, TestSuite>(); local
69 } else if (suites.containsKey(name)) {
70 currentSuite = suites.get(name);
73 suites.put(name, currentSuite);
94 return suites;
XmlPlanGenerator.java 119 final HashMap<String, TestSuite> suites = TestListParser.parse(System.in); local
120 if (suites.isEmpty()) {
123 writeTestSuites(writer, suites, "");
127 private void writeTestSuites(PrintWriter writer, HashMap<String, TestSuite> suites, String name) {
128 for (String suiteName : suites.keySet()) {
129 final TestSuite suite = suites.get(suiteName);
  /external/chromium_org/v8/tools/testrunner/network/
endpoint.py 91 suites = []
96 suites.append(suite)
99 for s in suites:
107 suites = [ s for s in suites if len(s.tests) > 0 ]
108 for s in suites:
112 runner = execution.Runner(suites, progress_indicator, ctx)
distro.py 43 def Assign(suites, peers):
45 for s in suites:
56 for s in suites:
network_execution.py 53 def __init__(self, suites, progress_indicator, context, peers, workspace):
54 self.suites = suites
61 for s in suites:
117 for s in self.suites:
142 distro.Assign(self.suites, self.peers)
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 49 CipherSuite[] suites = CipherSuite.getSupported(); local
50 for (int i = 0; i < suites.length; i++) {
51 assertEquals("incorrect cipher suite returned", suites[i],
52 CipherSuite.getByName(suites[i].getName()));
62 CipherSuite[] suites = CipherSuite.getSupported(); local
63 for (int i = 0; i < suites.length; i++) {
64 byte[] code = suites[i].toBytes();
65 assertEquals("incorrect cipher suite returned", suites[i],
77 CipherSuite[] suites = CipherSuite.getSupported(); local
78 for (int i = 0; i < suites.length; i++)
106 CipherSuite[] suites = CipherSuite.getSupported(); local
113 CipherSuite[] suites = CipherSuite.getSupported(); local
    [all...]
  /external/wpa_supplicant_8/src/tls/
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
735 u16 *suites; local
    [all...]
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
622 u16 *suites; local
    [all...]
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
TestListParser.java 71 String[] suites = fullSuite.split("\\."); local
72 int numSuites = suites.length;
76 String name = suites[i];
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
__init__.py 4 suites = [] variable
5 add = registerCase = suites.append
62 for test in suites:
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
make-hosted 40 my @suites = ("sunspider-0.9", "sunspider-0.9.1", "sunspider-1.0");
42 foreach my $suite (@suites) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-dom-results 44 my @suites = ( {"name" => "DOM Level 1 Core (html)", "directory" => "dom/html/level1/core"},
60 foreach my $suite (@suites) {
  /libcore/luni/src/main/java/javax/net/ssl/
SSLServerSocket.java 94 * Returns the names of the enabled cipher suites to be used for new
97 * @return the names of the enabled cipher suites to be used for new
103 * Sets the names of the cipher suites to be enabled for new connections.
104 * Only cipher suites returned by {@link #getSupportedCipherSuites()} are
107 * @param suites
108 * the names of the to be enabled cipher suites.
112 public abstract void setEnabledCipherSuites(String[] suites);
115 * Returns the names of the supported cipher suites.
117 * @return the names of the supported cipher suites.
  /external/chromium_org/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/chromium_org/v8/tools/testrunner/objects/
testcase.py 67 def SetSuiteObject(self, suites):
68 self.suite = suites[self.suite]
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLServerSocketImpl.java 124 * This method enables the cipher suites listed by
127 * @param suites the names of all the cipher suites to enable
129 * suites are not supported, or when the array is null.
132 public void setEnabledCipherSuites(String[] suites) {
133 sslParameters.setEnabledCipherSuites(suites);
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 309 suites = []
314 suites.append(suite)
317 for s in suites:
323 code = Execute(arch, mode, args, options, suites, workspace)
341 def Execute(arch, mode, args, options, suites, workspace):
379 # Find available test suites and read test cases from them.
398 test_backup = dict((s, []) for s in suites)
400 for s in suites:
422 runner = execution.Runner(suites, progress_indicator, ctx)
429 for s in suites
    [all...]
  /external/chromium_org/v8/test/promises-aplus/lib/
mocha.js 56 suites: []
61 while (context.currentSuiteIndex < context.suites.length &&
62 context.suites[context.currentSuiteIndex].hasRun) {
65 if (context.suites.length == context.currentSuiteIndex) {
68 return context.suites[context.currentSuiteIndex];
82 for (var i = 0; i < context.suites.length; ++i) {
83 numRegularTestCases += context.suites[i].numRegularTestCases();
85 print(context.suites.length + ' suites and ' + numRegularTestCases +
241 context.suites.push(new TestSuite(incomplete))
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
base.js 29 // Simple framework for running the benchmark suites and
63 // Suites of benchmarks consist of a name and the set of benchmarks in
71 BenchmarkSuite.suites.push(this);
75 // Keep track of all declared benchmark suites.
76 BenchmarkSuite.suites = [];
106 // Runs all registered benchmark suites and optionally yields between
112 var suites = BenchmarkSuite.suites;
113 var length = suites.length;
121 var suite = suites[index++]
    [all...]
  /external/chromium_org/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/chromium_org/v8/test/perf-test/Collections/
base.js 17 // Simple framework for running the benchmark suites and
58 // Suites of benchmarks consist of a name and the set of benchmarks in
66 BenchmarkSuite.suites.push(this);
70 // Keep track of all declared benchmark suites.
71 BenchmarkSuite.suites = [];
113 // Runs all registered benchmark suites and optionally yields between
120 var suites = BenchmarkSuite.suites;
121 var length = suites.length;
129 var suite = suites[index++]
    [all...]

Completed in 1214 milliseconds

1 2 3