HomeSort by relevance Sort by last modified time
    Searched full:outfile (Results 426 - 450 of 704) sorted by null

<<11121314151617181920>>

  /external/libpng/contrib/gregbook/
writepng.h 96 FILE *outfile; member in struct:_mainprog_info
  /external/libvpx/libvpx/examples/
vp8cx_set_ref.c 63 fprintf(stderr, "Usage: %s <width> <height> <infile> <outfile> <frame>\n",
  /external/mesa3d/src/mesa/
Makefile.am 84 $(AM_V_GEN) $(LEX) --never-interactive --outfile=$@ $<
  /external/qemu/distrib/jpeg-6b/
example.c 91 FILE * outfile; /* target file */ local
114 if ((outfile = fopen(filename, "wb")) == NULL) {
118 jpeg_stdio_dest(&cinfo, outfile);
169 fclose(outfile);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8cx_set_ref.c 63 fprintf(stderr, "Usage: %s <width> <height> <infile> <outfile> <frame>\n",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 87 outfile = open(path, 'wb')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 580 parser.add_option('-o', '--outfile', dest="outfile",
581 help="Save stats to <outfile>", default=None)
603 runctx(code, globs, None, options.outfile, options.sort)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 580 parser.add_option('-o', '--outfile', dest="outfile",
581 help="Save stats to <outfile>", default=None)
603 runctx(code, globs, None, options.outfile, options.sort)
  /external/chromium_org/third_party/openssl/openssl/apps/
cms.c 109 char *infile = NULL, *outfile = NULL, *rctfile = NULL; local
509 outfile = *++args;
869 if (outfile)
871 if (!(out = BIO_new_file(outfile, outmode)))
874 "Can't open output file %s\n", outfile);
    [all...]
  /external/openssl/apps/
cms.c 109 char *infile = NULL, *outfile = NULL, *rctfile = NULL; local
509 outfile = *++args;
869 if (outfile)
871 if (!(out = BIO_new_file(outfile, outmode)))
874 "Can't open output file %s\n", outfile);
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_to_expectations.py 367 '--outfile', required=True,
387 args.outfile)
  /external/chromium_org/third_party/skia/tools/
svndiff.py 216 with open(dest_path, 'wb') as outfile:
217 proc = subprocess.Popen(args, stdout=outfile)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 162 printf("./kenny.exe [-I] bottleneck_value infile outfile \n\n");
179 printf("outfile : Speech output file\n\n");
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 122 aecm->aecmCore->outFile = fopen("aecOut.pcm","wb");
145 fclose(aecm->aecmCore->outFile);
  /external/chromium_org/tools/grit/grit/node/
structure.py 167 with open(flat_filename, 'wb') as outfile:
173 outfile.write(file_contents)
  /external/chromium_org/tools/grit/grit/tool/
rc2grd.py 196 with util.WrapOutputStream(file(out_path, 'w'), 'utf-8') as outfile:
197 outfile.write(grd_text)
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_backend.py 283 with open(minidump, 'wb') as outfile:
284 outfile.write(''.join(infile.read().partition('MDMP')[1:]))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/scripting-engines/
trace-event-perl.c 458 static int perl_generate_script(struct pevent *pevent, const char *outfile)
466 sprintf(fname, "%s.pl", outfile);
trace-event-python.c 543 static int python_generate_script(struct pevent *pevent, const char *outfile)
551 sprintf(fname, "%s.py", outfile);
  /external/skia/gm/rebaseline_server/
compare_to_expectations.py 367 '--outfile', required=True,
387 args.outfile)
  /external/skia/tools/
svndiff.py 216 with open(dest_path, 'wb') as outfile:
217 proc = subprocess.Popen(args, stdout=outfile)
  /external/smack/src/org/jivesoftware/smack/util/
Base64.java     [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 162 printf("./kenny.exe [-I] bottleneck_value infile outfile \n\n");
179 printf("outfile : Speech output file\n\n");
  /frameworks/base/docs/html/tools/help/
monkeyrunner_concepts.jd 239 monkeyrunner help.py &lt;format&gt; &lt;outfile&gt;
250 <code>&lt;outfile&gt;</code> is a path-qualified name for the output file.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 223 int outFormat, String outFile, boolean videoOnly) {
236 mRecorder.setOutputFile(outFile);

Completed in 536 milliseconds

<<11121314151617181920>>