/external/libvpx/ |
D | ivfenc.c | 16 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/ |
D | generate_token.py | 99 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
|
D | stable_abi.py | 182 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/ |
D | ivfenc.c | 17 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/ |
D | make_cat.ps1 | 21 [string]$outfile, variable 42 if ($outfile) { variable 43 Split-Path -Parent $outfile | ?{ $_ } | %{ mkdir -Force $_; } variable
|
/external/pytorch/benchmarks/sparse/ |
D | spmv.py | 84 outfile = sys.stdout variable 86 outfile = sys.stderr variable 88 outfile = open(args.outfile, "a") variable
|
D | spmm.py | 86 outfile = sys.stdout variable 88 outfile = sys.stderr variable 90 outfile = open(args.outfile, "a") variable
|
/external/coreboot/util/cavium/ |
D | devicetree_convert.py | 14 outfile = None variable 16 outfile = open(args.out, 'w') variable
|
/external/python/cpython3/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
|
/external/icu/icu4j/tools/build/src/main/java/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
|
/external/vboot_reference/futility/ |
D | cmd_vbutil_key.c | 70 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
|
D | cmd_create.c | 77 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/ |
D | hexdump.c | 25 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/ |
D | apmtest.m | 109 outfile = ['out']; variable 121 outfile = ['out']; variable 131 outfile = ['out']; variable 206 outfile = [outfile '.pcm']; variable
|
/external/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
|
/external/webrtc/common_audio/ |
D | wav_file_unittest.cc | 38 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/ |
D | zstd_test.cc | 115 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/ |
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
|
/external/cronet/tot/third_party/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
|
/external/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
|
/external/libaom/examples/ |
D | scalable_encoder.c | 94 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/ |
D | datafiles.py | 64 def write_known(rows, outfile, extracolumns=None, *, argument 112 def write_ignored(variables, outfile, relroot=fsutil.USE_CWD): argument
|
/external/elfutils/libcpu/ |
D | i386_gendis.c | 47 FILE *outfile; variable
|
/external/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 124 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/ |
D | cmap-format.py | 21 outfile = sys.argv[2] variable
|