/third_party/python/Tools/scripts/ |
D | generate_token.py | 90 def make_h(infile, outfile='Include/token.h'): argument 161 def make_c(infile, outfile='Parser/token.c'): argument 197 def make_rst(infile, outfile='Doc/library/token-list.inc'): argument 243 def make_py(infile, outfile='Lib/token.py'): argument
|
D | get-remote-certificate.py | 24 def strip_to_x509_cert(certfile_contents, outfile=None): argument
|
D | generate_opcode_h.py | 46 def main(opcode_py, outfile='Include/opcode.h'): argument
|
/third_party/python/Tools/msi/ |
D | make_cat.ps1 | 21 [string]$outfile, variable 42 if ($outfile) { variable 43 Split-Path -Parent $outfile | ?{ $_ } | %{ mkdir -Force $_; } variable
|
/third_party/python/Tools/c-analyzer/c_parser/ |
D | datafiles.py | 39 def write_parsed(items, outfile): argument 54 def write_decls(decls, outfile, fmt=None, *, backup=False): argument 94 def write_decls_tsv(decls, outfile, extracolumns=None, *, argument 120 def _write_decls_tsv(decls, outfile, extracolumns, kwargs): argument
|
/third_party/libsnd/programs/ |
D | common.c | 50 sfe_copy_data_fp (SNDFILE *outfile, SNDFILE *infile, int channels, int normalize) in sfe_copy_data_fp() 86 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int() 105 merge_broadcast_info (SNDFILE * infile, SNDFILE * outfile, int format, const METADATA_INFO * info) in merge_broadcast_info() 206 update_strings (SNDFILE * outfile, const METADATA_INFO * info) in update_strings() 235 { SNDFILE *infile = NULL, *outfile = NULL ; in sfe_apply_metadata_changes() local
|
D | sndfile-convert.c | 136 SNDFILE *infile = NULL, *outfile = NULL ; in main() local 376 copy_metadata (SNDFILE *outfile, SNDFILE *infile, int channels) in copy_metadata()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CollectAPI.java | 35 void writeHTML(String outfile, BitSet filter) throws IOException { in writeHTML() 149 void writeTSV(String outfile, BitSet filter) throws IOException { in writeTSV() 193 String outfile = null; in main() local
|
/third_party/python/Lib/ |
D | pipes.py | 170 def copy(self, infile, outfile): argument 173 def makepipeline(self, infile, outfile): argument 181 def makepipeline(infile, steps, outfile): argument
|
/third_party/skia/tools/skpbench/ |
D | sheet.py | 95 def print_csv(self, outfile=sys.stdout): argument 129 def _print_computed_row(self, name, func, outfile=sys.stdout): argument
|
/third_party/libsnd/examples/ |
D | sndfile-loopify.c | 64 SNDFILE *infile = NULL, *outfile = NULL ; in main() local 133 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int()
|
D | sndfile-to-text.c | 64 convert_to_text (SNDFILE * infile, FILE * outfile, int channels, int full_precision) in convert_to_text() 97 FILE *outfile = NULL ; in main() local
|
/third_party/zlib/examples/ |
D | gun.c | 120 int outfile; member 201 int outfile, z_stream *strm) in lunpipe() 383 local int gunpipe(z_stream *strm, int infile, int outfile) in gunpipe() 551 int infile, outfile; in gunzip() local
|
/third_party/ffmpeg/tools/ |
D | graph2dot.c | 53 static void print_digraph(FILE *outfile, AVFilterGraph *graph) in print_digraph() 112 FILE *outfile = NULL; in main() local
|
/third_party/node/deps/icu-small/source/tools/escapesrc/ |
D | escapesrc.cpp | 68 int cleanup(const std::string &outfile) { in cleanup() 367 int convert(const std::string &infile, const std::string &outfile) { in convert() 424 std::string outfile = argv[2]; in main() local
|
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/ |
D | escapesrc.cpp | 68 int cleanup(const std::string &outfile) { in cleanup() 367 int convert(const std::string &infile, const std::string &outfile) { in convert() 424 std::string outfile = argv[2]; in main() local
|
/third_party/icu/icu4c/source/tools/escapesrc/ |
D | escapesrc.cpp | 68 int cleanup(const std::string &outfile) { in cleanup() 367 int convert(const std::string &infile, const std::string &outfile) { in convert() 424 std::string outfile = argv[2]; in main() local
|
/third_party/elfutils/libcpu/ |
D | i386_gendis.c | 47 FILE *outfile; variable
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
D | datafiles.py | 64 def write_known(rows, outfile, extracolumns=None, *, argument 112 def write_ignored(variables, outfile, relroot=fsutil.USE_CWD): argument
|
/third_party/nghttp2/integration-tests/ |
D | CMakeLists.txt | 34 set(outfile "${CMAKE_CURRENT_BINARY_DIR}/${gofile}") variable
|
/third_party/ffmpeg/doc/examples/ |
D | decode_audio.c | 72 FILE *outfile) in decode() 112 FILE *f, *outfile; in main() local
|
/third_party/node/tools/ |
D | specialize_node_d.py | 17 outfile = open(sys.argv[1], 'w') variable
|
/third_party/astc-encoder/Test/ |
D | astc_profile_valgrind.py | 36 def postprocess_cga(logfile, outfile): argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdatadst.c | 37 FILE *outfile; /* target stream */ member 206 jpeg_stdio_dest(j_compress_ptr cinfo, FILE *outfile) in jpeg_stdio_dest()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource5.ts | 14 constructor (public outfile: ITextWriter, public parser: Parser) { property in PrintContext
|