Searched refs:test_task (Results 1 – 12 of 12) sorted by relevance
/external/libabigail/tests/ |
D | test-types-stability.cc | 61 struct test_task : public abigail::workers::task struct 72 test_task(const string& elf_path, bool no_default_sizes) in test_task() argument 105 typedef shared_ptr<test_task> test_task_sptr; 129 test_task_sptr t(new test_task(*p, false)); in main() 132 t.reset(new test_task(*p, true)); in main() 152 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
|
D | test-read-common.h | 46 struct test_task : public abigail::workers::task struct 122 test_task(const InOutSpec &s, argument 136 ~test_task() in ~test_task() argument 140 typedef shared_ptr<test_task> test_task_sptr; 167 typedef test_task* (*create_new_test)(const InOutSpec* s,
|
D | test-read-common.cc | 44 test_task::test_task(const InOutSpec &s, in test_task() function in abigail::tests::read_common::test_task 64 test_task::serialize_corpus(const string& out_abi_path, in serialize_corpus() 94 test_task::run_abidw(const string& extargs) in run_abidw() 126 test_task::run_diff() in run_diff() 250 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in run_tests()
|
D | test-diff-filter.cc | 819 struct test_task : public abigail::workers::task struct 826 test_task(const InOutSpec& s) in test_task() argument 902 typedef shared_ptr<test_task> test_task_sptr; 925 test_task_sptr t(new test_task(*s)); in main() 944 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
|
D | test-diff-suppr.cc | 2064 struct test_task : public abigail::workers::task struct 2073 test_task(const InOutSpec& s, in test_task() argument 2203 std::shared_ptr<test_task> t( in main() 2204 new test_task(*s, in_base_path, out_base_path)); in main() 2223 std::shared_ptr<test_task> t = in main() 2224 std::dynamic_pointer_cast<test_task>(*ti); in main()
|
D | test-read-write.cc | 253 struct test_task : public abigail::workers::task struct 264 test_task( InOutSpec& s) in test_task() argument 348 typedef shared_ptr<test_task> test_task_sptr; 370 test_task_sptr t(new test_task(*s)); in main() 389 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
|
D | test-read-ctf.cc | 27 using abigail::tests::read_common::test_task; 276 struct test_task_ctf : public test_task 306 : test_task(s, a_out_abi_base, a_in_elf_base, a_in_abi_base) in test_task_ctf() 376 static test_task*
|
D | test-diff-pkg.cc | 775 struct test_task : public abigail::workers::task struct 782 test_task(const InOutSpec& s) in test_task() argument 925 typedef shared_ptr<test_task> test_task_sptr; 948 test_task_sptr t(new test_task(*s)); in main() 966 test_task_sptr t = dynamic_pointer_cast<test_task>(*ti); in main()
|
D | test-read-dwarf.cc | 26 using abigail::tests::read_common::test_task; 538 struct test_task_dwarf : public test_task 569 : test_task(s, a_out_abi_base, a_in_elf_base, a_in_abi_base) in test_task_dwarf() 646 static test_task*
|
/external/toolchain-utils/bestflags/ |
D | task_test.py | 72 test_task = Task(flag_set) 75 assert test_task != Task(flag_set1)
|
/external/libchrome/base/task/sequence_manager/ |
D | sequence_manager_perftest.cc | 176 void Benchmark(const std::string& trace, const RepeatingClosure& test_task) { in Benchmark() argument 181 test_task.Run(); in Benchmark()
|
/external/libabigail/ |
D | ChangeLog | 1374 (test_task::perform): Use the content of the new 6142 * tests/test-types-stability.cc (test_task): add field no_default_sizes 6143 (test_task::perform) Switch on the new flag to test a different 6523 (test_task) new abigail::workers::task implementation to run 7144 * tests/test-read-dwarf.cc (test_task::perform): assert the 7752 * tests/test-read-dwarf.cc (test_task::perform): handle empty 9400 * tests/test-read-dwarf.cc (test_task::perform): Use the new 12578 (test_task::perform): Support having several debug info package 14285 * tests/test-read-dwarf.cc (test_task::perform): Adjust. 14780 * tests/test-read-write.cc (struct test_task): New type. [all …]
|