Home
last modified time | relevance | path

Searched defs:new_dump (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/diff/
H A Dabi_diff.h36 const std::string &old_dump, const std::string &new_dump, in HeaderAbiDiff()
H A Dheader_abi_diff.cpp51 static llvm::cl::opt<std::string> new_dump( variable
/aosp_15_r20/external/python/pyyaml/tests/lib/
Dtest_yaml_ext.py57 def new_dump(data, stream=None, Dumper=yaml.CDumper, **kwds): function
/aosp_15_r20/development/vndk/tools/header-checker/tests/
H A Dtest.py81 def run_and_compare_abi_diff(self, old_dump, new_dump, lib, arch, argument