Home
last modified time | relevance | path

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

12345678

/external/libvpx/
Divfenc.c16 void ivf_write_file_header_with_video_info(FILE *outfile, unsigned int fourcc, in ivf_write_file_header_with_video_info()
39 void ivf_write_file_header(FILE *outfile, const struct vpx_codec_enc_cfg *cfg, in ivf_write_file_header()
45 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header()
54 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size()
/external/python/cpython3/Tools/build/
Dgenerate_token.py99 def make_h(infile, outfile='Include/internal/pycore_token.h'): argument
172 def make_c(infile, outfile='Parser/token.c'): argument
208 def make_rst(infile, outfile='Doc/library/token-list.inc'): argument
256 def make_py(infile, outfile='Lib/token.py'): argument
Dstable_abi.py182 def gen_python3dll(manifest, args, outfile): argument
238 def gen_doc_annotations(manifest, args, outfile): argument
273 def gen_ctypes_test(manifest, args, outfile): argument
351 def gen_testcapi_feature_macros(manifest, args, outfile): argument
/external/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/python/cpython3/Tools/msi/
Dmake_cat.ps121 [string]$outfile, variable
42 if ($outfile) { variable
43 Split-Path -Parent $outfile | ?{ $_ } | %{ mkdir -Force $_; } variable
/external/pytorch/benchmarks/sparse/
Dspmv.py84 outfile = sys.stdout variable
86 outfile = sys.stderr variable
88 outfile = open(args.outfile, "a") variable
Dspmm.py86 outfile = sys.stdout variable
88 outfile = sys.stderr variable
90 outfile = open(args.outfile, "a") variable
/external/coreboot/util/cavium/
Ddevicetree_convert.py14 outfile = None variable
16 outfile = open(args.out, 'w') variable
/external/python/cpython3/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
/external/icu/icu4j/tools/build/src/main/java/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/vboot_reference/futility/
Dcmd_vbutil_key.c70 static int do_pack(const char *infile, const char *outfile, uint32_t algorithm, in do_pack()
107 static int do_unpack(const char *infile, const char *outfile) in do_unpack()
161 char *outfile = NULL; in do_vbutil_key() local
Dcmd_create.c77 static int vb1_make_keypair(const char *infile, const char *outfile, in vb1_make_keypair()
159 static int vb2_make_keypair(const char *infile, const char *outfile, in vb2_make_keypair()
385 char *outfile = (char *)malloc(strlen(s) + 20); in do_create() local
/external/coreboot/util/nvramtool/
Dhexdump.c25 FILE * outfile, const hexdump_format_t * format) in hexdump()
120 static void addrprint(FILE * outfile, uint64_t address, int width) in addrprint()
/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/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/sandboxed-api/contrib/zstd/test/
Dzstd_test.cc115 std::ofstream outfile(outfile_s, std::ios::binary); in TEST() local
139 std::ofstream outfile(outfile_s, std::ios::binary); in TEST() local
182 std::ofstream outfile(outfile_s, std::ios::binary); in TEST() local
205 std::ofstream outfile(outfile_s, std::ios::binary); in TEST() local
230 std::ofstream outfile(outfile_s, std::ios::binary); in TEST() local
274 std::ofstream outfile(outfile_s, std::ios::binary); in TEST() local
/external/cronet/stable/third_party/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
/external/cronet/tot/third_party/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
/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/examples/
Dscalable_encoder.c94 int frame_index, int flags, FILE *outfile) { in encode_frame()
140 FILE *outfile = NULL; in main() local
/external/python/cpython3/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
/external/elfutils/libcpu/
Di386_gendis.c47 FILE *outfile; variable
/external/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
/external/fonttools/Snippets/
Dcmap-format.py21 outfile = sys.argv[2] variable

12345678