/external/libvpx/libvpx/ |
D | ivfenc.c | 16 void ivf_write_file_header(FILE *outfile, in ivf_write_file_header() 39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { in ivf_write_frame_header() 48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { in ivf_write_frame_size()
|
/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/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
D | bigfile.py | 45 def encrypt_bigfile(infile, outfile, pub_key): argument 70 def decrypt_bigfile(infile, outfile, priv_key): argument
|
D | varblock.py | 74 def write_varint(outfile, value): argument
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CollectAPI.java | 33 void writeHTML(String outfile, BitSet filter) throws IOException { in writeHTML() 147 void writeTSV(String outfile, BitSet filter) throws IOException { in writeTSV() 191 String outfile = null; in main() local
|
/external/webrtc/webrtc/common_audio/ |
D | wav_file_unittest.cc | 28 const std::string outfile = test::OutputPath() + "wavtest1.wav"; in TEST() local 93 const std::string outfile = test::OutputPath() + "wavtest2.wav"; in TEST() local 137 std::string outfile = test::OutputPath() + "wavtest3.wav"; in TEST() local
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | apmtest.m | 99 outfile = ['out']; variable 111 outfile = ['out']; variable 121 outfile = ['out']; variable 196 outfile = [outfile '.pcm']; variable
|
/external/zlib/src/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/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 136 static void write_ivf_file_header(FILE *outfile, in write_ivf_file_header() 160 static void write_ivf_frame_header(FILE *outfile, in write_ivf_frame_header() 322 FILE *infile, *outfile[NUM_ENCODERS]; in main() local
|
D | simple_decoder.c | 98 FILE *outfile = NULL; in main() local
|
D | postproc.c | 62 FILE *outfile = NULL; in main() local
|
/external/elfutils/libcpu/ |
D | i386_gendis.c | 48 FILE *outfile; variable
|
/external/libjpeg-turbo/ |
D | jdatadst.c | 36 FILE * outfile; /* target stream */ member 206 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jdatadst.c | 34 FILE * outfile; /* target stream */ member 196 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest()
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | pickle2json.py | 15 def pickle2json(infile, outfile): argument
|
D | summary.py | 21 def report(self, morfs, outfile=None): argument
|
D | xmlreport.py | 50 def report(self, morfs, outfile=None): argument
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | hostConfig.py | 35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None): argument
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | x86_timer.hh | 121 ofstream outfile (filemane.c_str(),ios::out) ; in dump_statistics() local 135 ofstream outfile (filemane.c_str(),ios::out) ; in dump_history() local
|
/external/xmlrpcpp/test/ |
D | TestBase64Client.cpp | 30 std::ofstream outfile(argv[3], std::ios::binary | std::ios::trunc); in main() local
|
/external/toybox/toys/posix/ |
D | split.c | 30 GLOBALS( in GLOBALS()
|
/external/autotest/client/profilers/catprofile/ |
D | catprofile.py | 16 outfile = 'monitor', interval = 1): argument
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | xy_file.hh | 66 ofstream outfile (filename.c_str(),ios::out) ; in dump_xy_file() local
|
/external/libvpx/libvpx/test/ |
D | resize_test.cc | 38 int frame_cnt, FILE *const outfile) { in write_ivf_file_header() 58 static void write_ivf_frame_size(FILE *const outfile, const size_t size) { in write_ivf_frame_size() 65 FILE *const outfile) { in write_ivf_frame_header()
|
/external/curl/src/ |
D | tool_dirhie.c | 94 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors) in create_dir_hierarchy()
|