/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/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/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/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/opencv3/modules/viz/src/vtk/ |
D | vtkOBJWriter.cpp | 84 std::ostream& outfile = *outfilep; in WriteData() local 87 outfile << "# wavefront obj file written by opencv viz module" << std::endl << std::endl; in WriteData() 88 outfile << "mtllib NONE" << std::endl << std::endl; in WriteData() 95 …outfile << std::setprecision(this->DecimalPrecision) << "v " << p[0] << " " << p[1] << " " << p[2]… in WriteData() 108 …outfile << std::setprecision(this->DecimalPrecision) << "vn " << p[0] << " " << p[1] << " " << p[2… in WriteData() 119 … outfile << std::setprecision(this->DecimalPrecision) << "vt " << p[0] << " " << p[1] << std::endl; in WriteData() 124 outfile << std::endl << "g grp" << idStart << std::endl; in WriteData() 125 outfile << "usemtl mtlNONE" << std::endl; in WriteData() 134 outfile << "p "; in WriteData() 136 outfile << index[i] + idStart << " "; in WriteData() [all …]
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_key.c | 70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm, in Pack() argument 76 if (!infile || !outfile) { in Pack() 83 if (0 != PublicKeyWrite(outfile, pubkey)) { in Pack() 93 if (0 != PrivateKeyWrite(outfile, privkey)) { in Pack() 106 static int Unpack(const char *infile, const char *outfile) in Unpack() argument 126 if (outfile) { in Unpack() 127 if (0 != PublicKeyWrite(outfile, pubkey)) { in Unpack() 147 if (outfile) { in Unpack() 148 if (0 != PrivateKeyWrite(outfile, privkey)) { in Unpack() 168 char *outfile = NULL; in do_vbutil_key() local [all …]
|
D | cmd_create.c | 38 static char *infile, *outfile, *outext; variable 123 if (0 != PrivateKeyWrite(outfile, privkey)) { in vb1_make_keypair() 127 fprintf(stderr, "wrote %s\n", outfile); in vb1_make_keypair() 143 if (0 != PublicKeyWrite(outfile, pubkey)) { in vb1_make_keypair() 147 fprintf(stderr, "wrote %s\n", outfile); in vb1_make_keypair() 209 if (vb2_private_key_write(privkey, outfile)) { in vb2_make_keypair() 213 fprintf(stderr, "wrote %s\n", outfile); in vb2_make_keypair() 250 if (vb2_public_key_write(pubkey, outfile)) { in vb2_make_keypair() 254 fprintf(stderr, "wrote %s\n", outfile); in vb2_make_keypair() 368 outfile = (char *)malloc(len); in do_create() [all …]
|
/external/libpcap/ |
D | runlex.sh | 36 outfile=lex.yy.c 45 outfile=`echo "$1" | sed 's/-o\(.*\)/\1/'` 116 ${LEX} $flags -o"$outfile" "$@" 139 outfile_base=`basename "$outfile"` 140 if [ "$outfile_base" != "$outfile" -a \( ! -r "$outfile" \) -a -r "$outfile_base" ] 146 mv "$outfile_base" "$outfile" 180 mv lex.yy.c "$outfile" 221 header_file=`dirname "$outfile"`/`basename "$outfile" .c`.h
|
/external/toybox/scripts/ |
D | mkstatus.py | 99 outfile=open("www/status.gen", "w") variable 100 outfile.write("<h1>Status of toybox %s</h1>\n" % version[0]); 101 outfile.write("<h3>Legend: [posix] <lsb> (development) {android}\n") 102 outfile.write("=klibc= #sash# @sbase@ *beastiebox* $tizen$ %shell% +request+ other\n") 103 outfile.write("<strike>pending</strike></h3>\n"); 105 outfile.write("<a name=done><h2><a href=#done>Completed</a></h2><blockquote><p>%s</p></blockquote>\… 106 outfile.write("<a name=part><h2><a href=#part>Partially implemented</a></h2><blockquote><p>%s</p></… 107 outfile.write("<a name=todo><h2><a href=#todo>Not started yet</a></h2><blockquote><p>%s</p></blockq… 111 outfile.write("<hr><h2>Categories of remaining todo items</h2>") 127 outfile.write("<a name=%s><h2><a href=#%s>%s<a></h2><blockquote><p>" % (i,i,k)) [all …]
|
/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/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/webrtc/webrtc/common_audio/ |
D | wav_file_unittest.cc | 28 const std::string outfile = test::OutputPath() + "wavtest1.wav"; in TEST() local 31 WavWriter w(outfile, 14099, 1); in TEST() 43 FILE* f = fopen(outfile.c_str(), "ab"); in TEST() 70 EXPECT_EQ(kContentSize, test::GetFileSize(outfile)); in TEST() 71 FILE* f = fopen(outfile.c_str(), "rb"); in TEST() 79 WavReader r(outfile); in TEST() 93 const std::string outfile = test::OutputPath() + "wavtest2.wav"; in TEST() local 94 rtc_WavWriter* w = rtc_WavOpen(outfile.c_str(), 11904, 2); in TEST() 126 EXPECT_EQ(kContentSize, test::GetFileSize(outfile)); in TEST() 127 FILE* f = fopen(outfile.c_str(), "rb"); in TEST() [all …]
|
/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/libjpeg-turbo/ |
D | Makefile.am | 367 ./cjpeg -rgb -dct int -outfile testout_rgb_islow.jpg $(srcdir)/testimages/testorig.ppm 370 ./djpeg -dct int -ppm -outfile testout_rgb_islow.ppm testout_rgb_islow.jpg 377 ./djpeg -dct int -rgb565 -dither none -bmp -outfile testout_rgb_islow_565.bmp testout_rgb_islow.jpg 381 ./djpeg -dct int -rgb565 -bmp -outfile testout_rgb_islow_565D.bmp testout_rgb_islow.jpg 387 …./cjpeg -sample 2x1 -dct fast -opt -outfile testout_422_ifast_opt.jpg $(srcdir)/testimages/testori… 390 ./djpeg -dct fast -outfile testout_422_ifast.ppm testout_422_ifast_opt.jpg 394 ./djpeg -dct fast -nosmooth -outfile testout_422m_ifast.ppm testout_422_ifast_opt.jpg 401 …./djpeg -dct int -nosmooth -rgb565 -dither none -bmp -outfile testout_422m_ifast_565.bmp testout_4… 405 …./djpeg -dct int -nosmooth -rgb565 -bmp -outfile testout_422m_ifast_565D.bmp testout_422_ifast_opt… 411 …./cjpeg -sample 2x2 -quality 100 -dct fast -prog -outfile testout_420_q100_ifast_prog.jpg $(srcdir… [all …]
|
D | wrbmp.c | 335 FILE * outfile = dest->pub.output_file; in write_colormap() local 342 putc(GETJSAMPLE(colormap[2][i]), outfile); in write_colormap() 343 putc(GETJSAMPLE(colormap[1][i]), outfile); in write_colormap() 344 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 346 putc(0, outfile); in write_colormap() 351 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 352 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 353 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 355 putc(0, outfile); in write_colormap() 361 putc(i, outfile); in write_colormap() [all …]
|
D | tjbenchtest.java.in | 68 …runme $EXEDIR/cjpeg -quality 95 -dct fast -grayscale -outfile $OUTDIR/${basename}_GRAY_fast_cjpeg.… 69 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x2 -outfile $OUTDIR/${basename}_420_fast_cjpeg.… 70 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x1 -outfile $OUTDIR/${basename}_422_fast_cjpeg.… 71 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 1x1 -outfile $OUTDIR/${basename}_444_fast_cjpeg.… 72 …runme $EXEDIR/cjpeg -quality 95 -dct int -grayscale -outfile $OUTDIR/${basename}_GRAY_accurate_cjp… 73 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x2 -outfile $OUTDIR/${basename}_420_accurate_cjp… 74 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x1 -outfile $OUTDIR/${basename}_422_accurate_cjp… 75 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 1x1 -outfile $OUTDIR/${basename}_444_accurate_cjp… 77 …runme $EXEDIR/djpeg -rgb -bmp -outfile $OUTDIR/${basename}_${samp}_default_djpeg.bmp $OUTDIR/${bas… 78 …runme $EXEDIR/djpeg -dct fast -rgb -bmp -outfile $OUTDIR/${basename}_${samp}_fast_djpeg.bmp $OUTDI… [all …]
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
D | noise_summary.py | 149 def print_iteration_summary(data_dict, iteration, outfile): argument 150 outfile.write('\n') 151 outfile.write("Iteration %d\n" % iteration) 152 outfile.write('-------------\n') 165 outfile.write('{:,}Hz \t %s \t %s \n'.format(freq) % 171 outfile = open(output_file, 'w') 172 outfile.write('Summary: \n') 173 outfile.write(' %d issues with finger tracking over all iterations. \n' % 175 outfile.write(' %d issues with distance over all iterations. \n' % 177 outfile.write('\n\n') [all …]
|
/external/elfutils/libcpu/ |
D | i386_parse.y | 209 extern FILE *outfile; 1082 fprintf (outfile, "%s\n \"%s", in print_op_str() 1106 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str); in print_op_fct() 1124 fprintf (outfile, "#define MNEMONIC_BITS %zu\n", best_mnemonic_bits); in instrtable_out() 1126 fprintf (outfile, "#define MNEMONIC_BITS %ld\n", in instrtable_out() 1129 fprintf (outfile, "#define SUFFIX_BITS %d\n", nbitsuf); in instrtable_out() 1132 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]); in instrtable_out() 1134 fprintf (outfile, "#define STR%d_BITS %d\n", i + 1, nbitstr[i]); in instrtable_out() 1135 fprintf (outfile, "#define OFF%d_1_BITS %d\n", i + 1, nbitoff[i][0]); in instrtable_out() 1136 fprintf (outfile, "#define OFF%d_1_BIAS %d\n", i + 1, minoff[i][0]); in instrtable_out() [all …]
|
/external/vboot_reference/utility/ |
D | bmpblk_font.c | 120 char* outfile = DEFAULT_OUTFILE; in main() local 137 outfile = optarg; in main() 153 printf("outfile is %s\n", outfile); in main() 156 ofp = fopen(outfile, "wb"); in main() 158 fatal("Unable to open %s: %s\n", outfile, strerror(errno)); in main() 163 error("Can't write header to %s: %s\n", outfile, strerror(errno)); in main() 205 error("Can't write entry to %s: %s\n", outfile, strerror(errno)); in main() 209 error("Can't write image to %s: %s\n", outfile, strerror(errno)); in main() 213 error("Can't write padding to %s: %s\n", outfile, strerror(errno)); in main() 227 (void) unlink(outfile); in main()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
D | bigfile.py | 45 def encrypt_bigfile(infile, outfile, pub_key): argument 61 outfile.write(byte(varblock.VARBLOCK_VERSION)) 67 varblock.write_varint(outfile, len(crypto)) 68 outfile.write(crypto) 70 def decrypt_bigfile(infile, outfile, priv_key): argument 84 outfile.write(cleartext)
|
/external/libvpx/libvpx/ |
D | ivfenc.c | 16 void ivf_write_file_header(FILE *outfile, in ivf_write_file_header() argument 36 fwrite(header, 1, 32, outfile); in ivf_write_file_header() 39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header() argument 45 fwrite(header, 1, 12, outfile); in ivf_write_frame_header() 48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size() argument 52 fwrite(header, 1, 4, outfile); in ivf_write_frame_size()
|
/external/autotest/client/profilers/catprofile/ |
D | catprofile.py | 16 outfile = 'monitor', interval = 1): argument 18 self.outfile = outfile 34 outfile = test.profdir + '/' + self.outfile 35 output = open(outfile, 'a')
|