/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/adhd/cras/src/common/ |
D | edid_utils.c | 12 void show_edid_data(FILE *outfile, unsigned char *edid_data, in show_edid_data() argument 19 fprintf(outfile, " 0x%04x: ", item + base); in show_edid_data() 21 fprintf(outfile, "%02x ", edid_data[item++]); in show_edid_data() 25 fprintf(outfile, "\n"); in show_edid_data() 206 int show_test_edid(FILE *outfile, int n) in show_test_edid() argument 210 fprintf(outfile, "Test EDID %d\n", n); in show_test_edid() 211 show_edid(outfile, test_edids[n-1], 1); in show_test_edid() 228 void show_edid_dtd(FILE *outfile, unsigned char *base) in show_edid_dtd() argument 256 fprintf(outfile, in show_edid_dtd() 263 fprintf(outfile, "H: start %d, end %d, total %d\n", in show_edid_dtd() [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/skqp/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 …]
|
/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 …]
|
/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/python/cpython3/Programs/ |
D | _freeze_importlib.c | 36 FILE *infile = NULL, *outfile = NULL; in main() local 110 outfile = fopen(outpath, "w"); in main() 111 if (outfile == NULL) { in main() 115 fprintf(outfile, "%s\n", header); in main() 117 fprintf(outfile, "const unsigned char _Py_M__importlib[] = {\n"); in main() 119 fprintf(outfile, in main() 123 fprintf(outfile, " "); in main() 125 fprintf(outfile, "%d,", (unsigned int) data[i]); in main() 127 fprintf(outfile, "\n"); in main() 129 fprintf(outfile, "};\n"); in main() [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/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/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 | 43 $XMLWF -p "$file" > outfile || return $? 44 read outdata < outfile 58 $XMLWF -p -N -d "$OUTPUT$reldir" "$file" > outfile || return $? 59 read outdata < outfile 62 $DIFF "$OUTPUT$reldir$file" "out/$file" > outfile 63 if [ -s outfile ] ; then 64 cp outfile "$OUTPUT$reldir$file.diff" 108 rm -f outfile 117 rm outfile 136 rm outfile [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 | 388 ./cjpeg -rgb -dct int -outfile testout_rgb_islow.jpg $(srcdir)/testimages/testorig.ppm 391 ./djpeg -dct int -ppm -outfile testout_rgb_islow.ppm testout_rgb_islow.jpg 398 ./djpeg -dct int -rgb565 -dither none -bmp -outfile testout_rgb_islow_565.bmp testout_rgb_islow.jpg 402 ./djpeg -dct int -rgb565 -bmp -outfile testout_rgb_islow_565D.bmp testout_rgb_islow.jpg 408 …./cjpeg -sample 2x1 -dct fast -opt -outfile testout_422_ifast_opt.jpg $(srcdir)/testimages/testori… 411 ./djpeg -dct fast -outfile testout_422_ifast.ppm testout_422_ifast_opt.jpg 415 ./djpeg -dct fast -nosmooth -outfile testout_422m_ifast.ppm testout_422_ifast_opt.jpg 422 …./djpeg -dct int -nosmooth -rgb565 -dither none -bmp -outfile testout_422m_ifast_565.bmp testout_4… 426 …./djpeg -dct int -nosmooth -rgb565 -bmp -outfile testout_422m_ifast_565D.bmp testout_422_ifast_opt… 432 …./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 | tjexampletest.in | 39 …runme $EXEDIR/cjpeg -quality 95 -dct fast -grayscale -outfile $OUTDIR/${basename}_GRAY_fast_cjpeg.… 40 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x2 -outfile $OUTDIR/${basename}_420_fast_cjpeg.… 41 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 2x1 -outfile $OUTDIR/${basename}_422_fast_cjpeg.… 42 …runme $EXEDIR/cjpeg -quality 95 -dct fast -sample 1x1 -outfile $OUTDIR/${basename}_444_fast_cjpeg.… 43 …runme $EXEDIR/cjpeg -quality 95 -dct int -grayscale -outfile $OUTDIR/${basename}_GRAY_accurate_cjp… 44 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x2 -outfile $OUTDIR/${basename}_420_accurate_cjp… 45 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 2x1 -outfile $OUTDIR/${basename}_422_accurate_cjp… 46 …runme $EXEDIR/cjpeg -quality 95 -dct int -sample 1x1 -outfile $OUTDIR/${basename}_444_accurate_cjp… 48 …runme $EXEDIR/djpeg -rgb -bmp -outfile $OUTDIR/${basename}_${samp}_default_djpeg.bmp $OUTDIR/${bas… 49 …runme $EXEDIR/djpeg -dct fast -rgb -bmp -outfile $OUTDIR/${basename}_${samp}_fast_djpeg.bmp $OUTDI… [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/toolchain-utils/android_bench_suite/ |
D | gen_json.py | 61 def create_outfile(outfile, bench): argument 62 with open(outfile, 'w') as fout: 67 def get_outfile(outfile, bench): argument 69 return open(outfile) 71 create_outfile(outfile, bench) 72 return open(outfile) 79 outfile = arguments.output 87 with get_outfile(outfile, bench) as fout: 91 with open(outfile, 'w') as fout:
|
/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/nos/test/system-test-harness/src/test-data/NIST-CAVP/ |
D | nist2h.py | 122 def _write_header(input_files, outfile, mode, data): argument 123 outfile.write('/*\n * Auto generated by nist2h.py from input files:\n') 125 outfile.write(' * %s\n' % fname) 126 outfile.write(' */\n') 127 outfile.write('#ifndef AES_%s_CAVP_H\n' % mode) 128 outfile.write('#define AES_%s_CAVP_H\n' % mode) 129 outfile.write(''' 145 outfile.write('const %s_data NIST_%s_DATA[] = {\n' % (mode.lower(), mode)) 169 outfile.write(' {%s},\n' % line) 170 outfile.write('};\n\n') [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)
|