/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/ |
SSLSocketTest.java | 141 public void setEnabledCipherSuites(String[] suites) {
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLServerSocketImplTest.java | 317 + "of supported cipher suites: " + enabled[i]); 347 * setEnabledCipherSuites(String[] suites) method testing. 363 + "of supported cipher suites: " + enabled[i]); 478 + "of supported cipher suites: " + enabled[i]);
|
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/ |
MySSLContextSpi.java | 149 public void setEnabledCipherSuites(String[] suites) { }
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
ContentDetectionTestBase.java | 21 * Base class for content detection test suites.
|
/external/chromium_org/net/third_party/nss/patches/ |
cipherorder.patch | 59 + /* Disable all cipher suites that weren't included. */
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
builders_unittests.js | 55 equal(filter('Android Tests (dbg)'), false, 'Should not show non deps ChromiumWebkit bots for test suites other than layout-tests or webkit_unit_tests');
|
/external/chromium_org/third_party/icu/source/common/ |
unorm_it.h | 78 * See also the ICU test suites.
|
/external/clang/test/ |
Makefile | 25 # Make sure any extra test suites can find the main site config.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
components.html | 26 or several specific performance test suites made of several test (aka scenario).
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/ |
CollectionSize.java | 79 // gives a predictable order of test suites.
|
/external/icu4c/common/ |
unorm_it.h | 78 * See also the ICU test suites.
|
/external/junit/src/org/junit/rules/ |
TestRule.java | 18 * The default JUnit test runners for suites and
|
/external/llvm/utils/lit/lit/ |
main.py | 240 group.add_option("", "--show-suites", dest="showSuites", 241 help="Show discovered test suites", 303 # Show the suites, if requested. 305 print('-- Test Suites --')
|
/frameworks/base/docs/html/training/activity-testing/ |
index.jd | 33 <em>test suites</em> and run programmatically, in a repeatable manner, with
|
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
AbstractCharsetTestCase.java | 27 * Super class for concrete charset test suites.
|
/libcore/luni/src/main/java/java/net/ |
SecureCacheResponse.java | 89 * {@code X500Principal} object for X509-based cipher suites. If no
|
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MySSLContextSpi.java | 142 public void setEnabledCipherSuites(String[] suites) { }
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
MySSLContextSpi.java | 140 public void setEnabledCipherSuites(String[] suites) { }
|
/ndk/sources/host-tools/make-3.81/glob/ |
fnmatch.h | 69 returned but the conformance test suites still require the symbol
|
/external/chromium_org/chrome/browser/net/ |
ssl_config_service_manager_pref_unittest.cc | 77 // Test that cipher suites can be disabled. "Good" refers to the fact that 111 // Test that cipher suites can be disabled. "Bad" refers to the fact that
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SortedMultisetTestSuiteBuilder.java | 77 * To avoid infinite recursion, test suites with these marker features won't 78 * have derived suites created for them.
|
/external/wpa_supplicant_8/src/common/ |
defs.h | 124 * enum wpa_cipher - Cipher suites 137 * enum wpa_key_mgmt - Key management suites
|
/external/wpa_supplicant_8/src/tls/ |
tlsv1_common.c | 21 * Add support for commonly used cipher suites; don't bother with exportable 22 * suites.
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLSessionContextTest.java | 174 // only use RSA cipher suites which will work with our TrustProvider 207 * reused the unique cipher suites every time it resets the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 192 suites = [unittest.makeSuite(o) for o in testcases] 193 suite = unittest.TestSuite(suites)
|