/external/linux-tools-perf/ |
D | builtin-bench.c | 64 struct bench_suite *suites; member 89 for (i = 0; subsystems[subsys_index].suites[i].name; i++) in dump_suites() 91 subsystems[subsys_index].suites[i].name, in dump_suites() 92 subsystems[subsys_index].suites[i].summary); in dump_suites() 146 struct bench_suite *suites = subsys->suites; in all_suite() local 155 for (i = 0; suites[i].fn; i++) { in all_suite() 158 suites[i].name); in all_suite() 160 argv[1] = suites[i].name; in all_suite() 161 suites[i].fn(1, argv, NULL); in all_suite() 169 for (i = 0; subsystems[i].suites; i++) in all_subsystem() [all …]
|
/external/v8/benchmarks/ |
D | base.js | 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;
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_server.c | 345 u16 *suites; in tlsv1_server_init() local 363 suites = conn->cipher_suites; in tlsv1_server_init() 364 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_server_init() 365 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; in tlsv1_server_init() 366 suites[count++] = TLS_RSA_WITH_3DES_EDE_CBC_SHA; in tlsv1_server_init() 367 suites[count++] = TLS_RSA_WITH_RC4_128_SHA; in tlsv1_server_init() 368 suites[count++] = TLS_RSA_WITH_RC4_128_MD5; in tlsv1_server_init() 582 u16 *suites; in tlsv1_server_set_cipher_list() local 587 suites = conn->cipher_suites; in tlsv1_server_set_cipher_list() 588 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_server_set_cipher_list() [all …]
|
D | tlsv1_client.c | 445 u16 *suites; in tlsv1_client_init() local 461 suites = conn->cipher_suites; in tlsv1_client_init() 462 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_client_init() 463 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_client_init() 464 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_client_init() 465 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; in tlsv1_client_init() 466 suites[count++] = TLS_RSA_WITH_3DES_EDE_CBC_SHA; in tlsv1_client_init() 467 suites[count++] = TLS_RSA_WITH_RC4_128_SHA; in tlsv1_client_init() 468 suites[count++] = TLS_RSA_WITH_RC4_128_MD5; in tlsv1_client_init() 730 u16 *suites; in tlsv1_client_set_cipher_list() local [all …]
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | CipherSuiteTest.java | 50 CipherSuite[] suites = CipherSuite.getSupported(); in testGetByName() local 51 for (int i = 0; i < suites.length; i++) { in testGetByName() 52 assertEquals("incorrect cipher suite returned", suites[i], in testGetByName() 53 CipherSuite.getByName(suites[i].getName())); in testGetByName() 63 CipherSuite[] suites = CipherSuite.getSupported(); in testGetByCodebytebyte() local 64 for (int i = 0; i < suites.length; i++) { in testGetByCodebytebyte() 65 byte[] code = suites[i].toBytes(); in testGetByCodebytebyte() 66 assertEquals("incorrect cipher suite returned", suites[i], in testGetByCodebytebyte() 78 CipherSuite[] suites = CipherSuite.getSupported(); in testGetByCodebytebytebyte() local 79 for (int i = 0; i < suites.length; i++) { in testGetByCodebytebytebyte() [all …]
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ |
D | mkhtml.pl | 22 $suites[$#suites+1] = $_; 26 die ( "Specify a directory: ". join(" ", @suites) ."\n" );
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
D | SSLEngineTest.java | 47 String[] suites = { "a", "b", "c" }; in test01() local 48 e.setEnabledCipherSuites(suites); in test01() 49 assertEquals(e.getEnabledCipherSuites().length, suites.length); in test01() 75 String[] suites = { "a", "b", "c" }; in test03() local 76 e.setEnabledCipherSuites(suites); in test03() 77 assertEquals(e.getEnabledCipherSuites().length, suites.length); in test03() 454 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() argument 455 enabledCipherSuites = suites; in setEnabledCipherSuites()
|
D | SSLServerSocketTest.java | 105 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() argument
|
D | SSLSocketTest.java | 141 public void setEnabledCipherSuites(String[] suites) { in setEnabledCipherSuites() argument
|
/external/llvm/docs/CommandGuide/ |
D | lit.rst | 13 suites, summarizing their results, and providing indication of failures. 57 test suites, instead of :file:`lit.cfg` and :file:`lit.site.cfg`. 150 .. option:: --show-suites 152 List the discovered test suites as part of the standard output. 178 :program:`lit` resolves the inputs specified on the command line to test suites 180 :file:`lit.site.cfg` file. These files serve as both a marker of test suites 184 Once :program:`lit` has mapped the inputs into test suites it traverses the 247 defined by *test suites*. 253 suite*. Test suites serve to define the format of the tests they contain, the 256 :program:`lit` identifies test suites as directories containing ``lit.cfg`` or [all …]
|
/external/webkit/PerformanceTests/SunSpider/ |
D | make-hosted | 40 my @suites = ("sunspider-0.9", "sunspider-0.9.1"); 42 foreach my $suite (@suites) {
|
D | ChangeLog | 233 0.9 and the 0.9.1 test suites. 247 Give command-line sunspider the ability to handle multiple suites and versions 251 enumerating the tests. Current suites are: 266 * sunspider: Modified to handle multiple suites as described above.
|
/external/webkit/Tools/Scripts/ |
D | check-dom-results | 44 my @suites = ( {"name" => "DOM Level 1 Core (html)", "directory" => "dom/html/level1/core"}, 60 foreach my $suite (@suites) {
|
/external/llvm/utils/lit/ |
D | TODO | 18 - Allow 'lit' driver to cooperate with test suites to add options (or at least 24 - Consider move to change workflow to always load suites, then resolve command
|
/external/linux-tools-perf/Documentation/ |
D | perf-bench.txt | 6 perf-bench - General framework for benchmark suites 15 This 'perf bench' command is general framework for benchmark suites.
|
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/ |
D | MySSLContextSpi.java | 149 public void setEnabledCipherSuites(String[] suites) { } in setEnabledCipherSuites() argument
|
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/ |
D | MySSLContextSpi.java | 157 public void setEnabledCipherSuites(String[] suites) { } in setEnabledCipherSuites() argument
|
/external/valgrind/main/docs/internals/ |
D | multiple-architectures.txt | 19 performance and regression suites and all auxiliary programs. For
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 283 # A function to add a set of lit test suites to be driven through 'check-*' targets.
|
/external/v8/tools/ |
D | test.py | 1426 suites = GetSuites(join(workspace, 'test')) 1427 repositories = [TestRepository(join(workspace, 'test', name)) for name in suites]
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 5821 u32 suites[10]; in wpa_driver_nl80211_set_ap() local 5902 suites[num_suites++] = WLAN_AKM_SUITE_8021X; in wpa_driver_nl80211_set_ap() 5904 suites[num_suites++] = WLAN_AKM_SUITE_PSK; in wpa_driver_nl80211_set_ap() 5907 num_suites * sizeof(u32), suites); in wpa_driver_nl80211_set_ap() 5918 suites[num_suites++] = WLAN_CIPHER_SUITE_CCMP; in wpa_driver_nl80211_set_ap() 5920 suites[num_suites++] = WLAN_CIPHER_SUITE_GCMP; in wpa_driver_nl80211_set_ap() 5922 suites[num_suites++] = WLAN_CIPHER_SUITE_TKIP; in wpa_driver_nl80211_set_ap() 5924 suites[num_suites++] = WLAN_CIPHER_SUITE_WEP104; in wpa_driver_nl80211_set_ap() 5926 suites[num_suites++] = WLAN_CIPHER_SUITE_WEP40; in wpa_driver_nl80211_set_ap() 5929 num_suites * sizeof(u32), suites); in wpa_driver_nl80211_set_ap()
|
/external/harfbuzz_ng/ |
D | NEWS | 316 - Test suites and testing infrastructure (work in progress).
|
/external/llvm/docs/ |
D | TestSuiteMakefileGuide.rst | 63 suites. The ``External`` directory does not contain these actual
|
D | TestingGuide.rst | 435 suites. The ``External`` directory does not contain these actual
|
/external/wpa_supplicant_8/hostapd/ |
D | README | 342 # Set of accepted cipher suites (encryption algorithms) for pairwise keys
|