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

1 2 3 4 5 6 78 91011>>

  /external/python/cpython3/Lib/unittest/
__init__.py 6 specific test cases and suites (TestCase, TestSuite etc.), and also a
  /external/scapy/
.appveyor.yml 17 # Install the npcap, windump and wireshark suites
  /libcore/ojluni/src/main/java/javax/net/ssl/
X509ExtendedTrustManager.java 105 * of the cipher suites represented as a String, such as "RSA",
106 * "DHE_DSS". Note: for some exportable cipher suites, the key
194 * of the cipher suites represented as a String, such as "RSA",
195 * "DHE_DSS". Note: for some exportable cipher suites, the key
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fnmatch.h 57 returned but the conformance test suites still require the symbol
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
__init__.py 6 specific test cases and suites (TestCase, TestSuite etc.), and also a
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
__init__.py 6 specific test cases and suites (TestCase, TestSuite etc.), and also a
  /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
  /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
  /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:
  /test/suite_harness/common/host-side/tradefed/res/config/
common-compatibility-config.xml 16 <configuration description="Common config for Compatibility suites">
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
CompatibilitySuiteModuleLoader.java 57 // Override the default behavior. Compatibility Suites expect the filter receiver.
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
all.html 5 <title>Test Suites</title>
120 <h1>Test Suites</h1>
  /external/autotest/docs/
test-that.md 92 locally.For occasional runs of ad-hoc suites in the lab, this will also avoid
112 - By default, jobs will be scheduled in the `suites` machine pool. That can be
  /external/autotest/site_utils/
seed_test_attr.py 65 suites in the control files.
88 # Test when suite exists, whether attributes match suites
  /external/clang/runtime/
CMakeLists.txt 124 # Add top-level targets for various compiler-rt test suites.
139 # Add special target to run all compiler-rt test suites.
  /external/conscrypt/common/src/main/java/org/conscrypt/
Java8EngineWrapper.java 205 public void setEnabledCipherSuites(String[] suites) {
206 delegate.setEnabledCipherSuites(suites);
  /external/ltp/
README.md 62 To run all the test suites
88 Test suites (e.g. syscalls) are defined in the runtest directory. Each file
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DelegatingSSLSocket.java 56 @Override public void setEnabledCipherSuites(String[] suites) {
57 delegate.setEnabledCipherSuites(suites);
  /external/python/cpython3/Lib/test/
test_dbm.py 186 suites = [unittest.makeSuite(c) for c in classes]
188 tests.addTests(suites)
  /external/scapy/scapy/layers/tls/crypto/
suites.py 7 TLS cipher suites.
9 A comprehensive list of specified cipher suites can be consulted at:
82 Regarding the AEAD cipher suites, note that the 'hmac_alg' attribute will
754 # suites 0xC03C-C071 use ARIA
942 # the next 3 suites are from draft-agl-tls-chacha20poly1305-04
1020 usable cipher suites, i.e. for which key exchange, cipher and hash
1022 TLS extension. The order of the cipher suites in the list returned by the
1030 #XXX select among RSA and ECDSA cipher suites
  /external/testng/src/main/java/org/testng/
CommandLineArgs.java 145 + " to run suites")
150 description = "Whether to run suites in same order as specified in XML or not")
SuiteRunnerWorker.java 40 * @param xmlSuite XML suites to run
131 * its children suites
  /external/testng/src/main/java/org/testng/reporters/
XMLReporterConfig.java 71 * recommended for large test suites.
76 * suites. A separate directory will be generated for each suite having the
  /external/testng/src/main/java/org/testng/reporters/jq/
Model.java 34 public Model(List<ISuite> suites) {
35 m_suites = suites;

Completed in 699 milliseconds

1 2 3 4 5 6 78 91011>>