HomeSort by relevance Sort by last modified time
    Searched refs:outfile (Results 26 - 50 of 329) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libpcap/
runlex.sh 38 outfile=lex.yy.c
47 outfile=`echo "$1" | sed 's/-o\(.*\)/\1/'`
118 ${LEX} $flags -o"$outfile" "$@"
139 # Is the outfile where we think it is?
141 outfile_base=`basename "$outfile"`
142 if [ "$outfile_base" != "$outfile" -a \( ! -r "$outfile" \) -a -r "$outfile_base" ]
148 mv "$outfile_base" "$outfile"
182 mv lex.yy.c "$outfile"
223 header_file=`dirname "$outfile"`/`basename "$outfile" .c`.
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_def.sh 51 echo " $sym" >> ${outfile}
57 printf " %-40s DATA\n" "$sym" >> ${outfile}
67 --out=*) outfile="$optval"
76 outfile=${outfile:-/dev/stdout}
79 echo "LIBRARY ${name}" > ${outfile}
80 echo "EXPORTS" >> ${outfile}
gen_msvs_sln.sh 27 --out=outfile Redirect output to a file
36 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
43 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
225 $nows_sln_config: $outfile
226 ${TAB}\$(MSBUILD_TOOL) $outfile -build "$config"
229 $nows_sln_config: $outfile
230 ${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
235 $nows_sln_config: $outfile .nodevenv.onc
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 51 echo " $sym" >> ${outfile}
57 printf " %-40s DATA\n" "$sym" >> ${outfile}
67 --out=*) outfile="$optval"
76 outfile=${outfile:-/dev/stdout}
79 echo "LIBRARY ${name}" > ${outfile}
80 echo "EXPORTS" >> ${outfile}
gen_msvs_sln.sh 27 --out=outfile Redirect output to a file
36 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
43 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
225 $nows_sln_config: $outfile
226 ${TAB}\$(MSBUILD_TOOL) $outfile -build "$config"
229 $nows_sln_config: $outfile
230 ${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
235 $nows_sln_config: $outfile .nodevenv.onc
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_def.sh 51 echo " $sym" >> ${outfile}
57 printf " %-40s DATA\n" "$sym" >> ${outfile}
67 --out=*) outfile="$optval"
76 outfile=${outfile:-/dev/stdout}
79 echo "LIBRARY ${name}" > ${outfile}
80 echo "EXPORTS" >> ${outfile}
gen_msvs_sln.sh 27 --out=outfile Redirect output to a file
36 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
43 [ -f "${outfile}" ] && rm -f ${outfile}{,.mk}
225 $nows_sln_config: $outfile
226 ${TAB}\$(MSBUILD_TOOL) $outfile -build "$config"
229 $nows_sln_config: $outfile
230 ${TAB}\$(MSBUILD_TOOL) $outfile -m -t:Build \\
235 $nows_sln_config: $outfile .nodevenv.onc
    [all...]
  /external/expat/tests/
xmltest.sh 39 $XMLWF -p "$file" > outfile || return $?
40 read outdata < outfile
54 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $?
55 read outdata < outfile
58 diff -u "$OUTPUT$reldir$file" "out/$file" > outfile
59 if [ -s outfile ] ; then
60 cp outfile "$OUTPUT$reldir$file.diff"
103 rm outfile
112 rm outfile
131 rm outfile
    [all...]
  /external/jpeg/
jdatadst.c 28 FILE * outfile; /* target stream */ member in struct:__anon26497
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
116 fflush(dest->outfile);
118 if (ferror(dest->outfile))
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
150 dest->outfile = outfile;
  /external/qemu/distrib/jpeg-6b/
jdatadst.c 28 FILE * outfile; /* target stream */ member in struct:__anon33004
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
116 fflush(dest->outfile);
118 if (ferror(dest->outfile))
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
150 dest->outfile = outfile;
  /external/bzip2/
format.pl 36 #my $outfile = 'fmt-manual.xml';
37 my $outfile = shift;
38 #print "Infile: $infile, Outfile: $outfile\n";
39 # check we can write to outfile
40 open( OUTFILE,">$outfile" ) or
41 die "Can't output $outfile $! for writing";
47 print OUTFILE $prev;
65 print OUTFILE $curr
    [all...]
  /external/chromium_org/tools/generate_stubs/
generate_stubs.py 425 def WriteWindowsDefFile(module_name, signatures, outfile):
436 outfile: File handle to populate with definitions.
438 outfile.write('LIBRARY %s\n' % module_name)
439 outfile.write('EXPORTS\n')
442 outfile.write(' %s\n' % sig['name'])
480 outfile = open(def_file_path, 'w')
482 WriteWindowsDefFile(module_name, signatures, outfile)
484 outfile.close()
674 def WriteImplementationPreamble(cls, header_path, outfile):
679 outfile: The file handle to populate
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
summary.py 17 def report(self, morfs, outfile=None, config=None):
20 `outfile` is a file object to write the summary to. `config` is a
45 if not outfile:
46 outfile = sys.stdout
49 outfile.write(header)
50 outfile.write(rule)
64 outfile.write(fmt_coverage % args)
71 outfile.write(fmt_err % (cu.name, typ.__name__, msg))
74 outfile.write(rule)
81 outfile.write(fmt_coverage % args
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
filterRFC3454.pl 69 $outfile = $destDir."/".$destFileName;
71 unlink($outfile);
72 $outFH = IO::File->new($outfile,"a")
73 or die "could not open the file $outfile for writing: $! \n";
95 createUnassignedTable($inFH,$outfile);
98 createMapToNothing($inFH,$outfile);
101 createCaseMapNorm($inFH,$outfile);
104 createCaseMapNoNorm($inFH,$outfile);
107 createProhibitedTable($inFH,$outfile,$line);
110 createProhibitedTable($inFH,$outfile,$line)
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
filterRFC3454.pl 69 $outfile = $destDir."/".$destFileName;
71 unlink($outfile);
72 $outFH = IO::File->new($outfile,"a")
73 or die "could not open the file $outfile for writing: $! \n";
95 createUnassignedTable($inFH,$outfile);
98 createMapToNothing($inFH,$outfile);
101 createCaseMapNorm($inFH,$outfile);
104 createCaseMapNoNorm($inFH,$outfile);
107 createProhibitedTable($inFH,$outfile,$line);
110 createProhibitedTable($inFH,$outfile,$line)
    [all...]
  /external/eigen/bench/btl/generic_bench/utils/
xy_file.hh 66 ofstream outfile (filename.c_str(),ios::out) ;
70 outfile << X[i] << " " << Y[i] << endl;
72 outfile.close();
  /external/elfutils/0.153/libcpu/
i386_gendis.c 45 FILE *outfile; variable
50 outfile = stdout;
  /bootable/recovery/tools/ota/
convert-to-bmp.py 11 outfile = sys.argv[2] variable
13 if not outfile.endswith(".bmp"):
18 im.save(outfile)
67 f = open(outfile, "wb")
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_decoder.c 96 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
102 FILE *outfile = NULL; local
117 if (!(outfile = fopen(argv[2], "wb")))
141 vpx_img_write(img, outfile);
155 fclose(outfile);
  /external/libvpx/libvpx/examples/
simple_decoder.c 96 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
102 FILE *outfile = NULL; local
117 if (!(outfile = fopen(argv[2], "wb")))
141 vpx_img_write(img, outfile);
155 fclose(outfile);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_decoder.c 96 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
102 FILE *outfile = NULL; local
117 if (!(outfile = fopen(argv[2], "wb")))
141 vpx_img_write(img, outfile);
155 fclose(outfile);
  /external/srec/tools/grxmlcompile/
netw_dump.cpp 49 std::ofstream outfile; local
57 outfile.open ( fileName.c_str() );
63 outfile << arc[loc]->fromId << std::endl;
66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl;
84 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std::endl;
90 outfile.close();
107 std::ofstream outfile; local
110 outfile.open ( fileName.c_str() );
172 outfile << arc[loc]->fromId << std::endl;
174 outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Separator < (…)
192 std::ofstream outfile; local
272 std::ofstream outfile; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
pkeyparam.c 71 char **args, *infile = NULL, *outfile = NULL; local
106 outfile = *args;
158 if (outfile)
160 if (!(out = BIO_new_file (outfile, "w")))
163 "Can't open output file %s\n", outfile);
  /external/openssl/apps/
pkeyparam.c 71 char **args, *infile = NULL, *outfile = NULL; local
106 outfile = *args;
158 if (outfile)
160 if (!(out = BIO_new_file (outfile, "w")))
163 "Can't open output file %s\n", outfile);
  /external/chromium_org/tools/win/link_limiter/
build_link_limiter.py 44 outfile = 'limiter.exe'
45 outpath = os.path.join(BUILD_DIR, outfile)
48 print 'Building %s...' % outfile
52 % (os.path.join('..', infile), outfile), BUILD_DIR)
55 print 'Failed to build %s' % outfile
58 print '%s already built' % outfile

Completed in 2480 milliseconds

12 3 4 5 6 7 8 91011>>