Searched refs:outputfile (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/auxprogs/
H A Dgetoff.c80 "Usage: %s [--help] [-h] [-v] [-o <outputfile>]\n"
83 "Use -o to output to <outputfile>\n"
92 FILE *outputfile; local
95 outputfile = stdout;
112 outputfile = fopen(argv[i], "w");
113 if (outputfile == NULL) {
154 fprintf(outputfile,
165 if (outputfile != stdout)
166 if (fclose (outputfile) != 0) {
/external/autotest/client/profilers/cmdprofile/
H A Dcmdprofile.py15 def initialize(self, cmds=['ps'], interval=60, outputfile='cmdprofile',
19 if not outputfiles and not outputfile:
21 'cmdprofile cannot run if neither outputfile nor outputfile '
32 # outputfiles overrides outputfile
35 self.outputfiles = [outputfile] * len(cmds)
44 for cmd, outputfile in zip(self.cmds, self.outputfiles):
45 logfile = open(os.path.join(test.profdir, outputfile), 'a')
/external/autotest/client/profilers/powertop/
H A Dpowertop.py25 outputfile = os.path.join(test.profdir, 'powertop')
27 output = open(outputfile, 'a')
29 data = utils.system_output('%s >> %s' % (powertop, outputfile))
/external/autotest/site_utils/
H A Dteam_extract.py26 dest='outputfile', default="kernel-team.json")
74 def WriteJson(outputfile, extracted):
76 f = open(outputfile, 'w')
95 logging.info('Using output file: %s', options.outputfile)
99 WriteJson(options.outputfile, team)
101 PrintJson(options.outputfile)
/external/libxml2/
H A Dcheck-xinclude-test-suite.py85 outputfile = None
103 outputfile = output
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
/external/libvpx/libvpx/
H A Dvpxdec.c73 static const arg_def_t outputfile = variable
104 &postprocarg, &summaryarg, &outputfile,
563 } else if (arg_match(&arg, &outputfile, argi))
H A Dvpxenc.c128 static const arg_def_t outputfile = variable
203 &outputfile,
1139 if (arg_match(&arg, &outputfile, argi)) {
/external/fio/tools/plot/
H A Dfio2gnuplot361 print 'fio2gnuplot -ghbiodvk -t <title> -o <outputfile> -p <pattern> -G <type> -m <time> -M <time>'
368 print '-o or --outputfile <file> : The basename for gnuplot traces'
410 opts, args = getopt.getopt(argv[1:],"ghkbivo:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help', 'verbose','keep'])
430 elif opt in ("-o", "--outputfile"):

Completed in 243 milliseconds