HomeSort by relevance Sort by last modified time
    Searched refs:outfile (Results 226 - 250 of 329) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxdec.c 526 FILE *outfile = NULL; local
695 outfile = open_outfile(outfile_name);
894 fputs(buf, outfile);
903 fputs(buf, outfile);
910 write_image_file(img, planes, outfile);
921 outfile = open_outfile(outfile_name);
922 write_image_file(img, planes, outfile);
923 fclose(outfile);
953 fclose(outfile);
  /external/libvpx/libvpx/
vpxdec.c 524 FILE *outfile = NULL; local
691 outfile = open_outfile(outfile_name);
890 fputs(buf, outfile);
899 fputs(buf, outfile);
906 write_image_file(img, planes, outfile);
917 outfile = open_outfile(outfile_name);
918 write_image_file(img, planes, outfile);
919 fclose(outfile);
949 fclose(outfile);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 524 FILE *outfile = NULL; local
691 outfile = open_outfile(outfile_name);
890 fputs(buf, outfile);
899 fputs(buf, outfile);
906 write_image_file(img, planes, outfile);
917 outfile = open_outfile(outfile_name);
918 write_image_file(img, planes, outfile);
919 fclose(outfile);
949 fclose(outfile);
  /external/valgrind/main/cachegrind/
cg_merge.c 841 fprintf(stderr, "%s: usage: %s [-o outfile] [files-to-merge]\n",
852 FILE* outfile = NULL; local
924 outfile = fopen(outfilename, "w");
925 if (!outfile) {
932 outfile = stdout;
935 show_CacheProfFile( outfile, cpf );
936 if (ferror(outfile)) {
940 if (outfile != stdout)
941 fclose(outfile);
945 fflush(outfile);
    [all...]
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 28 // 'outfile', with each rule terminated by a LF. The file must already have
30 bool WriteRules(const RuleMap& rules, const base::FilePath& outfile) {
64 int written = base::WriteFile(outfile,
make_dafsa_unittest.py 742 outfile = make_dafsa.to_cxx(bytes)
744 outfile)
751 outfile = make_dafsa.to_cxx(bytes)
753 outfile)
  /external/chromium_org/ppapi/generators/
idl_outfile.py 124 outfile = open(filename, 'wb')
125 outfile.write(outtext)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-trax.jar 
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 57 BitcodeWrapperer::BitcodeWrapperer(WrapperInput* infile, WrapperOutput* outfile)
59 outfile_(outfile),
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vpx_temporal_svc_encoder.c 432 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS]; local
460 die("Usage: %s <infile> <outfile> <codec_type(vp8/vp9)> <width> <height> "
561 outfile[i] = vpx_video_writer_open(file_name, kContainerIVF, &info);
562 if (!outfile[i])
629 vpx_video_writer_write_frame(outfile[i], pkt->data.frame.buf,
664 vpx_video_writer_close(outfile[i]);
  /external/chromium_org/third_party/openssl/openssl/apps/
smime.c 94 char *infile = NULL, *outfile = NULL; local
360 outfile = *++args;
650 if (outfile)
652 if (!(out = BIO_new_file(outfile, outmode)))
655 "Can't open output file %s\n", outfile);
pkcs12.c 98 char *infile=NULL, *outfile=NULL, *keyname = NULL; local
236 outfile = *args;
289 BIO_printf (bio_err, "-out outfile output filename\n");
392 if (!outfile) {
400 } else out = BIO_new_file(outfile, "wb");
403 outfile ? outfile : "<stdout>");
404 perror (outfile);
  /external/libvpx/libvpx/examples/
vpx_temporal_scalable_patterns.c 432 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS]; local
460 die("Usage: %s <infile> <outfile> <codec_type(vp8/vp9)> <width> <height> "
561 outfile[i] = vpx_video_writer_open(file_name, kContainerIVF, &info);
562 if (!outfile[i])
629 vpx_video_writer_write_frame(outfile[i], pkt->data.frame.buf,
664 vpx_video_writer_close(outfile[i]);
  /external/openssl/apps/
smime.c 94 char *infile = NULL, *outfile = NULL; local
360 outfile = *++args;
650 if (outfile)
652 if (!(out = BIO_new_file(outfile, outmode)))
655 "Can't open output file %s\n", outfile);
pkcs12.c 98 char *infile=NULL, *outfile=NULL, *keyname = NULL; local
243 outfile = *args;
296 BIO_printf (bio_err, "-out outfile output filename\n");
399 if (!outfile) {
407 } else out = BIO_new_file(outfile, "wb");
410 outfile ? outfile : "<stdout>");
411 perror (outfile);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 432 VpxVideoWriter *outfile[VPX_TS_MAX_LAYERS]; local
460 die("Usage: %s <infile> <outfile> <codec_type(vp8/vp9)> <width> <height> "
561 outfile[i] = vpx_video_writer_open(file_name, kContainerIVF, &info);
562 if (!outfile[i])
629 vpx_video_writer_write_frame(outfile[i], pkt->data.frame.buf,
664 vpx_video_writer_close(outfile[i]);
  /external/checkpolicy/
checkpolicy.c 384 char ans[80 + 1], *file = txtfile, *outfile = NULL, *path, *fstype; local
414 outfile = optarg;
598 if (outfile) {
601 argv[0], policyvers, outfile);
602 outfp = fopen(outfile, "w");
604 perror(outfile);
617 argv[0], outfile);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 384 outfile = open(new_filepath, 'wb')
385 outfile.write(converted_file[1])
386 outfile.close()
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 69 WritableFile* outfile; member in struct:leveldb::DBImpl::CompactionState
78 outfile(NULL),
747 assert(compact->outfile == NULL);
749 delete compact->outfile;
775 Status s = env_->NewWritableFile(fname, &compact->outfile);
777 compact->builder = new TableBuilder(options_, compact->outfile);
785 assert(compact->outfile != NULL);
807 s = compact->outfile->Sync();
810 s = compact->outfile->Close();
812 delete compact->outfile;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 338 outfile = self.get_module_outfile(self.build_lib, package, module)
339 dir = os.path.dirname(outfile)
341 return self.copy_file(module_file, outfile, preserve_mode=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 338 outfile = self.get_module_outfile(self.build_lib, package, module)
339 dir = os.path.dirname(outfile)
341 return self.copy_file(module_file, outfile, preserve_mode=0)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 64 '-o', '', action='store', dest="outfile",
65 metavar="OUTFILE",
323 defaults = {'outfile': 'coverage.xml'},
551 outfile = options.outfile
552 self.coverage.xml_report(outfile=outfile, **report_args)
  /external/chromium_org/tools/code_coverage/
croc_test.py 484 c.PrintStat('count_b', outfile=f)
486 c.PrintStat('count_a', format='Count A = %05d', outfile=f)
488 c.PrintStat('count_a', group='tests', outfile=f)
489 c.PrintStat('nosuch', default=42, outfile=f)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 87 outfile = open(path, 'wb')
  /external/bison/src/
scan-skel.l 21 %option prefix="skel_" outfile="lex.yy.c"

Completed in 879 milliseconds

1 2 3 4 5 6 7 8 91011>>