/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/ui/base/test/ |
ui_controls.h | 17 // top level, these can only be called from test suites that are not sharded. 43 // suites. This method ensures that they're not accidently called by sharded
|
/external/chromium_org/v8/tools/testrunner/objects/ |
testcase.py | 65 def SetSuiteObject(self, suites): 66 self.suite = suites[self.suite]
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLSocketFactoryTest.java | 119 assertTrue("no default cipher suites returned", 132 assertTrue("no supported cipher suites returned",
|
SSLServerSocketTest.java | 66 public void setEnabledCipherSuites(String[] suites) { 204 assertTrue("no supported cipher suites available.", res.length > 0); 210 * javax.net.ssl.SSLServerSocket#setEnabledCipherSuites(String[] suites) 226 assertTrue("No supported cipher suites", count > 0); 230 assertEquals("not all supported cipher suites were enabled",
|
/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.
|
/external/chromium_org/chrome/browser/performance_monitor/ |
metric.h | 30 // when we run test suites.
|
/external/chromium_org/net/ssl/ |
ssl_cipher_suite_names.h | 39 // suites in this form will not return an error.
|
/external/chromium_org/net/third_party/nss/patches/ |
ciphersuiteversion.patch | 16 /* See RFC 4346 A.5. Export cipher suites must not be used in TLS 1.1 or 67 -/* return number of cipher suites that match policy and enabled state */ 68 +/* return number of cipher suites that match policy, enabled state and are 148 for (i = 0; i + 1 < suites.len; i += 2) {
|
fallbackscsv.patch | 89 + for (i = 0; i + 1 < suites.len; i += 2) { 90 + PRUint16 suite_i = (suites.data[i] << 8) | suites.data[i + 1];
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/ |
contexts.xml | 10 Typically, the Eclipse builder runs performance tests for each component after the build is made on several performance test machines. Each component defines one or several specific performance test suites made of several test (aka scenario). Several performance numbers (e.g. Elapsed Process Time and CPU Time) are stored for each scenario and all build results are available in the performance results database.
|
/external/llvm/utils/lit/ |
setup.py | 23 *lit* is a portable tool for executing LLVM and Clang style test suites,
|
/libcore/dom/src/test/resources/ |
xhtml1-strict.dtd | 18 This is a radically simplified DTD for use in the DOM Test Suites
|
/external/linux-tools-perf/Documentation/ |
perf-bench.txt | 6 perf-bench - General framework for benchmark suites 15 This 'perf bench' command is general framework for benchmark suites. 48 SUITES FOR 'sched'
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipStackExt.java | 105 * Set the list of cipher suites supported by the stack. A stack can have only one set of 106 * suites. These are not validated against the supported cipher suites of the java runtime, so
|
/libcore/crypto/src/test/java/org/conscrypt/ |
CipherSuiteTest.java | 116 CipherSuite[] suites = CipherSuite.getSupported(); local 117 List<String> names = new ArrayList<String>(suites.length); 118 for (CipherSuite cs : suites) {
|
/external/chromium_org/chrome/browser/net/ |
ssl_config_service_manager_pref.cc | 44 // containing the underlying SSL/TLS cipher suites. Unrecognized/invalid 45 // cipher suites will be ignored. 166 // Processes changes to the disabled cipher suites preference, updating the 167 // cached list of parsed SSL/TLS cipher suites that are disabled. 181 // The cached list of disabled SSL cipher suites.
|
/external/chromium_org/v8/tools/ |
run-tests.py | 320 suites = [] 325 suites.append(suite) 328 for s in suites: 332 code = Execute(arch, mode, args, options, suites, workspace) 337 def Execute(arch, mode, args, options, suites, workspace): 371 # Find available test suites and read test cases from them. 383 for s in suites: 442 runner = network_execution.NetworkedRunner(suites, progress_indicator, 445 runner = execution.Runner(suites, progress_indicator, ctx) 455 verbose.PrintTestDurations(suites, overall_duration [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
bencher | 257 puts "suites." [all...] |
/external/chromium_org/net/third_party/nss/ |
README.chromium | 104 * Implement the AES GCM cipher suites. 128 * Don't advertise TLS 1.2-only cipher suites in a TLS 1.1 ClientHello. 156 * Add a function to allow the cipher suites preference order to be set.
|
/libcore/crypto/src/main/java/org/conscrypt/ |
SSLServerSocketImpl.java | 32 // about supported and enabled cipher suites and protocols, 120 public void setEnabledCipherSuites(String[] suites) { 121 sslParameters.setEnabledCipherSuites(suites);
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/ |
AllTests.java | 27 * To run all suites found in this apk:
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLServerSocketTest.java | 105 public void setEnabledCipherSuites(String[] suites) {
|
/external/chromium-trace/trace-viewer/src/base/ |
unittest.js | 138 this.suites_.length + ' suites, ' + 440 function Suites(suitePaths, tests) { 453 Suites: Suites
|
/external/chromium_org/chrome/test/functional/media/ |
README | 6 This directory contains suites for HTML5 media performance/functional tests.
|