/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/libabigail/tests/ |
D | runtestcanonicalizetypes.sh.in | 14 outputfile=runtestcanonicalizetypes.output.txt 16 cat /dev/null > $outputfile 22 `$cmd` > $outputfile 23 if test -s $outputfile; then 25 cat $outputfile >> $finaloutputfile
|
/external/autotest/client/profilers/cmdprofile/ |
D | cmdprofile.py | 22 def initialize(self, cmds=['ps'], interval=60, outputfile='cmdprofile', argument 26 if not outputfiles and not outputfile: 42 self.outputfiles = [outputfile] * len(cmds) 51 for cmd, outputfile in zip(self.cmds, self.outputfiles): 52 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/mesa3d/.gitlab-ci/tracie/ |
D | dump_trace_images.py | 110 outputfile = outputprefix + c + ".png" 112 log.write("Writing: %s to %s" % (ppm, outputfile)) 113 Image.open(ppm).save(outputfile) 126 outputfile = str(outputdir_path / trace_path.name) + "-" + c + ".png" 129 log.write("Writing RGBA: %s to %s" % (rgba, outputfile)) 130 Image.frombytes('RGBA', (32, 32), bytes(color * 32 * 32)).save(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/tensorflow/tensorflow/lite/micro/examples/person_detection/utils/ |
D | raw_to_bitmap.py | 76 outputfile = os.path.join(path, basename + '_' + str(idx) + '.bmp') 83 img.save(outputfile)
|
/external/python/cpython2/Lib/ |
D | SimpleHTTPServer.py | 178 def copyfile(self, source, outputfile): argument 192 shutil.copyfileobj(source, outputfile)
|
/external/libaom/libaom/apps/ |
D | aomdec.c | 81 static const arg_def_t outputfile = variable 111 &summaryarg, &outputfile, &threadsarg, &verbosearg, &scalearg, 506 } else if (arg_match(&arg, &outputfile, argi)) { in main_loop()
|
D | aomenc.c | 130 static const arg_def_t outputfile = variable 206 &outputfile, 1447 if (arg_match(&arg, &outputfile, argi)) { in parse_stream_params()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jmm.h | 312 jstring outputfile,
|
/external/libvpx/libvpx/ |
D | vpxdec.c | 75 static const arg_def_t outputfile = variable 119 &outputfile, 598 } else if (arg_match(&arg, &outputfile, argi)) in main_loop()
|
D | vpxenc.c | 96 static const arg_def_t outputfile = variable 172 &outputfile, 865 if (arg_match(&arg, &outputfile, argi)) { in parse_stream_params()
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 39 static const arg_def_t outputfile = variable 119 &outputfile, 244 } else if (arg_match(&arg, &outputfile, argi)) { in parse_command_line()
|
/external/python/cpython3/Lib/http/ |
D | server.py | 845 def copyfile(self, source, outputfile): argument 859 shutil.copyfileobj(source, outputfile)
|
/external/libpng/ |
D | CMakeLists.txt | 283 # generate_chk(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 306 # generate_out(INPUT inputfile OUTPUT outputfile [DEPENDS dep1 [dep2...]]) 329 # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
|
/external/llvm-project/polly/lib/External/isl/m4/ |
D | ax_create_pkgconfig_info.m4 | 7 # AX_CREATE_PKGCONFIG_INFO [(outputfile, [requires [,libs [,summary [,cflags [, ldflags]]]]])]
|
/external/libjpeg-turbo/ |
D | usage.txt | 474 jpegtran [switches] [inputfile] >outputfile 476 jpegtran [switches] inputfile outputfile
|
/external/icu/icu4c/source/data/unidata/ |
D | changes.txt | 109 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile 425 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile 699 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile 1011 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile 1144 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile 1537 py/preparseucd.py $UNICODE_DATA --only_ppucd path/to/ppucd/outputfile
|
/external/strace/ |
D | ChangeLog-CVS | 4297 * strace.c: set CLOEXEC flag for outputfile
|