Home
last modified time | relevance | path

Searched defs:test_task (Results 1 – 8 of 8) sorted by relevance

/external/libabigail/tests/
Dtest-read-common.h46 struct test_task : public abigail::workers::task struct
48 bool is_ok;
49 InOutSpec spec;
50 string error_message;
51 string out_abi_base;
52 string in_elf_base;
53 string in_abi_base;
55 string in_elf_path;
56 string in_abi_path;
57 string in_suppr_spec_path;
[all …]
Dtest-read-write.cc253 struct test_task : public abigail::workers::task struct
264 test_task( InOutSpec& s) in test_task() argument
271 perform() in perform()
Dtest-types-stability.cc61 struct test_task : public abigail::workers::task struct
72 test_task(const string& elf_path, bool no_default_sizes) in test_task() argument
102 }; // end struct test_task argument
Dtest-diff-filter.cc819 struct test_task : public abigail::workers::task struct
826 test_task(const InOutSpec& s) in test_task() argument
839 perform() in perform()
Dtest-diff-suppr.cc2064 struct test_task : public abigail::workers::task struct
2073 test_task(const InOutSpec& s, in test_task() function
2083 perform() in perform()
Dtest-diff-pkg.cc775 struct test_task : public abigail::workers::task struct
782 test_task(const InOutSpec& s) in test_task() argument
795 perform() in perform()
Dtest-read-common.cc44 test_task::test_task(const InOutSpec &s, in test_task() function in abigail::tests::read_common::test_task
/external/libchrome/base/task/sequence_manager/
Dsequence_manager_perftest.cc176 void Benchmark(const std::string& trace, const RepeatingClosure& test_task) { in Benchmark()