/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/tools/binary_size/ |
D | run_binary_size_analysis.py | 357 def DumpCompactTree(symbols, symbol_path_origin_dir, outfile): argument 367 def DumpTreemap(symbols, outfile): argument 378 def DumpLargestSymbols(symbols, outfile, n): argument 422 def DumpLargestSources(symbols, outfile, n): argument 445 def DumpLargestVTables(symbols, outfile, n): argument 498 def RunElfSymbolizer(outfile, library, addr2line_binary, nm_binary, jobs, argument 637 def GetNmSymbols(nm_infile, outfile, library, jobs, verbose, argument
|
/external/chromium_org/third_party/webrtc/common_audio/ |
D | wav_writer_unittest.cc | 27 const std::string outfile = webrtc::test::OutputPath() + "wavtest1.wav"; in TEST() local 69 const std::string outfile = webrtc::test::OutputPath() + "wavtest2.wav"; in TEST() local 113 std::string outfile = webrtc::test::OutputPath() + "wavtest3.wav"; in TEST() local
|
/external/chromium_org/tools/generate_stubs/ |
D | generate_stubs.py | 428 def WriteWindowsDefFile(module_name, signatures, outfile): argument 683 def WriteImplementationPreamble(cls, header_path, outfile): argument 693 def WriteUmbrellaInitializer(cls, module_names, namespace, outfile): argument 735 def WriteHeaderContents(cls, module_names, namespace, header_guard, outfile): argument 774 def WriteImplementationContents(self, namespace, outfile): argument 790 def WriteFunctionPointers(self, outfile): argument 808 def WriteStubFunctions(self, outfile): argument 831 def WriteModuleInitializeFunctions(self, outfile): argument
|
/external/jpeg/ |
D | jdatadst.c | 28 FILE * outfile; /* target stream */ member 130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest()
|
/external/qemu/distrib/jpeg-6b/ |
D | jdatadst.c | 28 FILE * outfile; /* target stream */ member 130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) in jpeg_stdio_dest()
|
/external/chromium_org/tools/gyp/test/actions/generated-header/ |
D | action.py | 10 outfile = sys.argv[1] variable
|
/external/chromium_org/tools/gyp/test/restat/src/ |
D | create_intermediate.py | 14 outfile = sys.argv[1] variable
|
/external/chromium_org/tools/gyp/test/actions/src/ |
D | confirm-dep-files.py | 17 outfile = sys.argv[1] # Example value we expect: deps_all_done_first_123.txt variable
|
/external/srec/tools/grxmlcompile/ |
D | netw_dump.cpp | 49 std::ofstream outfile; in WriteForwardGraphFile() local 107 std::ofstream outfile; in WriteForwardGraphWithSemantic() local 192 std::ofstream outfile; in WriteHMMGraphFile() local 272 std::ofstream outfile; in WritePhonemeGraphFile() local
|
/external/chromium_org/third_party/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/webrtc/src/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/elfutils/0.153/libcpu/ |
D | i386_gendis.c | 45 FILE *outfile; 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/lldb/test/settings/ |
D | main.cpp | 28 std::ofstream outfile; in main() local
|
/external/libvpx/libvpx/examples/ |
D | vp8_multi_resolution_encoder.c | 132 static void write_ivf_file_header(FILE *outfile, in write_ivf_file_header() 156 static void write_ivf_frame_header(FILE *outfile, in write_ivf_frame_header() 175 FILE *infile, *outfile[NUM_ENCODERS]; in main() local
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
D | summary.py | 17 def report(self, morfs, outfile=None, config=None): argument
|
/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/libvpx/source/libvpx/examples/ |
D | simple_decoder.c | 98 FILE *outfile = NULL; in main() local
|
/external/openssl/crypto/rc4/ |
D | rc4.c | 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; in main() local
|
/external/chromium_org/third_party/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/openssl/apps/ |
D | pkeyparam.c | 71 char **args, *infile = NULL, *outfile = NULL; in MAIN() local
|
D | nseq.c | 72 char **args, *infile = NULL, *outfile = NULL; in MAIN() local
|