/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.
|
SSLSocketFactory.java | 88 * Returns the names of the cipher suites that are enabled by default. 90 * @return the names of the cipher suites that are enabled by default. 95 * Returns the names of the cipher suites that are supported and could be 98 * @return the names of the cipher suites that are supported.
|
SSLSocket.java | 138 * Returns the names of the supported cipher suites. 143 * Returns the names of the enabled cipher suites. 148 * Sets the names of the cipher suites to be enabled. 149 * Only cipher suites returned by {@link #getSupportedCipherSuites()} are 152 * @param suites 153 * the names of the to be enabled cipher suites. 157 public abstract void setEnabledCipherSuites(String[] suites); 293 * cipher suites, protocols, and client authentication settings. 309 * suites if the parameter's cipher suites are non-null. Similarl [all...] |
package.html | 12 the selection of desired cipher suites. The {@link
|
SSLEngine.java | 167 * These cipher suites can be enabled using 217 * instance. Only cipher suites listed by {@code getSupportedCipherSuites()} 220 * @param suites 223 * if one of the specified cipher suites is not supported, or if 224 * {@code suites} is {@code null}. 226 public abstract void setEnabledCipherSuites(String[] suites); 467 * cipher suites, protocols, and client authentication settings. 483 * suites if the parameter's cipher suites are non-null. Similarly
|
/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];
|
XmlGenerator.java | 139 Collection<TestSuite> suites = parser.parse(System.in); local 141 writeTestSuites(writer, suites, nameCollector); 145 private void writeTestSuites(PrintWriter writer, Collection<TestSuite> suites, 147 Collection<TestSuite> sorted = sortCollection(suites);
|
/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/content/public/test/ |
content_test_suite_base.h | 16 // A basis upon which test suites that use content can be built. This suite
|
/external/junit/src/org/junit/runner/ |
Computer.java | 8 * Represents a strategy for computing runners and suites.
|
RunWith.java | 17 * For example, suites in JUnit 4 are built using RunWith, and a custom runner named Suite:
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client.c | 445 u16 *suites; local 461 suites = conn->cipher_suites; 462 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA256; 463 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; 464 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA256; 465 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; 466 suites[count++] = TLS_RSA_WITH_3DES_EDE_CBC_SHA; 467 suites[count++] = TLS_RSA_WITH_RC4_128_SHA; 468 suites[count++] = TLS_RSA_WITH_RC4_128_MD5; 721 * tlsv1_client_set_cipher_list - Configure acceptable cipher suites 730 u16 *suites; local [all...] |
/external/llvm/utils/lit/tests/ |
discovery.py | 4 # RUN: -j 1 --debug --show-tests --show-suites --max-tests 0 \ 13 # CHECK-BASIC-OUT: -- Test Suites -- 35 # RUN: -j 1 --show-tests --show-suites --max-tests 0 -v > %t.out 47 # RUN: -j 1 --debug --show-tests --show-suites --max-tests 0 \ 59 # CHECK-ASEXEC-OUT: -- Test Suites -- 81 # RUN: -j 1 --show-tests --show-suites --max-tests 0 -v > %t.out 94 # RUN: -j 1 --show-tests --show-suites --max-tests 0 -v > %t.out
|
/external/chromium_org/v8/tools/testrunner/network/ |
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 59 for s in suites: 115 for s in self.suites: 140 distro.Assign(self.suites, self.peers)
|
/external/chromium_org/build/android/pylib/utils/ |
test_options_parser.py | 20 help='If set, run test suites under out/Debug. ' 24 help='If set, run test suites under out/Release. '
|
/external/chromium_org/v8/tools/ |
run-deopt-fuzzer.py | 302 suites = [] 307 suites.append(suite) 310 for s in suites: 315 code = Execute(arch, mode, args, options, suites, workspace) 331 def Execute(arch, mode, args, options, suites, workspace): 364 # Find available test suites and read test cases from them. 378 test_backup = dict((s, []) for s in suites) 380 for s in suites: 403 runner = execution.Runner(suites, progress_indicator, ctx) 415 for s in suites [all...] |
/external/chromium_org/build/ |
apk_test.gypi | 6 # to build APK based test suites.
|
/external/linux-tools-perf/ |
common-cmds.h | 11 {"bench", "General framework for benchmark suites"},
|
/external/llvm/docs/CommandGuide/ |
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*. 249 TEST SUITES 253 suite*. Test suites serve to define the format of the tests they contain, th [all...] |
/packages/apps/Email/tests/src/com/android/email/ |
SmallTests.java | 25 * Unit & small test suites for Email. This is intended to run all tests that can be handled
|
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLEngineTest.java | 47 String[] suites = { "a", "b", "c" }; local 48 e.setEnabledCipherSuites(suites); 49 assertEquals(e.getEnabledCipherSuites().length, suites.length); 75 String[] suites = { "a", "b", "c" }; local 76 e.setEnabledCipherSuites(suites); 77 assertEquals(e.getEnabledCipherSuites().length, suites.length); 454 public void setEnabledCipherSuites(String[] suites) { 455 enabledCipherSuites = suites;
|
/external/chromium-trace/trace-viewer/src/ |
tests.html | 52 base.unittest.Suites(['/src/' + suite + '_test.js'], tests); 55 base.unittest.Suites(JSON.parse(data), tests);
|
/external/chromium_org/net/ssl/ |
ssl_config_service_unittest.cc | 103 // Test that disabling certain cipher suites triggers an update. 120 // cipher suites disabled, triggers an update.
|
/external/chromium_org/net/third_party/nss/patches/ |
aesgcmchromium.patch | 63 +/* On this socket, disable the GCM cipher suites */ 104 /* how many suites are permitted by policy and user preference? */
|