Searched refs:outputfile (Results 1 – 15 of 15) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/ |
D | modify_srcu.awk | 41 outputfile = ""; 45 prev_outputfile = outputfile; 47 outputfile = h_output; 54 outputfile = c_output; 56 if (prev_outputfile && outputfile != prev_outputfile) { 57 new_outputfile = outputfile; 58 outputfile = prev_outputfile; 60 outputfile = new_outputfile; 132 printf("%s", last_fs) > outputfile; 149 print "" > outputfile; [all …]
|
/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/python/cpython2/Lib/test/ |
D | test_imgfile.py | 19 outputfile = '/tmp/deleteme' 54 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2]) 97 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2]) 99 os.unlink(outputfile)
|
/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/python/cpython2/Lib/ |
D | SimpleHTTPServer.py | 178 def copyfile(self, source, outputfile): argument 192 shutil.copyfileobj(source, outputfile)
|
/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 | 73 static const arg_def_t outputfile = variable 104 &postprocarg, &summaryarg, &outputfile, 563 } else if (arg_match(&arg, &outputfile, argi)) in main_loop()
|
D | vpxenc.c | 128 static const arg_def_t outputfile = variable 203 &outputfile, 1139 if (arg_match(&arg, &outputfile, argi)) { in parse_stream_params()
|
/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/ltp/utils/ffsb-6.0-rc2/ |
D | README | 46 We no longer support the "outputfile" on the command line.
|
/external/libjpeg-turbo/ |
D | usage.txt | 488 jpegtran [switches] [inputfile] >outputfile 490 jpegtran [switches] inputfile outputfile
|
/external/strace/ |
D | ChangeLog-CVS | 4297 * strace.c: set CLOEXEC flag for outputfile
|