HomeSort by relevance Sort by last modified time
    Searched full:suite (Results 476 - 500 of 5420) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Bindings/OCaml/
irreader.ml 21 let suite name f = var
59 suite "irreader" test_irreader
linker.ml 22 let suite name f = var
63 suite "linker" test_linker
vectorize.ml 23 let suite name f = var
55 suite "transforms" test_transforms;
  /external/llvm/test/CodeGen/X86/
2010-07-06-DbgCrash.ll 6 !38 = !MDFile(filename: "pbmsrch.c", directory: "/Users/grawp/LLVM/test-suite/MultiSource/Benchmarks/MiBench/office-stringsearch")
22 !109 = !MDFile(filename: "pbmsrch.c", directory: "/Users/grawp/LLVM/test-suite/MultiSource/Benchmarks/MiBench/office-stringsearch")
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 10 Run the test suite for mesa's GLSL pre-processor.
14 --valgrind Run the test suite a second time under valgrind
  /external/nist-sip/java/gov/nist/javax/sip/
TransactionExt.java 48 * Return the Cipher Suite that was used for the SSL handshake.
50 * @return Returns the cipher suite in use by the session which was produced by the handshake.
  /external/selinux/libsepol/tests/
test-cond.c 89 int cond_add_tests(CU_pSuite suite)
91 if (NULL == CU_add_test(suite, "cond_expr_equal", test_cond_expr_equal)) {
  /external/skia/platform_tools/android/tests/
android_framework_gyp_tests.py 77 suite = loader.loadTestsFromTestCase(CleanGypdTest)
78 unittest.TextTestRunner(verbosity=2).run(suite)
generate_user_config_tests.py 87 suite = loader.loadTestsFromTestCase(GenUserConfigTest)
88 results = unittest.TextTestRunner(verbosity=2).run(suite)
var_dict_tests.py 85 suite = loader.loadTestsFromTestCase(VarsDictTest)
86 unittest.TextTestRunner(verbosity=2).run(suite)
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java 28 // This test suite is too desctructive and takes too long to be included in the
29 // automated suite.
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java 59 TestSuite suite = builder.build(); local
63 suite.run(result);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 0 """Suite Microsoft Internet Explorer Suite: Events defined by Internet Explorer
Required_Suite.py 0 """Suite Required Suite: Events that every application should support
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
System_Events_Suite.py 0 """Suite System Events Suite: Terms and Events for controlling the System Events application
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 75 def suite(): function
80 runner.run(suite())
py25tests.py 71 def suite(): function
77 runner.run(suite())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 75 def suite(): function
80 runner.run(suite())
py25tests.py 71 def suite(): function
77 runner.run(suite())
  /external/wpa_supplicant_8/src/common/
wpa_common.h 223 * Group Suite Selector (4 octets) (default: TKIP)
224 * Pairwise Suite Count (2 octets, little endian) (default: 1)
225 * Pairwise Suite List (4 * n octets) (default: TKIP)
226 * Authenticated Key Management Suite Count (2 octets, little endian)
228 * Authenticated Key Management Suite List (4 * n octets)
252 * Group Suite Selector (4 octets) (default: CCMP)
253 * Pairwise Suite Count (2 octets, little endian) (default: 1)
254 * Pairwise Suite List (4 * n octets) (default: CCMP)
255 * Authenticated Key Management Suite Count (2 octets, little endian)
257 * Authenticated Key Management Suite List (4 * n octets
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java 110 @GwtIncompatible("suite")
111 public static Test suite() { method in class:ListsTest
112 TestSuite suite = new TestSuite(); local
113 suite.addTestSuite(ListsTest.class);
115 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
128 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
144 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
160 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
176 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator() {
189 suite.addTest(ListTestSuiteBuilder.using(new TestStringListGenerator()
    [all...]
  /external/llvm/utils/lit/lit/
main.py 291 # Aggregate the tests by suite.
294 if result_test.suite not in suitesAndTests:
295 suitesAndTests[result_test.suite] = []
296 suitesAndTests[result_test.suite].append(result_test)
429 # Collect the tests, indexed by test suite
432 suite = result_test.suite.config.name
433 if suite not in by_suite:
434 by_suite[suite] = {
438 by_suite[suite]['tests'].append(result_test
    [all...]
  /cts/tools/dex-tools/
README.txt 24 test : source code of the small test suite
  /cts/tools/signature-tools/
README.txt 42 test : source code of the test suite
  /cts/tools/vm-tests-tf/src/dot/
Main.java 29 TestRunner.run(AllTests.suite());

Completed in 410 milliseconds

<<11121314151617181920>>