Home
last modified time | relevance | path

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

12345678

/external/python/cpython3/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
Dgenerate_opcode_h.py34 def main(opcode_py, outfile='Include/opcode.h'): argument
/external/libaom/libaom/common/
Divfenc.c17 void ivf_write_file_header(FILE *outfile, const struct aom_codec_enc_cfg *cfg, in ivf_write_file_header()
38 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header()
47 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size()
/external/libvpx/libvpx/
Divfenc.c16 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg, 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()
46 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size()
/external/python/cpython3/Tools/msi/
Dmake_cat.ps121 [string]$outfile, variable
42 if ($outfile) { variable
43 Split-Path -Parent $outfile | ?{ $_ } | %{ mkdir -Force $_; } variable
/external/adhd/cras/src/common/
Dedid_utils.c12 void show_edid_data(FILE *outfile, unsigned char *edid_data, int items, in show_edid_data()
159 int show_test_edid(FILE *outfile, int n) in show_test_edid()
181 void show_edid_dtd(FILE *outfile, unsigned char *base) in show_edid_dtd()
278 static inline void show_audio_dbc(FILE *outfile, const unsigned char *edid_ext, in show_audio_dbc()
325 static inline void show_vendor_dbc(FILE *outfile, const unsigned char *edid_ext, in show_vendor_dbc()
366 static void show_extended_dbc(FILE *outfile, const unsigned char *edid_ext, in show_extended_dbc()
409 void show_cea_timing(FILE *outfile, unsigned char *edid_ext) in show_cea_timing()
610 void show_edid(FILE *outfile, unsigned char *edid_data, int ext) in show_edid()
/external/vboot_reference/futility/
Dcmd_vbutil_key.c70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm, in Pack()
106 static int Unpack(const char *infile, const char *outfile) in Unpack()
168 char *outfile = NULL; in do_vbutil_key() local
/external/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
/external/python/cpython2/Tools/scripts/
Dparseentities.py59 outfile = open(sys.argv[2],'w') variable
61 outfile = sys.stdout variable
/external/toolchain-utils/android_bench_suite/
Dgen_json.py61 def create_outfile(outfile, bench): argument
67 def get_outfile(outfile, bench): argument
/external/python/cpython3/Lib/
Dpipes.py170 def copy(self, infile, outfile): argument
173 def makepipeline(self, infile, outfile): argument
181 def makepipeline(infile, steps, outfile): argument
/external/python/cpython2/Lib/
Dpipes.py182 def copy(self, infile, outfile): argument
185 def makepipeline(self, infile, outfile): argument
193 def makepipeline(infile, steps, outfile): argument
/external/webrtc/modules/audio_processing/test/
Dapmtest.m109 outfile = ['out']; variable
121 outfile = ['out']; variable
131 outfile = ['out']; variable
206 outfile = [outfile '.pcm']; variable
/external/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
/external/skqp/tools/skpbench/
Dsheet.py95 def print_csv(self, outfile=sys.stdout): argument
129 def _print_computed_row(self, name, func, outfile=sys.stdout): argument
/external/webrtc/common_audio/
Dwav_file_unittest.cc38 const std::string outfile = test::OutputPath() + "wavtest1.wav"; in TEST() local
115 std::string outfile = test::OutputPath() + "wavtest3.wav"; in TEST() local
180 const std::string outfile = test::OutputPath() + "wavtest4.wav"; in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tools/
Damalgamate.py35 def _process_file(self, infile_name, outfile): argument
51 def _process_include(self, line, outfile): argument
/external/rust/crates/libz-sys/src/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
/external/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
/external/libaom/libaom/examples/
Dscalable_encoder.c94 int frame_index, int flags, FILE *outfile) { in encode_frame()
142 FILE *outfile = NULL; in main() local
/external/elfutils/libcpu/
Di386_gendis.c47 FILE *outfile; variable
/external/fonttools/Snippets/
Dcmap-format.py21 outfile = sys.argv[2] variable
/external/grpc-grpc/test/cpp/util/
Dgrpc_cli.cc68 static bool SimplePrint(const grpc::string& outfile, in SimplePrint()
/external/parameter-framework/upstream/tools/xmlGenerator/
DhostConfig.py35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c124 static void write_ivf_file_header(FILE *outfile, const vpx_codec_enc_cfg_t *cfg, in write_ivf_file_header()
146 static void write_ivf_frame_header(FILE *outfile, in write_ivf_frame_header()
287 FILE *infile, *outfile[NUM_ENCODERS]; in main() local

12345678