Home
last modified time | relevance | path

Searched defs:outfile (Results 1 – 25 of 166) sorted by relevance

1234567

/third_party/python/Tools/scripts/
Dgenerate_token.py90 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
Dget-remote-certificate.py24 def strip_to_x509_cert(certfile_contents, outfile=None): argument
Dgenerate_opcode_h.py46 def main(opcode_py, outfile='Include/opcode.h'): argument
/third_party/python/Tools/msi/
Dmake_cat.ps121 [string]$outfile, variable
42 if ($outfile) { variable
43 Split-Path -Parent $outfile | ?{ $_ } | %{ mkdir -Force $_; } variable
/third_party/python/Tools/c-analyzer/c_parser/
Ddatafiles.py39 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/
Dcommon.c50 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
Dsndfile-convert.c136 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/
DCollectAPI.java35 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/
Dpipes.py170 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/
Dsheet.py95 def print_csv(self, outfile=sys.stdout): argument
129 def _print_computed_row(self, name, func, outfile=sys.stdout): argument
/third_party/libsnd/examples/
Dsndfile-loopify.c64 SNDFILE *infile = NULL, *outfile = NULL ; in main() local
133 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int()
Dsndfile-to-text.c64 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/
Dgun.c120 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/
Dgraph2dot.c53 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/
Descapesrc.cpp68 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/
Descapesrc.cpp68 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/
Descapesrc.cpp68 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/
Di386_gendis.c47 FILE *outfile; variable
/third_party/python/Tools/c-analyzer/c_analyzer/
Ddatafiles.py64 def write_known(rows, outfile, extracolumns=None, *, argument
112 def write_ignored(variables, outfile, relroot=fsutil.USE_CWD): argument
/third_party/nghttp2/integration-tests/
DCMakeLists.txt34 set(outfile "${CMAKE_CURRENT_BINARY_DIR}/${gofile}") variable
/third_party/ffmpeg/doc/examples/
Ddecode_audio.c72 FILE *outfile) in decode()
112 FILE *f, *outfile; in main() local
/third_party/node/tools/
Dspecialize_node_d.py17 outfile = open(sys.argv[1], 'w') variable
/third_party/astc-encoder/Test/
Dastc_profile_valgrind.py36 def postprocess_cga(logfile, outfile): argument
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdatadst.c37 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/
DparserRealSource5.ts14 constructor (public outfile: ITextWriter, public parser: Parser) { property in PrintContext

1234567