/external/libvpx/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/scripts/ |
D | generate_token.py | 90 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
|
/external/libaom/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/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/vboot_reference/futility/ |
D | cmd_vbutil_key.c | 70 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/ |
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/python/cpython2/Tools/scripts/ |
D | parseentities.py | 59 outfile = open(sys.argv[2],'w') variable 61 outfile = sys.stdout variable
|
/external/python/cpython3/Lib/ |
D | pipes.py | 170 def copy(self, infile, outfile): argument 173 def makepipeline(self, infile, outfile): argument 181 def makepipeline(infile, steps, outfile): argument
|
/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/python/cpython2/Lib/ |
D | pipes.py | 182 def copy(self, infile, outfile): argument 185 def makepipeline(self, infile, outfile): argument 193 def makepipeline(infile, steps, outfile): argument
|
/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/rust/crates/libz-sys/src/zlib/examples/ |
D | gun.c | 120 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/rust/crates/grpcio-sys/grpc/third_party/upb/tools/ |
D | amalgamate.py | 35 def _process_file(self, infile_name, outfile): argument 51 def _process_include(self, line, outfile): argument
|
/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/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/libvpx/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/elfutils/libcpu/ |
D | i386_gendis.c | 47 FILE *outfile; variable
|
/external/fonttools/Snippets/ |
D | cmap-format.py | 21 outfile = sys.argv[2] variable
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | hostConfig.py | 35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument
|
/external/grpc-grpc/test/cpp/util/ |
D | grpc_cli.cc | 68 static bool SimplePrint(const grpc::string& outfile, in SimplePrint()
|
/external/rust/crates/webpki/third-party/chromium/data/verify_signed_data/ours/ |
D | make-pss.py | 26 def gen(outfile, paramfile, hashfn): argument
|
/external/libjpeg-turbo/ |
D | jdatadst.c | 37 FILE *outfile; /* target stream */ member 206 jpeg_stdio_dest(j_compress_ptr cinfo, FILE *outfile) in jpeg_stdio_dest()
|