Searched refs:dump (Results 1 – 13 of 13) sorted by relevance
138 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);
303 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() local567 dump = true; in main()676 if (dump) { in main()677 declaration_database->dump(location.header_path + "/"); in main()
131 decl->dump(); in VisitDeclaratorDecl()
71 declaration.dump("", stderr, 2); in calculateRequiredGuard()
20 dump, then `regen/gen_bench.py` processes the JSON file into benchmark code.
27 backtraces, `dlopen("libfdtrack.so", RTLD_GLOBAL)` is all that's needed. To dump37 backtraces for a while and then triggering a dump can be sufficient.
75 * Added `LD_SHOW_AUXV` to the dynamic linker to dump the ELF auxiliary
346 Every 100000 allocation operations, a dump of the RSS and VA space will be
119 that dumped when running am dumpheap -n. The default is to dump this data145 dump heap data to be dumped to a file when the program exits. If the backtrace146 option has not been enabled, this does nothing. The default is to dump this354 Keep track of every allocation/free made on every thread and dump them384 Below is how each type of allocation/free call ends up in the file dump.499 …070 557 557 I malloc_debug: /system/bin/audioserver: Run: 'kill -47 557' to dump the backtrace.547 This section describes the format of the backtrace heap dump. This data is604 Android P produces version v1.1 of the heap dump.610 NUM\_ALLOCATIONS to an incorrect value. For heap dump v1.0, the614 Android Q introduces v1.2 of the heap dump. The new header looks like this:
243 json.dump(elf_tree_to_json(root), f, sort_keys=True, indent=2)
131 void dump() const { in dump() function in GnuPropertySectionBuilder
224 TEST(ifaddrs, dump) { in TEST() argument
1185 def dump(self): member in BlockList