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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imgfile.py 21 outputfile = '/tmp/deleteme'
56 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
99 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
101 os.unlink(outputfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imgfile.py 21 outputfile = '/tmp/deleteme'
56 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2])
99 imgfile.write (outputfile, simage, sizes[0]/2, sizes[1]/2, sizes[2])
101 os.unlink(outputfile)
  /external/ceres-solver/examples/
pgm_image.h 186 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/
check-xinclude-test-suite.py 85 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/
server.py 176 def copyfile(self, source, outputfile):
180 self, source, outputfile)
196 outputfile.write(chunk)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 61 to the outputfile by the caller unless the command was HEAD,
163 def copyfile(self, source, outputfile):
177 shutil.copyfileobj(source, outputfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 61 to the outputfile by the caller unless the command was HEAD,
163 def copyfile(self, source, outputfile):
177 shutil.copyfileobj(source, outputfile)
  /external/libvpx/libvpx/
vpxdec.c 75 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))
    [all...]
vpxenc.c 366 static const arg_def_t outputfile = ARG_DEF("o", "output", 1, variable
424 &outputfile, &codecarg, &passes, &pass_arg, &fpf_name, &limit, &skip,
    [all...]

Completed in 820 milliseconds