Home
last modified time | relevance | path

Searched refs:out_format (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/tools/checkdeps/
Dgraphdeps.py45 out_format, argument
89 self.out_format = out_format
125 if self.out_format == 'dot' and not self.layout_engine:
136 dot_cmd = 'dot -T' + self.out_format
370 if not options.out_file.endswith(options.out_format):
371 options.out_file += '.' + options.out_format
383 out_format=options.out_format,
/external/valgrind/main/callgrind/
Dclo.c512 else if VG_STR_CLO(arg, "--callgrind-out-file", CLG_(clo).out_format) {} in CLG_()
631 CLG_(clo).out_format = 0; in CLG_()
Ddump.c1694 if (!CLG_(clo).out_format) in CLG_()
1695 CLG_(clo).out_format = DEFAULT_OUTFORMAT; in CLG_()
1707 VG_(expand_file_name)("--callgrind-out-file", CLG_(clo).out_format); in CLG_()
Dglobal.h59 Char* out_format; /* Format string for callgrind output file name */ member