Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 10 of 10) sorted by relevance

/art/test/
Dknownfailures.json3 "tests": "153-reference-stress", string
9 "tests": "626-checker-arm64-scratch-register", string
13 "tests": "304-method-tracing", string
19 "tests": "132-daemon-locks-shutdown", string
25 "tests": "579-inline-infinite", string
31 "tests": "080-oom-fragmentation", string
39 "tests": ["497-inlining-and-class-loader", array
49 "tests": "149-suspend-all-stress", string
54 "tests": ["002-sleep", array
61 "tests": ["116-nodex2oat", array
[all …]
DREADME.md61 ### Checker tests
DREADME.atest.md17 ### Running ART run-tests on device
/art/tools/ahat/src/test/com/android/ahat/
DHtmlEscaperTest.java25 public void tests() { in tests() method in HtmlEscaperTest
/art/test/807-method-handle-and-mr/src/
DMain.java85 Test[] tests = new Test[] { new Test(), new Test(), new Test() }; in main() local
/art/test/utils/
Dregen-test-files687 def gen_tests_dict(tests, excluded_test_cases = {}, excluded_test_modules = [], suffix = ""): argument
769 def create_mts_test_shard(self, description, tests, shard_num, copyright_year, comments = []): argument
777 def __init__(self, mts_config_dir, description, tests, shard_num, copyright_year, comments): argument
/art/test/testrunner/
Dtestrunner.py379 def run_tests(tests): argument
442 def iter_config(tests, input_variants, user_input_variants): argument
/art/test/1928-exception-event-exception/src/art/
DTest1928.java183 Runnable[] tests = new Runnable[] { in run() local
/art/test/1929-exception-catch-exception/src/art/
DTest1929.java280 Runnable[] tests = new Runnable[] { in run() local
/art/libdexfile/dex/
Dutf_test.cc174 const std::map<std::vector<uint16_t>, std::vector<uint8_t>> tests { in TEST_F() local