/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/ |
D | modify_srcu.awk | 42 outputfile = ""; 46 prev_outputfile = outputfile; 48 outputfile = h_output; 55 outputfile = c_output; 57 if (prev_outputfile && outputfile != prev_outputfile) { 58 new_outputfile = outputfile; 59 outputfile = prev_outputfile; 61 outputfile = new_outputfile; 133 printf("%s", last_fs) > outputfile; 150 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/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 | 75 static const arg_def_t outputfile = variable 107 &outputfile, &threadsarg, &frameparallelarg, 574 } else if (arg_match(&arg, &outputfile, argi)) in main_loop()
|
D | vpxenc.c | 130 static const arg_def_t outputfile = variable 206 &outputfile, 1163 if (arg_match(&arg, &outputfile, argi)) { in parse_stream_params()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jmm.h | 312 jstring outputfile,
|
/external/python/cpython3/Lib/http/ |
D | server.py | 786 def copyfile(self, source, outputfile): argument 800 shutil.copyfileobj(source, outputfile)
|
/external/libpng/ |
D | CMakeLists.txt | 273 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 296 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 319 # 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 | 463 jpegtran [switches] [inputfile] >outputfile 465 jpegtran [switches] inputfile outputfile
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 112 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile
|
/external/strace/ |
D | ChangeLog-CVS | 4297 * strace.c: set CLOEXEC flag for outputfile
|