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

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/linux-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)
  /external/chromium_org/build/android/
test_runner.py 52 help=('If set, run test suites under out/Debug. '
56 help=('If set, run test suites under out/Release.'
137 """Intercept test suite help to list test suites.
143 print 'Available test suites are:'
149 # Convert to a list, assuming all test suites if nothing was specified.
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSocketTest.java 350 assertTrue("no supported cipher suites", res.length > 0);
356 * javax.net.ssl.SSLSocket#setEnabledCipherSuites(String[] suites)
374 assertEquals("not all supported cipher suites were enabled",
SSLEngineTest.java 65 String[] suites = e.getSupportedCipherSuites(); local
66 e.setEnabledCipherSuites(suites);
67 assertEquals(e.getEnabledCipherSuites().length, suites.length);
112 String[] suites = e.getSupportedCipherSuites(); local
113 e.setEnabledCipherSuites(suites);
114 assertEquals(e.getEnabledCipherSuites().length, suites.length);
199 * javax.net.ssl.SSLEngine#setEnabledCipherSuites(String[] suites)
    [all...]
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFactoriesTest.java 255 + "of supported cipher suites: " + defaultcs[i]);
278 + "of supported cipher suites: " + defaultcs[i]);
SSLSocketImplTest.java 395 + "of supported cipher suites: " + enabled[i]);
425 * setEnabledCipherSuites(String[] suites) method testing.
440 + "of supported cipher suites: " + enabled[i]);
550 + "of supported cipher suites: " + enabled[i]);
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableMapTestSuiteBuilder.java 80 * To avoid infinite recursion, test suites with these marker features won't
81 * have derived suites created for them.
SafeTreeMap.java 32 * suites.
SafeTreeSet.java 30 * suites.
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MySSLContextSpi.java 157 public void setEnabledCipherSuites(String[] suites) { }
  /external/chromium_org/build/android/buildbot/
bb_device_steps.py 132 def RunTestSuites(options, suites):
137 suites: List of suite names to run.
146 for suite in suites:
573 help=('Run a test suite. Test suites: "%s"' %
  /external/chromium_org/chrome/test/chromedriver/
README.txt 84 There are 4 test suites for verifying ChromeDriver's correctness:
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 18 /* The cipher suites are defined in sslproto.h */
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.h 69 // Histogram from Apple's page load test combined with some ad hoc browsing some other test suites.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
overview.js 152 ui.html.checkbox('showNoFlakes', 'Show test suites with no flakes', showNoFlakes) +
  /external/chromium_org/third_party/icu/source/common/unicode/
uconfig.h 94 * test suites and ICU tools.
  /external/guava/guava-tests/test/com/google/common/collect/
MultisetCollectionTest.java 46 @GwtIncompatible("suite") // TODO(cpovirk): set up collect/gwt/suites version
  /external/junit/src/org/junit/experimental/categories/
Categories.java 24 * Note that, for now, annotating suites with {@code @Category} has no effect.
  /external/llvm/utils/lit/lit/
LitConfig.py 46 # Configuration files to look for when discovering test suites.
  /external/proguard/docs/
testimonials.html 86 From the article "Obfuscating MIDlet Suites with ProGuard" at <a
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
wpa.h 105 /* WPA cipher suites */
  /libcore/crypto/src/main/java/org/conscrypt/
SSLEngineImpl.java 191 * Returns names of supported cipher suites.
192 * @return array of strings containing the names of supported cipher suites
219 public void setEnabledCipherSuites(String[] suites) {
220 sslParameters.setEnabledCipherSuites(suites);
  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestDocumentBuilderFactory.java 25 * for a test session. Individual tests or suites within a
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 24 * Super class for concrete charset test suites.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
base.py     [all...]

Completed in 347 milliseconds

1 2 3 4 56 7 8 91011>>