/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
__init__.py | 192 suites = [unittest.makeSuite(o) for o in testcases] 193 suite = unittest.TestSuite(suites)
|
/prebuilts/python/darwin-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)
|
/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)
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
WiFi.h | 342 /// suites contained in this element.
350 /// Contains a series of AKM suite selectors that indicate the AKM suites contained in
451 /// The cipher suites and AKM suites supported in the BSS.
680 /// The cipher suites and AKM suites selected by the STA.
[all...] |
/external/boringssl/src/crypto/cipher_extra/ |
aead_test.cc | 158 // The "stateful" AEADs for implementing pre-AEAD cipher suites need to be 179 // The "stateful" AEADs for implementing pre-AEAD cipher suites need to be 194 // The "stateful" AEADs for implementing pre-AEAD cipher suites need to be 309 // The "stateful" AEADs for implementing pre-AEAD cipher suites need to be 340 // The "stateful" AEADs for implementing pre-AEAD cipher suites need to be 355 // The "stateful" AEADs for implementing pre-AEAD cipher suites need to be
|
/external/autotest/server/cros/dynamic_suite/ |
dynamic_suite.py | 28 This module implements runtime-generated test suites for CrOS. 32 suites, and the code here enables control files to be written 33 that can refer to these "dynamic suites" by name. We also provide 60 Suites can be run by using the atest command-line tool: 125 - Scheduling Suites 132 needed to run test suites. 165 - Waiting on Suites
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
SSLEngineTest.java | 63 String[] suites = e.getSupportedCipherSuites(); local 64 e.setEnabledCipherSuites(suites); 65 assertEquals(e.getEnabledCipherSuites().length, suites.length); 100 String[] suites = e.getSupportedCipherSuites(); local 101 e.setEnabledCipherSuites(suites); 102 assertEquals(e.getEnabledCipherSuites().length, suites.length); 169 * javax.net.ssl.SSLEngine#setEnabledCipherSuites(String[] suites) [all...] |
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",
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
KeyPairGeneratorTest.java | [all...] |
/external/libcups/cups/ |
tls-darwin.c | [all...] |
http-private.h | 182 # define _HTTP_TLS_ALLOW_RC4 1 /* Allow RC4 cipher suites */ 186 # define _HTTP_TLS_DENY_CBC 32 /* Deny CBC cipher suites */
|
/external/llvm/utils/lit/lit/ |
main.py | 92 # FIXME: Record information from the individual test suites? 238 group.add_option("", "--show-suites", dest="showSuites", 239 help="Show discovered test suites", 332 # Show the suites, if requested. 334 print('-- Test Suites --')
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
main.py | 19 # Configuration files to look for when discovering test suites. These can be 277 # Check for nested test suites, first in the execpath in case there is a 438 group.add_option("", "--show-suites", dest="showSuites", 439 help="Show discovered test suites", 533 print '-- Test Suites --'
|
/external/autotest/frontend/afe/ |
models_test.py | 411 'name': 'pool:suites', 440 'name': 'pool:suites', 508 'name': 'pool:suites',
|
/external/autotest/server/cros/ |
goofy_client.py | 249 """Get a mapping of test suites -> tests. 358 - A test list is made up of self contained suites. 359 - These suites trigger several things in parallel.
|
/external/python/cpython3/Lib/unittest/test/ |
test_suite.py | 61 # or other test suites that will be used to build the suite initially" 76 # or other test suites that will be used to build the suite initially" 104 # or other test suites that will be used to build the suite initially"
|
/build/soong/cc/ |
test.go | 44 // list of compatibility suites (for example "cts", "vts") that the module should be 301 // list of compatibility suites (for example "cts", "vts") that the module should be
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
IpmiNetFnApp.h | 579 // Definitions for Get Channel Cipher Suites command
584 // Constants and Structure definitions for "Get Channel Cipher Suites" command to follow here
|
/external/autotest/site_utils/presubmit_hooks/ |
check_control_files.py | 197 suites = set(x.strip() for x in ctrl_data.suite.split(',') if x.strip()) 198 if ctrl_data.job_retries < 2 and SUITES_NEED_RETRY.intersection(suites):
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/ |
SSLSessionContextTest.java | 169 // only use RSA cipher suites which will work with our TrustProvider 202 * reused the unique cipher suites every time it resets the
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SortedMultisetTestSuiteBuilder.java | 94 * To avoid infinite recursion, test suites with these marker features won't 95 * have derived suites created for them.
|
/external/ltp/pan/cgi/ |
reconsile.cgi | 17 # Give a warning if the suites do not match 22 print "Warning: Suites do not match!\n";
|
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay_i.h | 329 * - 36 or more for other cipher suites 376 * - 36 or more for other cipher suites
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
NativeCrypto.java | 711 // SUPPORTED_CIPHER_SUITES_SET contains all the supported cipher suites, using their Java names. 714 // SUPPORTED_LEGACY_CIPHER_SUITES_SET contains all the supported cipher suites using the legacy [all...] |
/art/tools/jfuzz/ |
README.md | 106 Although test suites are extremely useful to validate the correctness of a
|