/external/e2fsprogs/lib/et/ |
D | et_c.awk | 3 outfn = outfile 124 print "/*" > outfile 125 print " * " outfn ":" > outfile 126 print " * This file is automatically generated; please do not edit it." > outfile 127 print " */" > outfile 129 print "" > outfile 130 print "#include <stdlib.h>" > outfile 131 print "" > outfile 132 print "#define N_(a) a" > outfile 133 print "" > outfile [all …]
|
D | et_h.awk | 3 outfn = outfile 128 print "/*" > outfile 129 print " * " outfn ":" > outfile 130 print " * This file is automatically generated; please do not edit it." > outfile 131 print " */" > outfile 132 print "" > outfile 133 print "#include <et/com_err.h>" > outfile 134 print "" > outfile 144 curr_sign*curr_low > outfile 147 curr_low > outfile [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | ckconfig.c | 294 FILE *outfile; local 297 if ((outfile = fopen("jconfig.h", "w")) == NULL) { 303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n"); 304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n"); 306 fprintf(outfile, "#define HAVE_PROTOTYPES\n"); 308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n"); 311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n"); 313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n"); 316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n"); 318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n"); [all …]
|
D | wrbmp.c | 297 FILE * outfile = dest->pub.output_file; in write_colormap() local 304 putc(GETJSAMPLE(colormap[2][i]), outfile); in write_colormap() 305 putc(GETJSAMPLE(colormap[1][i]), outfile); in write_colormap() 306 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 308 putc(0, outfile); in write_colormap() 313 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 314 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 315 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 317 putc(0, outfile); in write_colormap() 323 putc(i, outfile); in write_colormap() [all …]
|
D | jdatadst.c | 28 FILE * outfile; /* target stream */ member 85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) != in empty_output_buffer() 113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount) in term_destination() 116 fflush(dest->outfile); in term_destination() 118 if (ferror(dest->outfile)) in term_destination() 130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest() argument 150 dest->outfile = outfile; in jpeg_stdio_dest()
|
/external/jpeg/ |
D | ckconfig.c | 294 FILE *outfile; local 297 if ((outfile = fopen("jconfig.h", "w")) == NULL) { 303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n"); 304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n"); 306 fprintf(outfile, "#define HAVE_PROTOTYPES\n"); 308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n"); 311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n"); 313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n"); 316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n"); 318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n"); [all …]
|
D | wrbmp.c | 297 FILE * outfile = dest->pub.output_file; in write_colormap() local 304 putc(GETJSAMPLE(colormap[2][i]), outfile); in write_colormap() 305 putc(GETJSAMPLE(colormap[1][i]), outfile); in write_colormap() 306 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 308 putc(0, outfile); in write_colormap() 313 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 314 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 315 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 317 putc(0, outfile); in write_colormap() 323 putc(i, outfile); in write_colormap() [all …]
|
D | jdatadst.c | 28 FILE * outfile; /* target stream */ member 85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) != in empty_output_buffer() 113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount) in term_destination() 116 fflush(dest->outfile); in term_destination() 118 if (ferror(dest->outfile)) in term_destination() 130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest() argument 150 dest->outfile = outfile; in jpeg_stdio_dest()
|
/external/e2fsprogs/lib/ss/ |
D | ct_c.awk | 4 rootname, rootname > outfile 5 print "#include <ss/ss.h>" > outfile 6 print "" >outfile 13 printf "static char const * const ssu%05d[] = {\n", cmdnum > outfile 26 printf "%s\"%s\",\n", cmdtab, cmd > outfile 41 print " (char const *)0" > outfile 42 print "};" > outfile 43 printf "extern void %s __SS_PROTO;\n", subr > outfile 58 print "#__ERROR_IN_FILE__" > outfile 62 printf "static ss_request_entry ssu%05d[] = {\n", cmdnum+1 > outfile [all …]
|
/external/chromium_org/third_party/icu/source/tools/gensprep/ |
D | 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/ |
D | 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/chromium_org/tools/generate_stubs/ |
D | generate_stubs.py | 428 def WriteWindowsDefFile(module_name, signatures, outfile): argument 441 outfile.write('LIBRARY %s\n' % module_name) 442 outfile.write('EXPORTS\n') 445 outfile.write(' %s\n' % sig['name']) 483 outfile = open(def_file_path, 'w') 485 WriteWindowsDefFile(module_name, signatures, outfile) 487 outfile.close() 683 def WriteImplementationPreamble(cls, header_path, outfile): argument 690 outfile.write(IMPLEMENTATION_PREAMBLE % header_path) 693 def WriteUmbrellaInitializer(cls, module_names, namespace, outfile): argument [all …]
|
/external/pcre/dist/ |
D | perltest.pl | 57 $outfile = "OUTFILE"; 59 else { $outfile = "STDOUT"; } 61 printf($outfile "Perl $] Regular Expressions\n\n"); 70 printf $outfile "$_" if $infile ne "STDIN"; 79 printf $outfile "$_" if $infile ne "STDIN"; 123 printf $outfile "Error: $@"; 156 printf $outfile "$_\n" if $infile ne "STDIN"; 196 printf $outfile "Error: $@\n"; 201 printf $outfile "No match"; 203 { printf $outfile (", mark = %s", &pchars($REGERROR)); } [all …]
|
D | pcretest.c | 289 #define PCRE_PRINTINT8(re, outfile, debug_lengths) \ argument 290 pcre_printint(re, outfile, debug_lengths) 383 #define PCRE_PRINTINT16(re, outfile, debug_lengths) \ argument 384 pcre16_printint(re, outfile, debug_lengths) 475 #define PCRE_PRINTINT32(re, outfile, debug_lengths) \ argument 476 pcre32_printint(re, outfile, debug_lengths) 703 #define PCRE_PRINTINT(re, outfile, debug_lengths) \ argument 705 PCRE_PRINTINT32(re, outfile, debug_lengths); \ 707 PCRE_PRINTINT16(re, outfile, debug_lengths); \ 709 PCRE_PRINTINT8(re, outfile, debug_lengths) [all …]
|
/external/lldb/test/settings/ |
D | main.cpp | 28 std::ofstream outfile; in main() local 30 outfile.open("output1.txt"); in main() 32 outfile.open("output2.txt"); in main() 37 outfile << "argv[1] matches\n"; in main() 40 outfile << "argv[2] matches\n"; in main() 43 outfile << "argv[3] matches\n"; in main() 50 outfile << "Environment variable 'MY_ENV_VAR' successfully passed.\n"; in main() 59 outfile << "The host environment variable 'MY_HOST_ENV_VAR1' successfully passed.\n"; in main() 66 outfile << "The host environment variable 'MY_HOST_ENV_VAR2' successfully passed.\n"; in main() 73 outfile.close(); in main()
|
/external/libpcap/ |
D | runlex.sh | 38 outfile=lex.yy.c 47 outfile=`echo "$1" | sed 's/-o\(.*\)/\1/'` 118 ${LEX} $flags -o"$outfile" "$@" 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`.h
|
/external/expat/tests/ |
D | 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/srec/tools/grxmlcompile/ |
D | netw_dump.cpp | 49 std::ofstream outfile; in WriteForwardGraphFile() local 57 outfile.open ( fileName.c_str() ); in WriteForwardGraphFile() 63 outfile << arc[loc]->fromId << std::endl; in WriteForwardGraphFile() 66 outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << Eps << std::endl; in WriteForwardGraphFile() 84 …outfile << arc[loc]->fromId << separator << arc[loc]->toId << separator << inLabel.c_str() << std… in WriteForwardGraphFile() 90 outfile.close(); in WriteForwardGraphFile() 107 std::ofstream outfile; in WriteForwardGraphWithSemantic() local 110 outfile.open ( fileName.c_str() ); in WriteForwardGraphWithSemantic() 172 outfile << arc[loc]->fromId << std::endl; in WriteForwardGraphWithSemantic() 174 …outfile << arc[loc]->fromId << Separator << arc[loc]->toId << Separator << inLabel.c_str() << Sep… in WriteForwardGraphWithSemantic() [all …]
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
D | 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.once 246 outfile=/dev/stdout 252 --out=*) outfile="${optval}"; mkoutfile="${optval}".mk [all …]
|
/external/libvpx/libvpx/build/make/ |
D | 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.once 246 outfile=/dev/stdout 252 --out=*) outfile="${optval}"; mkoutfile="${optval}".mk [all …]
|
D | 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}
|
/external/chromium_org/third_party/webrtc/common_audio/ |
D | wav_writer_unittest.cc | 27 const std::string outfile = webrtc::test::OutputPath() + "wavtest1.wav"; in TEST() local 30 webrtc::WavFile w(outfile, 14099, 1); in TEST() 58 EXPECT_EQ(size_t(kContentSize), webrtc::test::GetFileSize(outfile)); in TEST() 59 FILE* f = fopen(outfile.c_str(), "rb"); in TEST() 69 const std::string outfile = webrtc::test::OutputPath() + "wavtest2.wav"; in TEST() local 70 rtc_WavFile *w = rtc_WavOpen(outfile.c_str(), 11904, 2); in TEST() 102 EXPECT_EQ(size_t(kContentSize), webrtc::test::GetFileSize(outfile)); in TEST() 103 FILE* f = fopen(outfile.c_str(), "rb"); in TEST() 113 std::string outfile = webrtc::test::OutputPath() + "wavtest3.wav"; in TEST() local 128 webrtc::WavFile w(outfile, kSampleRate, kNumChannels); in TEST() [all …]
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | summary.py | 17 def report(self, morfs, outfile=None, config=None): argument 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)
|
/external/zlib/src/examples/ |
D | gun.c | 120 int outfile; member 140 if (me->outfile != -1) in out() 145 ret = (int)write(me->outfile, buf, ret); in out() 201 int outfile, z_stream *strm) in lunpipe() argument 222 outd.outfile = outfile; in lunpipe() 383 local int gunpipe(z_stream *strm, int infile, int outfile) in gunpipe() argument 415 ret = lunpipe(have, next, indp, outfile, strm); in gunpipe() 467 outd.outfile = outfile; in gunpipe() 551 int infile, outfile; in gunzip() local 566 outfile = -1; in gunzip() [all …]
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | wrbmp.c | 297 FILE * outfile = dest->pub.output_file; in write_colormap() local 304 putc(GETJSAMPLE(colormap[2][i]), outfile); in write_colormap() 305 putc(GETJSAMPLE(colormap[1][i]), outfile); in write_colormap() 306 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 308 putc(0, outfile); in write_colormap() 313 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 314 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 315 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 317 putc(0, outfile); in write_colormap() 323 putc(i, outfile); in write_colormap() [all …]
|