Searched refs:suites (Results 1 – 12 of 12) sorted by relevance
70 BenchmarkSuite.suites.push(this);75 BenchmarkSuite.suites = [];107 var suites = BenchmarkSuite.suites;108 var length = suites.length;116 var suite = suites[index++];139 var suites = BenchmarkSuite.suites;140 for (var i = 0; i < suites.length; i++) {141 result += suites[i].benchmarks.length;
22 $suites[$#suites+1] = $_;26 die ( "Specify a directory: ". join(" ", @suites) ."\n" );
44 my @suites = ( {"name" => "DOM Level 1 Core (html)", "directory" => "dom/html/level1/core"},60 foreach my $suite (@suites) {
2082 u16 *suites; in tlsv1_client_init() local2098 suites = conn->cipher_suites; in tlsv1_client_init()2100 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_client_init()2102 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; in tlsv1_client_init()2103 suites[count++] = TLS_RSA_WITH_3DES_EDE_CBC_SHA; in tlsv1_client_init()2104 suites[count++] = TLS_RSA_WITH_RC4_128_SHA; in tlsv1_client_init()2105 suites[count++] = TLS_RSA_WITH_RC4_128_MD5; in tlsv1_client_init()2369 u16 *suites; in tlsv1_client_set_cipher_list() local2374 suites = conn->cipher_suites; in tlsv1_client_set_cipher_list()2375 suites[count++] = TLS_DH_anon_WITH_AES_256_CBC_SHA; in tlsv1_client_set_cipher_list()[all …]
1 # Configurable variable values for building test suites.
57 GSList *suites; member1059 suite->suites = g_slist_prepend (suite->suites, nestedsuite); in g_test_suite_add_suite()1183 reversed = g_slist_reverse (g_slist_copy (suite->suites)); in g_test_run_suite_internal()
1226 suites = GetSuites(join(workspace, 'test'))1227 repositories = [TestRepository(join(workspace, 'test', name)) for name in suites]
795 1% speed improvement on js-ibench and js-performance plt suites.
24 completely fixed now. Yay for regression test suites. (Addresses Red550 running the test suites is the "C" locale. (Obviates Gentoo patch:1015 that regression test suites can repeatedly modify the filesystem's1097 Add valgrind support to the regression test suites, and eliminate
2499 As of LibTomCrypt v1.15, XCBC-MAC (RFC 3566) has been provided to support TLS encryption suites. L…
28216 suites swEts
11992 Landing the W3C XHTML DOM test suites.