Home
last modified time | relevance | path

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

/external/libabigail/tests/
Dtest-diff-filter.cc35 struct InOutSpec struct
44 InOutSpec in_out_specs[] =
814 InOutSpec spec;
819 test_task(const InOutSpec& s) in test_task()
910 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main()
916 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[] =
2046 const InOutSpec& spec;
2053 test_task(const InOutSpec& s, in test_task()
2158 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main()
2171 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) { in main()
2181 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
Dtest-read-write.cc50 struct InOutSpec struct
59 InOutSpec in_out_specs[] =
255 InOutSpec spec;
264 test_task( InOutSpec& s) in test_task()
360 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main()
368 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[] =
727 InOutSpec spec;
732 test_task(const InOutSpec& s) in test_task()
890 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main()
896 for (InOutSpec *s = in_out_specs; s->first_in_package_path; ++s) in main()
Dtest-annotate.cc18 struct InOutSpec struct
25 InOutSpec in_out_specs[] = argument
149 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-lookup-syms.cc22 struct InOutSpec struct
31 InOutSpec in_out_specs[] =
97 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-read-dwarf.cc45 struct InOutSpec struct
55 InOutSpec in_out_specs[] =
455 InOutSpec spec;
461 test_task(const InOutSpec &s, in test_task()
586 const size_t num_tests = sizeof(in_out_specs) / sizeof (InOutSpec) - 1; in main()
598 for (InOutSpec *s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-alt-dwarf-file.cc21 struct InOutSpec struct
31 InOutSpec in_out_specs[] = argument
71 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-diff-dwarf-abixml.cc26 struct InOutSpec struct
34 InOutSpec in_out_specs[] = argument
64 for (InOutSpec* s = in_out_specs; s->in_elf_path; ++s) in main()
Dtest-ini.cc27 struct InOutSpec struct
41 InOutSpec in_out_specs[] =
88 for (InOutSpec *s = in_out_specs; s->in_ini_path; ++s) in main()
Dtest-abicompat.cc31 struct InOutSpec struct
42 InOutSpec in_out_specs[] = argument
213 for (InOutSpec* s = in_out_specs; s->in_app_path; ++s) in main()
Dtest-abidiff.cc31 struct InOutSpec struct
39 static InOutSpec specs[] =
136 ((sizeof(specs) / sizeof(InOutSpec)) - 1)
173 for (InOutSpec *s = specs; s->first_in_path; ++s) in main()
Dtest-diff-dwarf.cc34 struct InOutSpec struct
42 InOutSpec in_out_specs[] =
368 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
Dtest-abidiff-exit.cc31 struct InOutSpec struct
44 InOutSpec in_out_specs[] =
464 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
/external/libabigail/
DChangeLog914 * tests/test-abidiff-exit.cc (InOutSpec::in_elfv{0,1}_path): Add
1879 * tests/test-read-dwarf.cc: (InOutSpec): Add type_id_style
4192 * tests/test-read-dwarf.cc (InOutSpec): add test case.
4202 (InOutSpec): add test case.
15170 (InOutSpec::{first,second}_in_devel_package_path): New data
15195 * tests/test-diff-suppr.cc (InOutSpec::headers_dir{1,2}): New data
15197 (InOutSpec::abidiff_options): Renamed the bidiff_options data
15203 InOutSpec::headers_dir{1,2} data member set. Renamed bidiff into
16220 * tests/test-abidiff-exit.cc (InOutSpec::in_suppr_path): New data
20452 * tests/test-diff-pkg.cc (InOutSpec::prog_options): New data
[all …]