HomeSort by relevance Sort by last modified time
    Searched refs:outputfile (Results 1 - 25 of 29) sorted by null

1 2

  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
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...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-xtensa/
lcall.exp 34 proc default_ld_objdump { objdump object outputfile } {
46 verbose -log "$objdump $OBJDUMPFLAGS $object >$outputfile"
48 catch "exec $objdump $OBJDUMPFLAGS $object >$outputfile" exec_output
70 set outputfile "$object.txt"
78 if ![default_ld_objdump $objdump $object $outputfile ] {
84 set file [open $outputfile r]
98 set file [open $outputfile r]
coalesce.exp 34 proc default_ld_objdump { objdump object outputfile } {
46 verbose -log "$objdump $OBJDUMPFLAGS $object >$outputfile"
48 catch "exec $objdump $OBJDUMPFLAGS $object >$outputfile" exec_output
70 set outputfile "$object.txt"
78 if ![default_ld_objdump $objdump $object $outputfile ] {
84 set file [open $outputfile r]
  /external/valgrind/auxprogs/
getoff.c 80 "Usage: %s [--help] [-h] [-v] [-o <outputfile>]\n"
83 "Use -o to output to <outputfile>\n"
92 FILE *outputfile; local
95 outputfile = stdout;
112 outputfile = fopen(argv[i], "w");
113 if (outputfile == NULL) {
154 fprintf(outputfile,
165 if (outputfile != stdout)
166 if (fclose (outputfile) != 0) {
  /external/autotest/client/profilers/cmdprofile/
cmdprofile.py 15 def initialize(self, cmds=['ps'], interval=60, outputfile='cmdprofile',
19 if not outputfiles and not outputfile:
21 'cmdprofile cannot run if neither outputfile nor outputfile '
32 # outputfiles overrides 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/client/profilers/powertop/
powertop.py 25 outputfile = os.path.join(test.profdir, 'powertop')
27 output = open(outputfile, 'a')
29 data = utils.system_output('%s >> %s' % (powertop, outputfile))
  /build/make/core/
jetifier.mk 27 $(JETIFIER) -outputfile $@ -i $<
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_imgfile.py 21 outputfile = '/tmp/deleteme'
56 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
99 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
101 os.unlink(outputfile)
  /external/python/cpython2/Lib/test/
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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imgfile.py 21 outputfile = '/tmp/deleteme'
56 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
99 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
101 os.unlink(outputfile)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imgfile.py 21 outputfile = '/tmp/deleteme'
56 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
99 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
101 os.unlink(outputfile)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imgfile.py 21 outputfile = '/tmp/deleteme'
56 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
99 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
101 os.unlink(outputfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imgfile.py 21 outputfile = '/tmp/deleteme'
56 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
99 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
101 os.unlink(outputfile)
  /external/libxml2/
check-xinclude-test-suite.py 85 outputfile = None
103 outputfile = output
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
SimpleHTTPServer.py 64 to the outputfile by the caller unless the command was HEAD,
178 def copyfile(self, source, outputfile):
192 shutil.copyfileobj(source, outputfile)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
SimpleHTTPServer.py 61 to the outputfile by the caller unless the command was HEAD,
163 def copyfile(self, source, outputfile):
177 shutil.copyfileobj(source, outputfile)
  /external/python/cpython2/Lib/
SimpleHTTPServer.py 64 to the outputfile by the caller unless the command was HEAD,
178 def copyfile(self, source, outputfile):
192 shutil.copyfileobj(source, outputfile)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleHTTPServer.py 61 to the outputfile by the caller unless the command was HEAD,
163 def copyfile(self, source, outputfile):
177 shutil.copyfileobj(source, outputfile)
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleHTTPServer.py 61 to the outputfile by the caller unless the command was HEAD,
163 def copyfile(self, source, outputfile):
177 shutil.copyfileobj(source, outputfile)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 61 to the outputfile by the caller unless the command was HEAD,
163 def copyfile(self, source, outputfile):
177 shutil.copyfileobj(source, outputfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 61 to the outputfile by the caller unless the command was HEAD,
163 def copyfile(self, source, outputfile):
177 shutil.copyfileobj(source, outputfile)
  /external/oj-libjdwp/src/share/javavm/export/
jmm.h 312 jstring outputfile,
  /external/libvpx/libvpx/
vpxdec.c 75 static const arg_def_t outputfile = variable
107 &outputfile, &threadsarg, &frameparallelarg,
574 } else if (arg_match(&arg, &outputfile, argi))
    [all...]
  /external/fio/tools/plot/
fio2gnuplot 361 print 'fio2gnuplot -ghbiodvk -t <title> -o <outputfile> -p <pattern> -G <type> -m <time> -M <time>'
368 print '-o or --outputfile <file> : The basename for gnuplot traces'
410 opts, args = getopt.getopt(argv[1:],"ghkbivo:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help', 'verbose','keep'])
430 elif opt in ("-o", "--outputfile"):
  /external/python/cpython3/Lib/http/
server.py 655 to the outputfile by the caller unless the command was HEAD,
786 def copyfile(self, source, outputfile):
800 shutil.copyfileobj(source, outputfile)
    [all...]

Completed in 505 milliseconds

1 2