HomeSort by relevance Sort by last modified time
    Searched defs:outfile (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/elfutils/libcpu/
i386_gendis.c 48 FILE *outfile; variable
53 outfile = stdout;
  /frameworks/support/v17/leanback/
generatev4.py 29 outfile = open('src/android/support/v17/leanback/app/{}SupportFragment.java'.format(w), 'w') variable
31 outfile.write("/* This file is auto-generated from {}Fragment.java. DO NOT MODIFY. */\n\n".format(w))
42 outfile.write(line)
44 outfile.close()
47 outfile = open('src/android/support/v17/leanback/app/PlaybackControlSupportGlue.java', 'w') variable
48 outfile.write("/* This file is auto-generated from PlaybackControlGlue.java. DO NOT MODIFY. */\n\n")
52 outfile.write(line)
54 outfile.close()
  /frameworks/support/v17/tests/
generatev4.py 31 outfile = open('src/android/support/v17/leanback/app/{}SupportFragment.java'.format(w), 'w') variable
33 outfile.write("/* This file is auto-generated from {}Fragment.java. DO NOT MODIFY. */\n\n".format(w))
40 outfile.write(line)
42 outfile.close()
50 outfile = open('src/android/support/v17/leanback/app/{}SupportFragmentTest.java'.format(w), 'w') variable
52 outfile.write("/* This file is auto-generated from {}FrgamentTest.java. DO NOT MODIFY. */\n\n".format(w))
61 outfile.write(line)
63 outfile.close()
68 outfile = open('src/android/support/v17/leanback/app/BrowseSupportFragmentTestActivity.java', 'w') variable
69 outfile.write("/* This file is auto-generated from BrowseFragmentTestActivity.java. DO NOT MODIFY. */\n\n (…)
    [all...]
  /bootable/recovery/tools/ota/
convert-to-bmp.py 11 outfile = sys.argv[2] variable
13 if not outfile.endswith(".bmp"):
18 im.save(outfile)
67 f = open(outfile, "wb")
  /development/samples/SupportLeanbackDemos/
generatev4.py 28 outfile = open('src/com/example/android/leanback/GuidedStepSupportActivity.java', 'w') variable
29 write_java_head(outfile, "GuidedStepActivity")
36 outfile.write(line)
38 outfile.close()
41 outfile = open('src/com/example/android/leanback/GuidedStepSupportHalfScreenActivity.java', 'w') variable
42 write_java_head(outfile, "GuidedStepHalfScreenActivity")
50 outfile.write(line)
52 outfile.close()
55 outfile = open('src/com/example/android/leanback/BrowseSupportFragment.java', 'w') variable
56 write_java_head(outfile, "BrowseFragment"
75 outfile = open('src\/com\/example\/android\/leanback\/BrowseSupportActivity.java', 'w') variable
87 outfile = open('res\/layout\/browse_support.xml', 'w') variable
97 outfile = open('src\/com\/example\/android\/leanback\/DetailsSupportFragment.java', 'w') variable
111 outfile = open('src\/com\/example\/android\/leanback\/NewDetailsSupportFragment.java', 'w') variable
125 outfile = open('src\/com\/example\/android\/leanback\/DetailsSupportActivity.java', 'w') variable
141 outfile = open('res\/layout\/details_support.xml', 'w') variable
151 outfile = open('res\/layout\/legacy_details_support.xml', 'w') variable
161 outfile = open('src\/com\/example\/android\/leanback\/SearchDetailsSupportActivity.java', 'w') variable
171 outfile = open('src\/com\/example\/android\/leanback\/SearchSupportFragment.java', 'w') variable
181 outfile = open('src\/com\/example\/android\/leanback\/SearchSupportActivity.java', 'w') variable
195 outfile = open('res\/layout\/search_support.xml', 'w') variable
204 outfile = open('src\/com\/example\/android\/leanback\/VerticalGridSupportFragment.java', 'w') variable
215 outfile = open('src\/com\/example\/android\/leanback\/VerticalGridSupportActivity.java', 'w') variable
229 outfile = open('res\/layout\/vertical_grid_support.xml', 'w') variable
239 outfile = open('src\/com\/example\/android\/leanback\/ErrorSupportFragment.java', 'w') variable
248 outfile = open('src\/com\/example\/android\/leanback\/BrowseErrorSupportActivity.java', 'w') variable
264 outfile = open('src\/com\/example\/android\/leanback\/RowsSupportFragment.java', 'w') variable
274 outfile = open('src\/com\/example\/android\/leanback\/RowsSupportActivity.java', 'w') variable
289 outfile = open('res\/layout\/rows_support.xml', 'w') variable
299 outfile = open('src\/com\/example\/android\/leanback\/PlaybackOverlaySupportFragment.java', 'w') variable
310 outfile = open('src\/com\/example\/android\/leanback\/PlaybackControlSupportHelper.java', 'w') variable
321 outfile = open('src\/com\/example\/android\/leanback\/PlaybackOverlaySupportActivity.java', 'w') variable
333 outfile = open('res\/layout\/playback_controls_support.xml', 'w') variable
342 outfile = open('src\/com\/example\/android\/leanback\/OnboardingSupportActivity.java', 'w') variable
356 outfile = open('src\/com\/example\/android\/leanback\/OnboardingDemoSupportFragment.java', 'w') variable
    [all...]
  /external/curl/docs/examples/
curlgtk.c 46 FILE *outfile; local
52 outfile = fopen("test.curl", "w");
55 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile);
64 fclose(outfile);
smooth-gtk-thread.c 70 FILE *outfile; local
88 outfile = fopen(urls[j], "w");
95 curl_easy_setopt(curl, CURLOPT_WRITEDATA, outfile);
103 fclose(outfile);
  /external/google-breakpad/src/common/tests/
file_utils.cc 51 int outfile = HANDLE_EINTR(creat(to_path, 0666)); local
52 if (outfile < 0) {
75 outfile,
91 if (IGNORE_EINTR(close(outfile)) == -1) {
  /external/libjpeg-turbo/
example.c 91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
jdatadst.c 36 FILE * outfile; /* target stream */ member in struct:__anon15830
118 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
178 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
181 fflush(dest->outfile);
183 if (ferror(dest->outfile))
206 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
226 dest->outfile = outfile;
wrtarga.c 164 FILE *outfile; local
182 outfile = dest->pub.output_file;
184 putc(GETJSAMPLE(cinfo->colormap[2][i]), outfile);
185 putc(GETJSAMPLE(cinfo->colormap[1][i]), outfile);
186 putc(GETJSAMPLE(cinfo->colormap[0][i]), outfile);
  /external/libvpx/libvpx/examples/
postproc.c 56 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);
simple_decoder.c 92 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);
decode_with_drops.c 69 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);
decode_to_md5.c 75 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
81 FILE *outfile = NULL; local
96 if (!(outfile = fopen(argv[2], "wb")))
123 print_md5(outfile, digest);
124 fprintf(outfile, " img-%dx%d-%04d.i420\n",
135 fclose(outfile);
  /external/opencv3/modules/viz/src/vtk/
vtkXYZWriter.cpp 81 ostream &outfile = *outfilep; local
87 outfile << std::setprecision(this->DecimalPrecision) << p[0] << " " << p[1] << " " << p[2] << std::endl;
  /external/opencv3/samples/tapi/
clahe.cpp 47 string infile = cmd.get<string>("i"), outfile = cmd.get<string>("o"); local
99 imwrite(outfile, outframe);
  /external/toybox/scripts/
mkstatus.py 99 outfile=open("www/status.gen", "w") variable
100 outfile.write("<h1>Status of toybox %s</h1>\n" % version[0]);
101 outfile.write("<h3>Legend: [posix] &lt;lsb&gt; (development) {android}\n")
102 outfile.write("=klibc= #sash# @sbase@ *beastiebox* $tizen$ %shell% +request+ other\n")
103 outfile.write("<strike>pending</strike></h3>\n");
105 outfile.write("<a name=done><h2><a href=#done>Completed</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(done))
106 outfile.write("<a name=part><h2><a href=#part>Partially implemented</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(pend))
107 outfile.write("<a name=todo><h2><a href=#todo>Not started yet</a></h2><blockquote><p>%s</p></blockquote>\n" % "\n".join(todo))
111 outfile.write("<hr><h2>Categories of remaining todo items</h2>")
127 outfile.write("<a name=%s><h2><a href=#%s>%s<a></h2><blockquote><p>" % (i,i,k)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
postproc.c 58 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);
simple_decoder.c 96 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);
decode_with_drops.c 71 fprintf(stderr, "Usage: %s <infile> <outfile> <N-M|N/M>\n", exec_name);
77 FILE *outfile = NULL; local
96 if (!(outfile = fopen(argv[2], "wb")))
135 vpx_img_write(img, outfile);
151 fclose(outfile);
  /external/selinux/policycoreutils/semodule_expand/
semodule_expand.c 45 FILE *fp, *outfile; local
169 outfile = fopen(outname, "w");
170 if (!outfile) {
175 sepol_policy_file_set_fp(pf, outfile);
183 fclose(outfile);
  /external/selinux/policycoreutils/semodule_link/
semodule_link.c 30 printf("usage: %s [-Vv] [-o outfile] basemodpkg modpkg1 [modpkg2]...\n",
82 FILE *outfile; local
151 outfile = fopen(outname, "w");
152 if (!outfile) {
161 sepol_policy_file_set_fp(pf, outfile);
168 fclose(outfile);
  /external/toybox/toys/posix/
uniq.c 63 FILE *infile = stdin, *outfile = stdout; local
68 if (toys.optc >= 2) outfile = xfopen(toys.optargs[1], "w");
99 print_line(outfile, prevline);
113 print_line(outfile, prevline);
116 if (outfile != stdout) fclose(outfile);
  /external/webrtc/webrtc/modules/media_file/
media_file_unittest.cc 67 std::string outfile = webrtc::test::OutputPath() + "wavtest.wav"; local
70 outfile.c_str(), webrtc::kFileFormatWavFile, codec));
93 EXPECT_EQ(kHeaderSize + kPayloadSize, webrtc::test::GetFileSize(outfile));
94 FILE* f = fopen(outfile.c_str(), "rb");

Completed in 447 milliseconds

1 2 3 4 5