/external/chromium_org/net/third_party/nss/ssl/ |
ssl3con.c | 110 /* This list of SSL3 cipher suites is sorted in descending order of 111 * precedence (desirability). It only includes cipher suites we implement. 112 * This table is modified by SSL3_SetPolicy(). The ordering of cipher suites 375 /* New TLS cipher suites */ 639 /* See RFC 4346 A.5. Export cipher suites must not be used in TLS 1.1 or 640 * later. This set of cipher suites is similar to, but different from, the 641 * set of cipher suites considered exportable by SSL_IsExportCipherSuite. 694 ssl_LookupCipherSuiteCfg(ssl3CipherSuite suite, ssl3CipherSuiteCfg *suites) 699 if (suites[i].cipher_suite == suite) 700 return &suites[i] 7948 SECItem suites = {siBuffer, NULL, 0}; local 8746 unsigned char * suites; local [all...] |
sslinfo.c | 176 /* ECC cipher suites */ 283 * returns false for unknown suites.
|
ssl.h | 28 /* constant table enumerating all implemented SSL 2 and 3 cipher suites. */ 105 #define SSL_NO_STEP_DOWN 15 /* Disable export cipher suites */ 137 * on SSL CBC mode cipher suites (see RFC 4346 Section F.3) by splitting [all...] |
/frameworks/base/docs/html/tools/help/ |
monkeyrunner_concepts.jd | 40 functional/framework level and for running unit test suites, but you are free to use it for 58 test suites across multiple devices or emulators. You can physically attach all the devices
|
/libcore/luni/src/test/java/libcore/javax/net/ssl/ |
SSLEngineTest.java | 109 * cipher suites. 115 * Kerberos cipher suites require external setup. See "Kerberos Requirements" in
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
RemoteAdtTestRunner.java | 228 /** Sends info about the test tree to be executed (ie the suites and their enclosed tests) */ 308 // add a small delay between each test. Otherwise for large test suites framework may
|
/development/testrunner/test_defs/ |
test_walker.py | 68 list of test suites that support operations defined by
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
suite.py | 275 "A crude way to tell apart testcases and suites with duck-typing"
|
/external/chromium_org/third_party/sqlite/src/test/ |
permutations.test | 126 # Define the generic test suites: 192 # Define the coverage related test suites: 215 # Define the permutation test suites: 827 puts "Available test-suites are:"
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ImmutableSetCollectionTest.java | 59 @GwtIncompatible("suite") // handled by collect/gwt/suites
|
/external/junit/src/junit/framework/ |
TestSuite.java | 224 * test suites have a name and this method
|
/external/libsepol/tests/ |
test-common.c | 23 /* This has tests that are common between test suites*/
|
/external/llvm/cmake/modules/ |
AddLLVM.cmake | 283 # A function to add a set of lit test suites to be driven through 'check-*' targets.
|
/external/llvm/utils/lit/lit/ |
discovery.py | 148 # Check for nested test suites, first in the execpath in case there is a
|
/external/valgrind/main/docs/internals/ |
multiple-architectures.txt | 19 performance and regression suites and all auxiliary programs. For
|
/frameworks/base/test-runner/src/android/test/suitebuilder/ |
TestSuiteBuilder.java | 41 * Build suites based on a combination of included packages, excluded packages,
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLContext.java | 304 * all supported cipher suites and protocols.
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_AbstractTest.java | 29 * Super class for concrete charset test suites.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
framework.ipp | 313 BOOST_TEST_SETUP_ASSERT( new_id != MAX_TEST_SUITE_ID, BOOST_TEST_L( "too many test suites" ) );
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
__init__.py | 3 Resource aeut resid 0 Standard Event Suites for English
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
suite.py | 291 "A crude way to tell apart testcases and suites with duck-typing"
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
suite.py | 291 "A crude way to tell apart testcases and suites with duck-typing"
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
testimonials.html | 97 From the article "Obfuscating MIDlet Suites with ProGuard" at <a
|
/libcore/crypto/src/main/java/org/conscrypt/ |
SSLSocketImpl.java | 66 // about supported and enabled cipher suites and protocols, 261 public void setEnabledCipherSuites(String[] suites) { 262 sslParameters.setEnabledCipherSuites(suites);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
gensuitemodule.py | 430 (getlist, "suites", getsuite) 436 [version, language, script, suites] = aete 472 for suite in suites: 572 so we can resolve recursive references by suites to enums/comps/etc declared 573 in other suites""" [all...] |