search for: iswritten

Displaying 2 results from an estimated 2 matches for "iswritten".

2008 Apr 15
4
trouble streaming images with send_data
...ltered = bi end rescue $stderr.print "Couldn''t load file" end big.drawImage(biFiltered, java.awt.geom.AffineTransform.getScaleInstance(2, 2), nil) os = java.io.ByteArrayOutputStream.new begin isWritten = javax.imageio.ImageIO.write(biFiltered, "jpeg", os) rescue $stderr.print "Couldn''t write file" end if isWritten send_data "os.toByteArray", :type => "image/ jpeg", :disposition => "inli...
2015 Dec 03
3
Function attributes for LibFunc and its impact on GlobalsAA
----- Original Message ----- > From: "James Molloy via llvm-dev" <llvm-dev at lists.llvm.org> > To: "Vaivaswatha Nagaraj" <vn at compilertree.com> > Cc: "LLVM Dev" <llvm-dev at lists.llvm.org> > Sent: Thursday, December 3, 2015 4:41:46 AM > Subject: Re: [llvm-dev] Function attributes for LibFunc and its impact on GlobalsAA > >