Home
last modified time | relevance | path

Searched refs:InOutSpec (Results 1 – 18 of 18) sorted by relevance

/third_party/libabigail/tests/
Dtest-read-ctf.cc27 using abigail::tests::read_common::InOutSpec;
38 static InOutSpec in_out_specs[] =
400 test_task_ctf(const InOutSpec &s,
424 test_task_ctf::test_task_ctf(const InOutSpec &s, in test_task_ctf()
500 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task()
521 const size_t num_tests = sizeof(in_out_specs) / sizeof(InOutSpec) - 1; in main()
Dtest-diff-filter.cc35 struct InOutSpec struct
44 InOutSpec in_out_specs[] =
835 InOutSpec spec;
840 test_task(const InOutSpec& s) in test_task()
934 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main()
940 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
Dtest-diff-suppr.cc35 struct InOutSpec struct
47 InOutSpec in_out_specs[] =
2066 const InOutSpec& spec;
2073 test_task(const InOutSpec& s, in test_task()
2178 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main()
2191 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) { in main()
2201 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
Dtest-read-common.h35 struct InOutSpec struct
50 InOutSpec spec;
127 test_task(const InOutSpec &s,
172 typedef test_task* (*create_new_test)(const InOutSpec* s,
177 run_tests(const size_t num_test, const InOutSpec* specs,
Dtest-read-dwarf.cc25 using abigail::tests::read_common::InOutSpec;
38 static InOutSpec in_out_specs[] =
579 test_task_dwarf(const InOutSpec &s,
604 test_task_dwarf::test_task_dwarf(const InOutSpec &s, in test_task_dwarf()
669 new_task(const InOutSpec* s, string& a_out_abi_base, in new_task()
690 const size_t num_tests = sizeof(in_out_specs) / sizeof(InOutSpec) - 1; in main()
Dtest-read-write.cc47 struct InOutSpec struct
56 InOutSpec in_out_specs[] =
252 InOutSpec spec;
261 test_task( InOutSpec& s) in test_task()
357 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main()
365 for (InOutSpec* s = in_out_specs; s->in_path; ++s) in main()
Dtest-diff-pkg.cc39 struct InOutSpec struct
53 static InOutSpec in_out_specs[] =
1098 InOutSpec spec;
1103 test_task(const InOutSpec& s) in test_task()
1261 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main()
1267 for (InOutSpec *s = in_out_specs; s->first_in_package_path; ++s) in main()
Dtest-annotate.cc20 struct InOutSpec struct
27 InOutSpec in_out_specs[] = argument
157 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-lookup-syms.cc24 struct InOutSpec struct
33 InOutSpec in_out_specs[] =
100 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-alt-dwarf-file.cc23 struct InOutSpec struct
33 InOutSpec in_out_specs[] = argument
96 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-diff-dwarf-abixml.cc28 struct InOutSpec struct
36 InOutSpec in_out_specs[] = argument
67 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-ini.cc29 struct InOutSpec struct
43 InOutSpec in_out_specs[] =
91 for (InOutSpec *s = in_out_specs; s->in_ini_path; ++s) in main()
Dtest-abidiff.cc31 struct InOutSpec struct
39 static InOutSpec specs[] =
160 ((sizeof(specs) / sizeof(InOutSpec)) - 1)
196 for (InOutSpec *s = specs; s->first_in_path; ++s) in main()
Dtest-abicompat.cc32 struct InOutSpec struct
43 InOutSpec in_out_specs[] = argument
214 for (InOutSpec* s = in_out_specs; s->in_app_path; ++s) in main()
Dtest-diff-dwarf.cc34 struct InOutSpec struct
42 InOutSpec in_out_specs[] =
369 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
Dtest-read-common.cc44 test_task::test_task(const InOutSpec &s, in test_task()
211 run_tests(const size_t num_tests, const InOutSpec* specs, in run_tests()
231 for (const InOutSpec *s = specs; s->in_elf_path; ++s) in run_tests()
Dtest-abidiff-exit.cc33 struct InOutSpec struct
46 InOutSpec in_out_specs[] =
511 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
/third_party/libabigail/
DChangeLog286 * tests/test-read-common.h (InOutSpec): Add new member.
6231 * tests/test-read-dwarf.cc (InOutSpec::in_public_headers_path):
6234 InOutSpec type. Add a new test input.
6237 InOutSpec::in_public_headers_path to construct and add
9328 * tests/test-abidiff-exit.cc (InOutSpec::in_elfv{0,1}_path): Add
10293 * tests/test-read-dwarf.cc: (InOutSpec): Add type_id_style
12606 * tests/test-read-dwarf.cc (InOutSpec): add test case.
12616 (InOutSpec): add test case.
23584 (InOutSpec::{first,second}_in_devel_package_path): New data
23609 * tests/test-diff-suppr.cc (InOutSpec::headers_dir{1,2}): New data
[all …]