/frameworks/compile/slang/ |
D | slang-data.c | 24 FILE *outfile = fopen(outfile_name, "w"); in main() local 26 if (!outfile) { in main() 34 fprintf(outfile, "#ifndef %s_data_pack_h\n", prefix); in main() 35 fprintf(outfile, "#define %s_data_pack_h\n\n", prefix); in main() 39 fprintf(outfile, "#include <stddef.h>\n\n"); in main() 43 fprintf(outfile, "static const char %s_data[] =\n", prefix); in main() 57 fprintf(outfile, in main() 71 fprintf(outfile, "\""); in main() 74 fprintf(outfile, "\\x%02x", buf[i]); in main() 77 fprintf(outfile, "\"\n"); in main() [all …]
|
/frameworks/base/cmds/screenshot/ |
D | screenshot.c | 109 char outfile[PATH_MAX] = ""; in main() local 131 strlcpy(outfile, argv[0], PATH_MAX); in main() 136 while (stat(outfile, &st) == 0) { in main() 138 char *p = strrchr(outfile, '.'); in main() 140 strcpy(base, outfile); in main() 142 snprintf(outfile, PATH_MAX, "%s-%d.png", base, ++i); in main() 157 png = fopen(outfile, "w"); in main() 160 outfile, strerror(errno)); in main()
|
/frameworks/base/media/libstagefright/codecs/aacenc/SampleCode/ |
D | AAC_E_SAMPLES.c | 135 FILE *infile, *outfile; in main() local 176 outfile = fopen(outfileName, "wb"); in main() 177 if (!outfile) { in main() 249 fwrite(outData.Buffer, 1, outData.Length, outfile); in main() 275 if (outfile) in main() 277 fclose(outfile); in main()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | hprof-conv.jd | 11 <pre> hprof-conv <infile> <outfile></pre> 14 You can use "-" for <code><infile></code> or <code><outfile></code>
|
D | etc1tool.jd | 12 diff-file] [-o outfile]</pre> 60 <td><code>-o <em>outfile</em></code></td> 63 If <code><em>outfile</em></code> is not specified, the output file is constructed
|
D | dmtracedump.jd | 16 dmtracedump [-ho] [-s sortable] [-d trace-base-name] [-g outfile] <trace-base-name> 36 <td><code>-g <em><outfile></em></code></td> 38 <td>Generate output to <outfile></td>
|
D | zipalign.jd | 46 <p>To align {@code infile.apk} and save it as {@code outfile.apk}:</p> 48 <pre>zipalign [-f] [-v] <alignment> infile.apk outfile.apk</pre> 61 <li>{@code -f} : overwrite existing outfile.zip</li>
|
D | monkeyrunner_concepts.jd | 239 monkeyrunner <format> help.py <outfile> 250 <code><outfile></code> is a path-qualified name for the output file.
|
/frameworks/base/tools/localize/ |
D | localize.cpp | 504 do_pseudo(const string& infile, const string& outfile, bool expand) in do_pseudo() argument 515 err = write_to_file(outfile, xliff->ToString()); in do_pseudo() 682 string outfile; in main() local 690 outfile = argv[index]; in main() 697 return do_xlb_export(outfile, resFiles); in main() 701 string outfile; in main() local 721 outfile = argv[index]; in main() 725 outfile = argv[index+1]; in main() 732 return do_pseudo(infile, outfile, big); in main()
|
D | xmb.cpp | 122 do_xlb_export(const string& outfile, const vector<string>& resFiles) in do_xlb_export() argument 170 FILE* f = fopen(outfile.c_str(), "wb"); in do_xlb_export() 172 fprintf(stderr, "can't open outputfile: %s\n", outfile.c_str()); in do_xlb_export()
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-tracing.jd | 332 dmtracedump [-ho] [-s sortable] [-d trace-base-name] [-g outfile] <trace-base-name> 352 <td><code>-g <outfile></code></td> 354 <td>Generate output to <outfile></td>
|
/frameworks/base/docs/html/sdk/ |
D | RELEASENOTES.jd | 174 <outfile></code></li>
|