Searched refs:tests (Results 1 - 25 of 575) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_distutils.py3 The tests for distutils are defined in the distutils.tests package;
9 import distutils.tests namespace
13 test_support.run_unittest(distutils.tests.test_suite())
H A Dtest_json.py3 The tests for json are defined in the json.tests package;
8 import json.tests namespace
13 test.test_support.run_unittest(json.tests.test_suite())
H A Dtest_lib2to3.py3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
9 tests = unittest.TestSuite()
13 tests.addTests(loader.loadTestsFromModule(m))
14 return tests
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_distutils.py3 The tests for distutils are defined in the distutils.tests package;
9 import distutils.tests namespace
13 test_support.run_unittest(distutils.tests.test_suite())
H A Dtest_json.py3 The tests for json are defined in the json.tests package;
8 import json.tests namespace
13 test.test_support.run_unittest(json.tests.test_suite())
H A Dtest_lib2to3.py3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
9 tests = unittest.TestSuite()
13 tests.addTests(loader.loadTestsFromModule(m))
14 return tests
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_distutils.py3 The tests for distutils are defined in the distutils.tests package;
9 import distutils.tests namespace
13 test_support.run_unittest(distutils.tests.test_suite())
H A Dtest_json.py3 The tests for json are defined in the json.tests package;
8 import json.tests namespace
13 test.test_support.run_unittest(json.tests.test_suite())
H A Dtest_lib2to3.py3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
9 tests = unittest.TestSuite()
13 tests.addTests(loader.loadTestsFromModule(m))
14 return tests
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_distutils.py3 The tests for distutils are defined in the distutils.tests package;
9 import distutils.tests namespace
13 test_support.run_unittest(distutils.tests.test_suite())
H A Dtest_json.py3 The tests for json are defined in the json.tests package;
8 import json.tests namespace
13 test.test_support.run_unittest(json.tests.test_suite())
H A Dtest_lib2to3.py3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor,
9 tests = unittest.TestSuite()
13 tests.addTests(loader.loadTestsFromModule(m))
14 return tests
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc33 // This file contains tests verifying correctness of data provided via
83 // Returns the array of pointers to all tests in a particular test case
87 TestInfo const** const tests = local
91 tests[i] = test_case->GetTestInfo(i);
93 std::sort(tests, tests + test_case->total_test_count(),
95 return tests;
111 // We can only test the accessors that do not change value while tests run.
112 // Since tests can be run in any order, the values the accessors that track
158 const TestInfo** tests local
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); local
[all...]
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc33 // This file contains tests verifying correctness of data provided via
83 // Returns the array of pointers to all tests in a particular test case
87 TestInfo const** const tests = local
91 tests[i] = test_case->GetTestInfo(i);
93 std::sort(tests, tests + test_case->total_test_count(),
95 return tests;
111 // We can only test the accessors that do not change value while tests run.
112 // Since tests can be run in any order, the values the accessors that track
158 const TestInfo** tests local
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case); local
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dimghdr.py22 for tf in tests:
35 tests = [] variable
42 tests.append(test_jpeg)
49 tests.append(test_exif)
55 tests.append(test_png)
62 tests.append(test_gif)
69 tests.append(test_tiff)
76 tests.append(test_rgb)
84 tests.append(test_pbm)
92 tests
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dimghdr.py22 for tf in tests:
35 tests = [] variable
42 tests.append(test_jpeg)
49 tests.append(test_exif)
55 tests.append(test_png)
62 tests.append(test_gif)
69 tests.append(test_tiff)
76 tests.append(test_rgb)
84 tests.append(test_pbm)
92 tests
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dimghdr.py22 for tf in tests:
35 tests = [] variable
42 tests.append(test_jpeg)
49 tests.append(test_exif)
55 tests.append(test_png)
62 tests.append(test_gif)
69 tests.append(test_tiff)
76 tests.append(test_rgb)
84 tests.append(test_pbm)
92 tests
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dimghdr.py22 for tf in tests:
35 tests = [] variable
42 tests.append(test_jpeg)
49 tests.append(test_exif)
55 tests.append(test_png)
62 tests.append(test_gif)
69 tests.append(test_tiff)
76 tests.append(test_rgb)
84 tests.append(test_pbm)
92 tests
[all...]
/prebuilts/misc/common/robolectric/3.1.1/
H A Drobotest.sh3 # Runs robolectric tests.
70 local tests="$1"; shift || fatal "Missing argument: tests"
75 for test in ${tests}; do
83 echo "Running $tests:"
84 junit $tests # Contains a space-separated list of tests.
88 # Run the robolectric tests with retries for flaky tests.
93 local tests
[all...]
/prebuilts/misc/common/robolectric/3.4.2/
H A Drobotest.sh3 # Runs robolectric tests.
73 local tests="$1"; shift || fatal "Missing argument: tests"
78 for test in ${tests}; do
86 echo "Running $tests:"
87 junit $tests # Contains a space-separated list of tests.
91 # Run the robolectric tests
96 local tests="${PRIVATE_TESTS}"
97 if [ "$tests"
[all...]
/prebuilts/misc/common/robolectric/3.5.1/
H A Drobotest.sh3 # Runs robolectric tests.
73 local tests="$1"; shift || fatal "Missing argument: tests"
78 for test in ${tests}; do
86 echo "Running $tests:"
87 junit $tests # Contains a space-separated list of tests.
91 # Run the robolectric tests
96 local tests="${PRIVATE_TESTS}"
97 if [ "$tests"
[all...]
/prebuilts/misc/common/robolectric/3.6.1/
H A Drobotest.sh3 # Runs robolectric tests.
73 local tests="$1"; shift || fatal "Missing argument: tests"
78 for test in ${tests}; do
86 echo "Running $tests:"
87 junit $tests # Contains a space-separated list of tests.
91 # Run the robolectric tests
96 local tests="${PRIVATE_TESTS}"
97 if [ "$tests"
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
H A Dgen_gtest_pred_impl.py35 accompanying tests.
371 // learn how Google Test works by reading its unit tests, read
412 """Returns the tests for n-ary predicate assertions."""
414 # A map that defines the values used in the template for the tests.
429 tests = (
449 tests += """
455 tests += Iter(n, 'const T%s& v%s', sep=""",
458 tests += """) {
464 tests += """
469 tests
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
H A Dgen_gtest_pred_impl.py35 accompanying tests.
371 // learn how Google Test works by reading its unit tests, read
412 """Returns the tests for n-ary predicate assertions."""
414 # A map that defines the values used in the template for the tests.
429 tests = (
449 tests += """
455 tests += Iter(n, 'const T%s& v%s', sep=""",
458 tests += """) {
464 tests += """
469 tests
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
H A D__init__.py1 """Make tests/ into a package. This allows us to "import tests" and
2 have tests.all_tests be a TestSuite representing all test cases
3 from all test_*.py files in tests/."""
15 tests_dir = os.path.join(os.path.dirname(__file__), '..', 'tests')
16 tests = [t[0:-3] for t in os.listdir(tests_dir) variable
21 for t in tests:

Completed in 549 milliseconds

1234567891011>>