Home
last modified time | relevance | path

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

12345678

/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
/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()
205 update_strings (SNDFILE * outfile, const METADATA_INFO * info) in update_strings()
234 { SNDFILE *infile = NULL, *outfile = NULL ; in sfe_apply_metadata_changes() local
/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/flutter/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-to-text.c64 convert_to_text (SNDFILE * infile, FILE * outfile, int channels, int full_precision) in convert_to_text()
89 FILE *outfile = NULL ; in main() local
Dsndfile-loopify.c70 SNDFILE *infile = NULL, *outfile = NULL ; in main() local
138 sfe_copy_data_int (SNDFILE *outfile, SNDFILE *infile, int channels) in sfe_copy_data_int()
/third_party/grpc/third_party/upb/tools/
Damalgamate.py35 def _process_file(self, infile_name, outfile): argument
51 def _process_include(self, line, outfile): argument
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/libs/beast/test/extern/zlib-1.2.11/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/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()
113 FILE *outfile = NULL; in main() local
/third_party/nghttp2/integration-tests/
DCMakeLists.txt33 set(outfile "${CMAKE_CURRENT_BINARY_DIR}/${gofile}") variable
/third_party/grpc/third_party/upb/
Dbenchmark.py10 def RunAgainstBranch(branch, outfile, runs=12): argument
/third_party/grpc/test/cpp/util/
Dgrpc_cli.cc71 static bool SimplePrint(const std::string& outfile, const std::string& output) { in SimplePrint()
/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/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/flutter/skia/third_party/externals/icu/source/tools/escapesrc/
Descapesrc.cpp68 int cleanup(const std::string &outfile) { in cleanup()
364 int convert(const std::string &infile, const std::string &outfile) { in convert()
417 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/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/node/tools/
Dspecialize_node_d.py17 outfile = open(sys.argv[1], 'w') variable
/third_party/ffmpeg/doc/examples/
Ddecode_audio.c72 FILE *outfile) in decode()
112 FILE *f, *outfile; in main() local

12345678