HomeSort by relevance Sort by last modified time
    Searched refs:inputfile (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/examples/
pgm_image.h 234 std::ifstream inputfile(filename.c_str());
238 inputfile >> ch1 >> ch2;
239 if (!inputfile || ch1 != 'P' || (ch2 != '2' && ch2 != '5')) {
245 if (!GetIgnoreComment(&inputfile, width_) ||
246 !GetIgnoreComment(&inputfile, height_) ||
247 !GetIgnoreComment(&inputfile, two_fifty_five) ) {
262 bool res = GetIgnoreComment(&inputfile, pixel_data);
271 bool res = GetIgnoreComment(&inputfile, temp);
277 if (inputfile.get() != '\n') {
283 unsigned char pixel_data = inputfile.get()
    [all...]
  /external/chromium_org/tools/
gypv8sh.py 22 "testtype inputfile inputrelfile cxxoutfile jsoutfile")
34 inputfile, inputrelfile, cxxoutfile, jsoutfile) = args
39 arguments = [js2webui, inputfile, inputrelfile, opts.deps_js,
52 shutil.copyfile(inputfile, jsoutfile)
  /external/chromium_org/tools/grit/grit/format/
html_inline.py 416 print "html_inline.py inputfile outputfile"

Completed in 434 milliseconds