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

<<11121314151617181920>>

  /external/icu/icu4c/source/common/unicode/
uconfig.h 251 * test suites and ICU tools.
  /external/junit/src/main/java/org/junit/experimental/categories/
Categories.java 21 * Note that, for now, annotating suites with {@code @Category} has no effect.
  /external/ltp/testcases/kernel/fs/ftest/
ftest06.c 34 * This was tino.c by rbk. Moved to test suites by dale.
  /external/python/cpython3/Lib/
ssl.py 181 # * Prefer cipher suites that offer perfect forward secrecy (DHE/ECDHE)
188 # * Then Use HIGH cipher suites as a fallback
199 # * Prefer cipher suites that offer perfect forward secrecy (DHE/ECDHE)
205 # * Then Use HIGH cipher suites as a fallback
    [all...]
  /external/testng/
TODO.txt 81 * The HTML reporter collapses all the suites into one report, we should
  /external/testng/src/main/java/org/testng/xml/dom/
XDom.java 306 // child-suites
  /frameworks/rs/tests/lldb/tests/
run_test.py 231 log.debug("loading test suites from %r", module)
  /libcore/luni/src/test/java/libcore/java/nio/charset/
Charset_TestGenerator.java 27 * Super class for concrete charset test suites.
OldCharset_AbstractTest.java 34 * Super class for concrete charset test suites.
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/
SelectionDemoActivity.java 159 // suites, one for "touch" and one for "mouse", though both can and should (usually)
  /platform_testing/docs/development/
native-func-e2e.md 41 due to the need to package different suites of tests into individual binaries.
instr-self-e2e.md 40 due to the need to package different suites of tests into individual apks. And
152 harness. Other suites can be added here such as CTS so that this test may be
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildProvider.java 88 + "suites/{suite-name}/modules/{module}/version/{version}?key=" + API_KEY;
  /external/autotest/contrib/
loadtest.py 11 # Find DUTs in suites pool to test with:
12 atest host list -b 'pool:suites,board:BOARD' --unlocked -s Ready
coverage.py 180 # Multi-line tests introducing suites have to get charged to their
704 # are multiline, and where suites begin and end.
    [all...]
  /external/autotest/server/cros/dynamic_suite/
suite.py 338 # For a system running multiple suites which share tests, the priority
671 @return list of suites
676 suites = set()
679 suites.update(test.suite_tag_parts)
680 return list(suites)
783 of the suites in the control file and the given name.
    [all...]
  /external/autotest/site_utils/
balance_pools.py 33 pool:suites)
153 which must always be assigned to pool:suites. These DUTs are
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAccessibilityNodeInfo.java 202 // private constructor. Not doing so affects test suites which use both shadow and
1029 // the private constructor. Not doing so affects test suites which use both shadow and
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java 45 public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites,
53 for (ISuite suite : suites) {
  /external/webrtc/webrtc/base/
opensslstreamadapter.cc 1009 // remove HMAC-SHA256 and HMAC-SHA384 cipher suites, not GCM cipher suites
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSessionTest.java 97 // Identify the expected cipher suite from the expected list of cipher suites enabled by
99 // This test class initializes the server with an RSA key. Thus, only cipher suites that
  /external/boringssl/src/ssl/test/runner/
common.go 390 // CipherSuites is a list of supported cipher suites. If CipherSuites
391 // is nil, TLS uses a list of suites supported by the implementation.
469 // the PSK cipher suites.
473 // with the PSK cipher suites.
568 // and ECDHE_ECDSA cipher suites are actually ECDH_anon. No
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java     [all...]
  /external/python/cpython3/Doc/library/
unittest.rst 40 A :dfn:`test suite` is a collection of test cases, test suites, or both. It is
409 You can place the definitions of test cases and test suites in the same modules
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]

Completed in 1137 milliseconds

<<11121314151617181920>>