Home
last modified time | relevance | path

Searched refs:abignore (Results 1 – 11 of 11) sorted by relevance

/external/libabigail/
DMakefile.am12 dist_noinst_DATA = default.abignore
14 abigaillib_DATA = default.abignore
Ddefault.abignore17 # ~/.abignore file.
DChangeLog3211 * default.abignore: Likewise.
3389 * default.abignore: Likewise.
4363 * tests/data/test-diff-suppr/test38-char-class-in-ini.abignore:
4390 * tests/data/test-ini/test01-equal-in-property-string.abignore:
4934 * tests/data/test-abidiff-exit/test-net-change.abignore: This
10733 * default.abignore: Suppress changes on functions with symbol
10739 * default.abignore: Ignore changes about functions starting with
10946 * tests/data/test-ini/test01-equal-in-property-string.{abignore,
10947 abignore.expected}: New test inputs.
10994 * tests/data/test-diff-suppr/test38-char-class-in-ini.abignore:
[all …]
/external/libabigail/tests/
Druntestdefaultsupprs.py.in186 cmd = [abipkgdiff, '--no-abignore', pkg1, pkg2]
/external/libabigail/doc/manuals/
Dabipkgdiff.rst46 $libdir/libabigail/libabigail-default.abignore. If that file is not
55 $HOME/.abignore. If that file is not present, then no default user
60 sees a file that ends with the extension ``.abignore``, then it will
310 * ``--no-abignore``
Dfedabipkgdiff.rst45 suppression file $libdir/libabigail/libabigail-default.abignore. If
54 suppression file $HOME/.abignore. If that file is not present, then
Dabidiff.rst45 $libdir/libabigail/libabigail-default.abignore. If that file is not
54 $HOME/.abignore. If that file is not present, then no default user
/external/libabigail/relicensing-scripts/
Dfiles-with-lgplv3.txt135 ./default.abignore
Dfile-licenses.orig.txt136 ./default.abignore:1:# SPDX-License-Identifier: LGPL-3.0-or-later
/external/libabigail/tests/data/
DMakefile.am32 test-read-write/test28-drop-std-fns.abignore \
35 test-read-write/test28-drop-std-vars.abignore \
118 test-abidiff-exit/test1-voffset-change.abignore \
129 test-abidiff-exit/test2-filtered-removed-fns.abignore \
192 test-abidiff-exit/test-net-change.abignore \
1565 test-diff-suppr/test38-char-class-in-ini.abignore \
1808 test-diff-pkg/dirpkg-0-dir1/dir.abignore \
1816 test-diff-pkg/dirpkg-1-dir2/dir.abignore \
1823 test-diff-pkg/dirpkg-2-dir2/.abignore \
1824 test-diff-pkg/dirpkg-2-dir2/dir.abignore \
[all …]
/external/libabigail/tools/
Dabipkgdiff.cc176 bool abignore; member in options
225 abignore(true), in options()
2240 else if (opts.abignore && string_ends_with(path, ".abignore")) in maybe_update_package_content()
3358 opts.abignore = false; in parse_command_line()