Searched defs:outfile (Results 1 - 25 of 114) sorted by relevance

12345

/external/chromium_org/tools/gyp/test/actions/generated-header/
H A Daction.py10 outfile = sys.argv[1] variable
11 open(outfile, 'w').write('const char kFoo[] = "%s";' % sys.argv[2])
/external/chromium_org/tools/gyp/test/actions/src/
H A Dconfirm-dep-files.py17 outfile = sys.argv[1] # Example value we expect: deps_all_done_first_123.txt variable
21 open(outfile, "w")
/external/chromium_org/tools/gyp/test/restat/src/
H A Dcreate_intermediate.py14 outfile = sys.argv[1] variable
15 if os.path.exists(outfile):
17 open(outfile, "wb").close()
/external/elfutils/0.153/libcpu/
H A Di386_gendis.c45 FILE *outfile; variable
50 outfile = stdout;
/external/lldb/test/settings/
H A Dmain.cpp28 std::ofstream outfile; local
30 outfile.open("output1.txt");
32 outfile.open("output2.txt");
37 outfile << "argv[1] matches\n";
40 outfile << "argv[2] matches\n";
43 outfile << "argv[3] matches\n";
50 outfile << "Environment variable 'MY_ENV_VAR' successfully passed.\n";
59 outfile << "The host environment variable 'MY_HOST_ENV_VAR1' successfully passed.\n";
66 outfile << "The host environment variable 'MY_HOST_ENV_VAR2' successfully passed.\n";
73 outfile
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Divfenc.c16 void ivf_write_file_header(FILE *outfile, argument
36 fwrite(header, 1, 32, outfile);
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { argument
45 fwrite(header, 1, 12, outfile);
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { argument
52 fwrite(header, 1, 4, outfile);
/external/libvpx/libvpx/
H A Divfenc.c16 void ivf_write_file_header(FILE *outfile, argument
36 fwrite(header, 1, 32, outfile);
39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { argument
45 fwrite(header, 1, 12, outfile);
48 void ivf_write_frame_size(FILE *outfile, size_t frame_size) { argument
52 fwrite(header, 1, 4, outfile);
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dsimple_decoder.c92 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
98 FILE *outfile = NULL; local
113 if (!(outfile = fopen(argv[2], "wb")))
137 vpx_img_write(img, outfile);
151 fclose(outfile);
H A Ddecode_with_drops.c69 fprintf(stderr, "Usage: %s <infile> <outfile> <N-M|N/M>\n", exec_name);
75 FILE *outfile = NULL; local
94 if (!(outfile = fopen(argv[2], "wb")))
133 vpx_img_write(img, outfile);
149 fclose(outfile);
H A Dpostproc.c56 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
62 FILE *outfile = NULL; local
78 if (!(outfile = fopen(argv[2], "wb")))
123 vpx_img_write(img, outfile);
136 fclose(outfile);
/external/chromium_org/third_party/webrtc/modules/media_file/source/
H A Dmedia_file_unittest.cc55 std::string outfile = webrtc::test::OutputPath() + "wavtest.wav"; local
58 outfile.c_str(), webrtc::kFileFormatWavFile, codec));
82 webrtc::test::GetFileSize(outfile));
83 FILE* f = fopen(outfile.c_str(), "rb");
/external/doclava/src/com/google/doclava/
H A DDocFile.java112 public static void writePage(String docfile, String relative, String outfile, Data hdf) { argument
115 * System.out.println("docfile='" + docfile + "' relative='" + relative + "'" + "' outfile='" +
116 * outfile + "'");
180 ClearPage.write(hdf, "docpage.cs", outfile);
182 String filename = outfile;
255 PageMetadata.setPageMetadata(docfile, relative, outfile, hdf, Doclava.sTaglist);
258 ClearPage.write(hdf, "sdkpage.cs", outfile);
260 ClearPage.write(hdf, "docpage.cs", outfile);
/external/jpeg/
H A Djdatadst.c28 FILE * outfile; /* target stream */ member in struct:__anon22688
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
116 fflush(dest->outfile);
118 if (ferror(dest->outfile))
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) argument
150 dest->outfile = outfile;
H A Dexample.c91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
/external/libvpx/libvpx/examples/
H A Dsimple_decoder.c96 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
102 FILE *outfile = NULL; local
117 if (!(outfile = fopen(argv[2], "wb")))
141 vpx_img_write(img, outfile);
155 fclose(outfile);
H A Dpostproc.c58 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
64 FILE *outfile = NULL; local
80 if (!(outfile = fopen(argv[2], "wb")))
125 vpx_img_write(img, outfile);
138 fclose(outfile);
/external/openssl/apps/
H A Dnseq.c72 char **args, *infile = NULL, *outfile = NULL; local
92 outfile = *args;
116 if (outfile) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
119 "Can't open output file %s\n", outfile);
H A Dpkeyparam.c71 char **args, *infile = NULL, *outfile = NULL; local
106 outfile = *args;
158 if (outfile)
160 if (!(out = BIO_new_file (outfile, "w")))
163 "Can't open output file %s\n", outfile);
H A Dgendsa.c83 char *outfile=NULL; local
109 outfile= *(++argv);
233 if (outfile == NULL)
245 if (BIO_write_filename(out,outfile) <= 0)
247 perror(outfile);
H A Drand.c82 char *outfile = NULL; local
107 if ((argv[i+1] != NULL) && (outfile == NULL))
108 outfile = argv[++i];
189 if (outfile != NULL)
190 r = BIO_write_filename(out, outfile);
/external/openssl/crypto/rc4/
H A Drc4.c77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
96 outfile= *(++argv);
133 if (outfile == NULL)
137 out=fopen(outfile,"w");
/external/qemu/distrib/jpeg-6b/
H A Djdatadst.c28 FILE * outfile; /* target stream */ member in struct:__anon29286
85 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
113 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
116 fflush(dest->outfile);
118 if (ferror(dest->outfile))
130 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) argument
150 dest->outfile = outfile;
H A Dexample.c91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
/external/chromium_org/third_party/libjpeg_turbo/
H A Dexample.c91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
/external/chromium_org/third_party/webrtc/common_audio/
H A Dwav_writer_unittest.cc27 const std::string outfile = webrtc::test::OutputPath() + "wavtest1.wav"; local
30 webrtc::WavFile w(outfile, 14099, 1);
58 EXPECT_EQ(size_t(kContentSize), webrtc::test::GetFileSize(outfile));
59 FILE* f = fopen(outfile.c_str(), "rb");
69 const std::string outfile = webrtc::test::OutputPath() + "wavtest2.wav"; local
70 rtc_WavFile *w = rtc_WavOpen(outfile.c_str(), 11904, 2);
102 EXPECT_EQ(size_t(kContentSize), webrtc::test::GetFileSize(outfile));
103 FILE* f = fopen(outfile.c_str(), "rb");
113 std::string outfile = webrtc::test::OutputPath() + "wavtest3.wav"; local
128 webrtc::WavFile w(outfile, kSampleRat
[all...]

Completed in 2781 milliseconds

12345