HomeSort by relevance Sort by last modified time
    Searched full:suites (Results 76 - 100 of 292) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/net/socket/
nss_ssl_util.cc 94 // Disable ECDSA cipher suites on platforms that do not support ECDSA
112 // Trim the list of cipher suites in order to keep the size of the
114 // HMAC-SHA256 cipher suites are disabled.
140 // Our top preference cipher suites are either forward-secret AES-GCM or
  /external/junit/src/org/junit/runners/model/
RunnerBuilder.java 17 * imagine a custom runner that builds suites based on a list of classes in a text file:
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 43 * client and server auth types, cipher suites.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fnmatch.h 57 returned but the conformance test suites still require the symbol
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fnmatch.h 57 returned but the conformance test suites still require the symbol
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fnmatch.h 57 returned but the conformance test suites still require the symbol
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
__init__.py 6 specific test cases and suites (TestCase, TestSuite etc.), and also a
loader.py 128 suites = [self.loadTestsFromName(name, module) for name in names]
129 return self.suiteClass(suites)
238 """Used by discovery. Yields test suites it loads."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
__init__.py 6 specific test cases and suites (TestCase, TestSuite etc.), and also a
loader.py 128 suites = [self.loadTestsFromName(name, module) for name in names]
129 return self.suiteClass(suites)
238 """Used by discovery. Yields test suites it loads."""
  /sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java 27 * To run all suites found in this apk:
  /sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java 27 * To run all suites found in this apk:
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
all.html 5 <title>Test Suites</title>
120 <h1>Test Suites</h1>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-dom-results 44 my @suites = ( {"name" => "DOM Level 1 Core (html)", "directory" => "dom/html/level1/core"},
60 foreach my $suite (@suites) {
  /external/chromium_org/v8/tools/testrunner/local/
execution.py 73 def __init__(self, suites, progress_indicator, context):
74 self.tests = [ t for s in suites for t in s.tests ]
verbose.py 87 def PrintTestDurations(suites, overall_time):
92 timed_tests = [ t for s in suites for t in s.tests
  /libcore/crypto/src/main/java/org/conscrypt/
ClientHello.java 50 * Cipher suites supported by the client
97 if ((l & 0x01) == 0x01) { // cipher suites length must be an even number
CipherSuite.java 141 // AES Cipher Suites from RFC 3268 - http://www.ietf.org/rfc/rfc3268.txt
155 // EC Cipher Suites from RFC 4492 - http://www.ietf.org/rfc/rfc4492.txt
    [all...]
  /libcore/luni/src/main/java/javax/net/ssl/
SSLContextSpi.java 112 * SSL handshake parameters values including cipher suites,
126 * supported cipher suites and protocols.
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 112 // cipher suites added in Mac OS X 10.6.
114 // ECC cipher suites from RFC 4492.
353 // Whitelist the cipher suites we want to enable. We disable the following
354 // cipher suites.
355 // - Null encryption cipher suites.
356 // - Weak cipher suites: < 80 bits of security strength.
357 // - FORTEZZA cipher suites (obsolete).
358 // - IDEA cipher suites (RFC 5469 explains why).
359 // - Anonymous cipher suites.
363 // may have new null encryption or anonymous cipher suites, whereas
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3ecc.c 567 * cipher suites.
876 /* Lists of ECC cipher suites for searching and disabling. */
934 /* List of all ECC cipher suites */
965 /* On this socket, Disable the ECC cipher suites in the argument's list */
980 * ECC cipher suites that are not supported by those certs.
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
loader.py 148 suites = [self.loadTestsFromName(name, module) for name in names]
149 return self.suiteClass(suites)
246 """Used by discovery. Yields test suites it loads."""
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_suite.py 56 # or other test suites that will be used to build the suite initially"
68 # or other test suites that will be used to build the suite initially"
88 # or other test suites that will be used to build the suite initially"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_suite.py 56 # or other test suites that will be used to build the suite initially"
68 # or other test suites that will be used to build the suite initially"
88 # or other test suites that will be used to build the suite initially"
  /cts/tools/utils/
DescriptionGenerator.java 305 * the name of the two test suites.
392 ArrayList<Node> suites = new ArrayList<Node>(); local
399 suites.add(child);
403 return suites;

Completed in 201 milliseconds

1 2 34 5 6 7 8 91011>>