/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
SSLSocketFactoryTest.java | 109 assertTrue("no default cipher suites returned", 122 assertTrue("no supported cipher suites returned",
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
X509TrustManager.java | 68 * of the cipher suites represented as a String, such as "RSA", 69 * "DHE_DSS". Note: for some exportable cipher suites, the key
|
/prebuilts/go/darwin-x86/src/compress/flate/ |
reader_test.go | 25 var suites = []struct{ name, file string }{ var 82 for _, suite := range suites {
|
/prebuilts/go/linux-x86/src/compress/flate/ |
reader_test.go | 25 var suites = []struct{ name, file string }{ var 82 for _, suite := range suites {
|
/tools/tradefederation/core/tests/res/config/suite/ |
suite.md | 9 A test can also be easily added to multiple suites by specifying the suite name 11 complicated GCL files, for a test to run in multiple suites.
|
/external/autotest/server/ |
constants.py | 45 SPARE_POOL = 'suites'
|
/external/autotest/test_suites/ |
control.stress | 19 related suites will focus on more specific aspects, which can be run as
|
control.stress2 | 19 related suites will focus on more specific aspects, which can be run as
|
control.stress3 | 19 related suites will focus on more specific aspects, which can be run as
|
control.stress4 | 19 related suites will focus on more specific aspects, which can be run as
|
control.stress5 | 19 related suites will focus on more specific aspects, which can be run as
|
/external/clang/utils/perf-training/ |
CMakeLists.txt | 2 # All test suites added here should be excuded from check-all
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
PSKKeyManager.java | 25 * Provider of key material for pre-shared key (PSK) key exchange used in TLS-PSK cipher suites. 29 * <p>TLS-PSK is a set of TLS/SSL cipher suites which rely on a symmetric pre-shared key (PSK) to 30 * secure the TLS/SSL connection and mutually authenticate its peers. These cipher suites may be 31 * a more natural fit compared to conventional public key based cipher suites in some scenarios
|
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/ |
StandardNames.java | 46 * client and server auth types, cipher suites. 685 // TLSv1.2 cipher suites 701 // Pre-Shared Key (PSK) cipher suites [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
TestCharacterListGenerator.java | 25 * Generates {@code List<Character>} instances for test suites.
|
/external/llvm/utils/lit/ |
setup.py | 30 *lit* is a portable tool for executing LLVM and Clang style test suites,
|
/external/swiftshader/third_party/LLVM/utils/lit/ |
setup.py | 23 *lit* is a portable tool for executing LLVM and Clang style test suites,
|
/external/testng/src/main/java/org/testng/xml/ |
SuiteGenerator.java | 10 * Factory to create custom suites.
|
/libcore/dom/src/test/resources/ |
xhtml1-strict.dtd | 18 This is a radically simplified DTD for use in the DOM Test Suites
|
/platform_testing/libraries/longevity/src/android/longevity/core/listener/ |
TimeoutTerminator.java | 25 * A {@link RunTerminator} for terminating early on test end due to long duration for host suites.
|
/test/vts-testcase/hal/treble/vintf/ |
VtsTrebleVintfTestBase.h | 37 // Base class for many test suites. Provides some utility functions.
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
ModuleMerger.java | 51 /** Returns true if the two suites are part of the same original split. False otherwise. */
|
/cts/tests/core/runner/src/com/android/cts/core/runner/support/ |
SingleTestNgTestExecutor.java | 100 List<XmlSuite> suites = new ArrayList<>(); local 108 suites.add(the_suite); 109 testng.setXmlSuites(suites);
|
/external/autotest/scheduler/ |
host_scheduler.py | 24 ** Suport minimum duts requirement for suites (non-inline mode) ** 29 When suites are competing for duts, if any suite has not got minimum duts 32 all suites' minimum duts requirement have been fullfilled, the host 34 This is to prevent low priority suites from starving when sharing pool with 35 high-priority suites. 40 priority suites. If a high priority suite didn't specify it but a low 45 state of host assignment for suites. 47 TODO(fdeng): There is a chance two suites can exchange duts, 48 if the two suites are for different builds, the exchange 95 """Recording the host assignment for suites [all...] |
/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
|