Searched defs:dump (Results 1 - 3 of 3) sorted by relevance

/bionic/tools/versioner/src/
H A DDeclarationDatabase.h138 void dump(const std::string& base_path = "", FILE* out = stdout, unsigned indent = 0) const { function in struct:Declaration
178 void dump(const std::string& base_path = "", FILE* out = stdout) const { function in struct:Symbol
190 it.second.dump(base_path, out, 4);
203 void dump(const std::string& base_path = "", FILE* out = stdout) const { function in class:HeaderDatabase
206 pair.second.dump(base_path, out);
H A Dversioner.cpp261 decl->dump(cwd, stderr, 4);
262 inline_def_it.first->dump(cwd, stderr, 4);
273 decl->dump(cwd, stderr, 2);
279 decl->dump(cwd, stderr, 2);
287 symbol.dump(cwd);
406 symbol_it->second.dump(cwd);
457 bool dump = false; local
524 dump = true;
620 if (dump) {
621 declaration_database->dump(header_di
[all...]
/bionic/libc/kernel/tools/
H A Dcpp.py1209 def dump(self): member in class:BlockList

Completed in 163 milliseconds