/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 | 71 $outfile = $destDir."/".$destFileName; 73 unlink($outfile); 74 $outFH = IO::File->new($outfile,"a") 75 or die "could not open the file $outfile for writing: $! \n"; 97 createUnassignedTable($inFH,$outfile); 100 createMapToNothing($inFH,$outfile); 103 createCaseMapNorm($inFH,$outfile); 106 createCaseMapNoNorm($inFH,$outfile); 109 createProhibitedTable($inFH,$outfile,$line); 112 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/skia/tools/skpbench/ |
D | sheet.py | 95 def print_csv(self, outfile=sys.stdout): argument 97 print(get_qualified_name(FLAGS.result, self.sheet_qualifiers), file=outfile) 100 outfile.write('bench,') 102 outfile.write('%s,' % fullconfig.qualified_name(self.config_qualifiers)) 103 outfile.write('\n') 107 outfile.write('%s,' % bench) 110 outfile.write('%s,' % row[fullconfig]) 112 outfile.write('NULL,') 117 outfile.write('\n') 121 outfile.write('\n') [all …]
|
D | skiaperf.py | 61 def emit(self, outfile): argument 62 json.dump(self, outfile, indent=4, separators=(',', ' : '), sort_keys=True) 63 print('', file=outfile) 85 if FLAGS.outfile != '-': 86 with open(FLAGS.outfile, 'w+') as outfile: 87 data.emit(outfile)
|
/external/pcre/dist2/ |
D | perltest.sh | 103 $outfile = "OUTFILE"; 105 else { $outfile = "STDOUT"; } 107 printf($outfile "Perl $] Regular Expressions\n\n"); 116 printf $outfile "$_" if ! $interact; 125 printf $outfile "$_" if ! $interact; 174 printf $outfile "Error: $@"; 207 printf $outfile "%s", "$_\n" if ! $interact; 248 printf $outfile "Error: $@\n"; 253 printf $outfile "No match"; 255 { printf $outfile (", mark = %s", &pchars($REGERROR)); } [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/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 | 41 $XMLWF -p "$file" > outfile || return $? 42 read outdata < outfile 56 $XMLWF -p -d "$OUTPUT$reldir" "$file" > outfile || return $? 57 read outdata < outfile 60 diff -u "$OUTPUT$reldir$file" "out/$file" > outfile 61 if [ -s outfile ] ; then 62 cp outfile "$OUTPUT$reldir$file.diff" 105 rm -f outfile 114 rm outfile 133 rm outfile [all …]
|
/external/pcre/dist2/src/ |
D | pcre2test.c | 779 static FILE *outfile; variable 1098 pcre2_printint_8(compiled_code8,outfile,a); \ 1100 pcre2_printint_16(compiled_code16,outfile,a); \ 1102 pcre2_printint_32(compiled_code32,outfile,a) 1542 G(pcre2_printint_,BITONE)(G(compiled_code,BITONE),outfile,a); \ 1544 G(pcre2_printint_,BITTWO)(G(compiled_code,BITTWO),outfile,a) 1794 #define PCRE2_PRINTINT(a) pcre2_printint_8(compiled_code8,outfile,a) 1889 #define PCRE2_PRINTINT(a) pcre2_printint_16(compiled_code16,outfile,a) 1984 #define PCRE2_PRINTINT(a) pcre2_printint_32(compiled_code32,outfile,a) 2380 fprintf(outfile, "malloc %3d %p\n", (int)size, block); in my_malloc() [all …]
|
/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 | 384 ./cjpeg -rgb -dct int -outfile testout_rgb_islow.jpg $(srcdir)/testimages/testorig.ppm 387 ./djpeg -dct int -ppm -outfile testout_rgb_islow.ppm testout_rgb_islow.jpg 394 ./djpeg -dct int -rgb565 -dither none -bmp -outfile testout_rgb_islow_565.bmp testout_rgb_islow.jpg 398 ./djpeg -dct int -rgb565 -bmp -outfile testout_rgb_islow_565D.bmp testout_rgb_islow.jpg 404 …./cjpeg -sample 2x1 -dct fast -opt -outfile testout_422_ifast_opt.jpg $(srcdir)/testimages/testori… 407 ./djpeg -dct fast -outfile testout_422_ifast.ppm testout_422_ifast_opt.jpg 411 ./djpeg -dct fast -nosmooth -outfile testout_422m_ifast.ppm testout_422_ifast_opt.jpg 418 …./djpeg -dct int -nosmooth -rgb565 -dither none -bmp -outfile testout_422m_ifast_565.bmp testout_4… 422 …./djpeg -dct int -nosmooth -rgb565 -bmp -outfile testout_422m_ifast_565D.bmp testout_422_ifast_opt… 428 …./cjpeg -sample 2x2 -quality 100 -dct fast -prog -outfile testout_420_q100_ifast_prog.jpg $(srcdir… [all …]
|
D | wrbmp.c | 336 FILE *outfile = dest->pub.output_file; in write_colormap() local 343 putc(GETJSAMPLE(colormap[2][i]), outfile); in write_colormap() 344 putc(GETJSAMPLE(colormap[1][i]), outfile); in write_colormap() 345 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 347 putc(0, outfile); in write_colormap() 352 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 353 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 354 putc(GETJSAMPLE(colormap[0][i]), outfile); in write_colormap() 356 putc(0, outfile); in write_colormap() 362 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/trappy/scripts/ |
D | publish_interactive_plots.py | 114 outfile = args.outfile 116 if outfile == "": 117 outfile = "published_" + os.path.basename(notebook) 118 logging.info("Setting outfile as %s", outfile) 120 elif not outfile.endswith(".ipynb"): 121 outfile += ".ipynb" 123 publish(notebook, outfile)
|
/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/libvpx/libvpx/build/make/ |
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/python/cpython2/Lib/json/ |
D | tool.py | 19 outfile = sys.stdout 22 outfile = sys.stdout 25 outfile = open(sys.argv[2], 'wb') 33 with outfile: 34 json.dump(obj, outfile, sort_keys=True, 36 outfile.write('\n')
|
/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/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/libvpx/libvpx/ |
D | ivfenc.c | 16 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg, in ivf_write_file_header() argument 34 fwrite(header, 1, 32, outfile); in ivf_write_file_header() 37 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header() argument 43 fwrite(header, 1, 12, outfile); in ivf_write_frame_header() 46 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size() argument 50 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')
|