Searched refs:outputfile (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/auxprogs/ |
D | getoff.c | 92 FILE *outputfile; in main() local 95 outputfile = stdout; in main() 112 outputfile = fopen(argv[i], "w"); in main() 113 if (outputfile == NULL) { in main() 154 fprintf(outputfile, in main() 165 if (outputfile != stdout) in main() 166 if (fclose (outputfile) != 0) { in main()
|
/external/autotest/client/profilers/cmdprofile/ |
D | cmdprofile.py | 15 def initialize(self, cmds=['ps'], interval=60, outputfile='cmdprofile', argument 19 if not outputfiles and not 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/site_utils/ |
D | team_extract.py | 74 def WriteJson(outputfile, extracted): argument 76 f = open(outputfile, 'w') 95 logging.info('Using output file: %s', options.outputfile) 99 WriteJson(options.outputfile, team) 101 PrintJson(options.outputfile)
|
/external/ceres-solver/examples/ |
D | pgm_image.h | 186 std::ofstream outputfile(filename.c_str()); in WriteToFile() 187 outputfile << "P2" << std::endl; in WriteToFile() 188 outputfile << "# PGM format" << std::endl; in WriteToFile() 189 outputfile << " # <width> <height> <levels> " << std::endl; in WriteToFile() 190 outputfile << " # <data> ... " << std::endl; in WriteToFile() 191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl; in WriteToFile() 197 outputfile << static_cast<int>(data_[i] + 0.5) << ' '; in WriteToFile() 200 return bool(outputfile); // Returns true/false in WriteToFile()
|
/external/autotest/client/profilers/powertop/ |
D | powertop.py | 25 outputfile = os.path.join(test.profdir, 'powertop') 27 output = open(outputfile, 'a') 29 data = utils.system_output('%s >> %s' % (powertop, outputfile))
|
/external/libxml2/ |
D | check-xinclude-test-suite.py | 85 outputfile = None 103 outputfile = output 119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
|
/external/fio/tools/plot/ |
D | fio2gnuplot.manpage | 4 fio2gnuplot [-ghbiodvk] [-t title] [-o outputfile] 76 -o file or --outputfile file
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 74 static const arg_def_t outputfile = ARG_DEF( variable 99 &progressarg, &limitarg, &skiparg, &postprocarg, &summaryarg, &outputfile, 615 } else if (arg_match(&arg, &outputfile, argi)) in main_loop()
|
D | vpxenc.c | 133 static const arg_def_t outputfile = ARG_DEF( variable 211 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip, 1127 if (arg_match(&arg, &outputfile, argi)) { in parse_stream_params()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/ |
D | usage.rst | 313 >>> with open('inputfile', 'rb') as infile, open('outputfile', 'wb') as outfile: 320 >>> with open('inputfile', 'rb') as infile, open('outputfile', 'wb') as outfile:
|
/external/libpng/ |
D | CMakeLists.txt | 156 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 179 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 202 # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
|
/external/libjpeg-turbo/ |
D | usage.txt | 482 jpegtran [switches] [inputfile] >outputfile 484 jpegtran [switches] inputfile outputfile
|
/external/strace/ |
D | ChangeLog-CVS | 4297 * strace.c: set CLOEXEC flag for outputfile
|