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

/art/test/utils/python/testgen/
H A Dmixins.py127 Returns the data to be printed to a file by dump.
131 def dump(self, directory): member in class:DumpMixin
/art/profman/
H A Dprofman.cc81 UsageError(" --dump-only: dumps the content of the specified profile files");
84 UsageError(" --dump-output-to-fd=<number>: redirects --dump-info-for output to a file");
146 if (option == "--dump-only") {
148 } else if (option.starts_with("--dump-output-to-fd=")) {
149 ParseUintOption(option, "--dump-output-to-fd", &dump_output_to_fd_, Usage);
171 // --dump-only may be specified with only --reference-profiles present.
207 const std::vector<const DexFile*>* dex_files, std::string* dump) {
221 *dump += this_dump;
260 std::string dump; local
206 DumpOneProfile(const std::string& banner, const std::string& filename, int fd, const std::vector<const DexFile*>* dex_files, std::string* dump) argument
304 std::cout << dump; local
[all...]
/art/tools/dmtracedump/
H A Dtracedump.cc224 int32_t dump; member in struct:Options
2548 gOptions.dump = 1;
2578 if (gOptions.dump) {

Completed in 142 milliseconds