HomeSort by relevance Sort by last modified time
    Searched full:suites (Results 226 - 250 of 651) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/main/java/org/junit/rules/
TestRule.java 18 * The default JUnit test runners for suites and
  /external/junit/src/main/java/org/junit/runners/model/
RunnerBuilder.java 17 * imagine a custom runner that builds suites based on a list of classes in a text file:
  /external/okhttp/android/main/java/com/squareup/okhttp/
HttpsHandler.java 30 * not set the cipher suites or TLS versions to use so the socket's defaults will be used
  /external/python/cpython2/Doc/library/
gensuitemodule.rst 12 for the AppleScript suites that are implemented by a specific application,
  /external/testng/src/main/resources/
testng-reports.js 27 // Collapse/expand the suites
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
AbstractCharsetTestCase.java 27 * Super class for concrete charset test suites.
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLParameters.java 440 * Sets whether the local cipher suites preference should be honored.
442 * @param honorOrder whether local cipher suites order in
455 * Returns whether the local cipher suites preference should be honored.
457 * @return whether local cipher suites order in {@code #getCipherSuites}
  /libcore/support/src/test/java/libcore/tlswire/handshake/
ClientHello.java 103 + ", cipher suites: " + cipherSuites
  /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) { }
  /platform_testing/libraries/longevity/src/android/longevity/platform/
LongevitySuite.java 41 * This class is used for constructing longevity suites that run on an Android device.
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_test_harness.h 104 * \param testSuites Suites containing the test case.
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_harness.h 104 * \param testSuites Suites containing the test case.
  /prebuilts/misc/windows/sdl2/include/
SDL_test_harness.h 104 * \param testSuites Suites containing the test case.
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_harness.h 104 * \param testSuites Suites containing the test case.
  /test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/testtype/
CompatibilityTestMultiDevice.java 38 * A Test for running Compatibility Suites
  /build/make/core/
cleanbuild.mk 39 -include tools/tradefederation/build/suites/device-tests/config.mk
41 -include tools/tradefederation/build/suites/general-tests/config.mk
  /external/conscrypt/android/src/main/java/org/conscrypt/
KitKatPlatformOpenSSLSocketImplAdapter.java 288 public void setEnabledCipherSuites(String[] suites) {
289 delegate.setEnabledCipherSuites(suites);
PreKitKatPlatformOpenSSLSocketImplAdapter.java 288 public void setEnabledCipherSuites(String[] suites) {
289 delegate.setEnabledCipherSuites(suites);
  /external/python/cpython2/Lib/ctypes/test/
__init__.py 200 suites = [unittest.makeSuite(o) for o in testcases]
201 suite = unittest.TestSuite(suites)
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityEvent.java 70 // the private constructor. Not doing so affects test suites which use both shadow and
231 // the private constructor. Not doing so affects test suites which use both shadow and
  /external/testng/src/main/java/org/testng/reporters/
FailedReporter.java 45 public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String outputDirectory) {
46 for (ISuite suite : suites) {
JUnitReportReporter.java 33 public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites,
40 for (ISuite suite : suites) {
  /external/testng/src/main/java/org/testng/reporters/jq/
NavigatorPanel.java 27 main.addRequired(S, "All suites");
28 main.push("a", C, "collapse-all-link", "href", "#", "title", "Collapse/expand all the suites");
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 192 suites = [unittest.makeSuite(o) for o in testcases]
193 suite = unittest.TestSuite(suites)

Completed in 349 milliseconds

1 2 3 4 5 6 7 8 91011>>