Home
last modified time | relevance | path

Searched refs:outputfile (Results 1 – 21 of 21) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
Dmodify_srcu.awk42 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/
Druntestcanonicalizetypes.sh.in14 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/
Dcmdprofile.py22 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/
Dtest_imgfile.py19 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/
Dpowertop.py25 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/
Ddump_trace_images.py110 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/
Dcheck-xinclude-test-suite.py85 outputfile = None
103 outputfile = output
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
/external/tensorflow/tensorflow/lite/micro/examples/person_detection/utils/
Draw_to_bitmap.py76 outputfile = os.path.join(path, basename + '_' + str(idx) + '.bmp')
83 img.save(outputfile)
/external/python/cpython2/Lib/
DSimpleHTTPServer.py178 def copyfile(self, source, outputfile): argument
192 shutil.copyfileobj(source, outputfile)
/external/libaom/libaom/apps/
Daomdec.c81 static const arg_def_t outputfile = variable
111 &summaryarg, &outputfile, &threadsarg, &verbosearg, &scalearg,
506 } else if (arg_match(&arg, &outputfile, argi)) { in main_loop()
Daomenc.c130 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/
Djmm.h312 jstring outputfile,
/external/libvpx/libvpx/
Dvpxdec.c75 static const arg_def_t outputfile = variable
119 &outputfile,
598 } else if (arg_match(&arg, &outputfile, argi)) in main_loop()
Dvpxenc.c96 static const arg_def_t outputfile = variable
172 &outputfile,
865 if (arg_match(&arg, &outputfile, argi)) { in parse_stream_params()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c39 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/
Dserver.py845 def copyfile(self, source, outputfile): argument
859 shutil.copyfileobj(source, outputfile)
/external/libpng/
DCMakeLists.txt283 # 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/
Dax_create_pkgconfig_info.m47 # AX_CREATE_PKGCONFIG_INFO [(outputfile, [requires [,libs [,summary [,cflags [, ldflags]]]]])]
/external/libjpeg-turbo/
Dusage.txt474 jpegtran [switches] [inputfile] >outputfile
476 jpegtran [switches] inputfile outputfile
/external/icu/icu4c/source/data/unidata/
Dchanges.txt109 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/
DChangeLog-CVS4297 * strace.c: set CLOEXEC flag for outputfile