Searched refs:outputfile (Results 1 - 5 of 5) sorted by relevance

/external/ceres-solver/examples/
H A Dpgm_image.h186 std::ofstream outputfile(filename.c_str());
187 outputfile << "P2" << std::endl;
188 outputfile << "# PGM format" << std::endl;
189 outputfile << " # <width> <height> <levels> " << std::endl;
190 outputfile << " # <data> ... " << std::endl;
191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl;
197 outputfile << static_cast<int>(data_[i] + 0.5) << ' ';
200 return outputfile; // Returns true/false
/external/chromium_org/third_party/libxml/src/
H A Dcheck-xinclude-test-suite.py85 outputfile = None
103 outputfile = output
119 diff = os.popen("diff %s xinclude.res" % outputfile).read()
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dserver.py176 def copyfile(self, source, outputfile):
180 self, source, outputfile)
196 outputfile.write(chunk)
/external/libvpx/libvpx/
H A Dvpxdec.c75 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, variable
93 &progressarg, &limitarg, &skiparg, &postprocarg, &summaryarg, &outputfile,
728 } else if (arg_match(&arg, &outputfile, argi))
H A Dvpxenc.c366 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, variable
424 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip,
1353 else if (arg_match(&arg, &outputfile, argi))

Completed in 368 milliseconds