Home
last modified time | relevance | path

Searched refs:dump (Results 1 – 10 of 10) sorted by relevance

/bionic/tools/versioner/src/
DDeclarationDatabase.h138 void dump(const std::string& base_path = "", FILE* out = stdout, unsigned indent = 0) const {
181 void dump(const std::string& base_path = "", FILE* out = stdout) const {
193 it.second.dump(base_path, out, 4);
206 void dump(const std::string& base_path = "", FILE* out = stdout) const {
209 pair.second.dump(base_path, out);
Dversioner.cpp303 decl->dump(cwd, stderr, 4); in checkSymbol()
304 inline_def_it.first->dump(cwd, stderr, 4); in checkSymbol()
315 decl->dump(cwd, stderr, 2); in checkSymbol()
321 decl->dump(cwd, stderr, 2); in checkSymbol()
329 symbol.dump(cwd); in checkSymbol()
444 symbol_it->second.dump(cwd); in checkVersions()
501 bool dump = false; in main() local
567 dump = true; in main()
676 if (dump) { in main()
677 declaration_database->dump(location.header_path + "/"); in main()
DDeclarationDatabase.cpp131 decl->dump(); in VisitDeclaratorDecl()
DPreprocessor.cpp71 declaration.dump("", stderr, 2); in calculateRequiredGuard()
/bionic/benchmarks/linker_relocation/
DREADME.md20 dump, then `regen/gen_bench.py` processes the JSON file into benchmark code.
/bionic/libc/malloc_debug/
DREADME.md119 that dumped when running am dumpheap -n. The default is to dump this data
145 dump heap data to be dumped to a file when the program exits. If the backtrace
146 option has not been enabled, this does nothing. The default is to dump this
272 Keep track of every allocation/free made on every thread and dump them
302 Below is how each type of allocation/free call ends up in the file dump.
417 …070 557 557 I malloc_debug: /system/bin/audioserver: Run: 'kill -47 557' to dump the backtrace.
465 This section describes the format of the backtrace heap dump. This data is
522 Android P produces version v1.1 of the heap dump.
528 NUM\_ALLOCATIONS to an incorrect value. For heap dump v1.0, the
532 Android Q introduces v1.2 of the heap dump. The new header looks like this:
[all …]
/bionic/benchmarks/linker_relocation/regen/
Ddump_relocs.py243 json.dump(elf_tree_to_json(root), f, sort_keys=True, indent=2)
/bionic/tests/
Difaddrs_test.cpp225 TEST(ifaddrs, dump) { in TEST() argument
/bionic/docs/
Dnative_allocator.md346 Every 100000 allocation operations, a dump of the RSS and VA space will be
/bionic/libc/kernel/tools/
Dcpp.py1180 def dump(self): member in BlockList