/openjdk7/hotspot/src/share/vm/ci/ |
H A D | ciConstant.cpp | 36 // ciConstant::print 37 void ciConstant::print() { function in class:ciConstant 38 tty->print("<ciConstant type=%s value=", 42 tty->print("%s", bool_to_str(_value._int != 0)); 48 tty->print("%d", _value._int); 51 tty->print(INT64_FORMAT, _value._long); 54 tty->print("%f", _value._float); 57 tty->print("%lf", _value._double); 61 _value._object->print(); 64 tty->print("ILLEGA [all...] |
H A D | ciExceptionHandler.cpp | 59 // ciExceptionHandler::print() 60 void ciExceptionHandler::print() { function in class:ciExceptionHandler 61 tty->print("<ciExceptionHandler start=%d limit=%d" 65 tty->print(" ex_klass="); 66 _catch_klass->print(); 68 tty->print(">");
|
H A D | ciFlags.cpp | 36 st->print("public"); 38 st->print("DEFAULT_ACCESS"); 42 st->print(",final"); 45 st->print(",super"); 48 st->print(",interface"); 51 st->print(",abstract"); 59 st->print("public"); 61 st->print("private"); 63 st->print("protected"); 65 st->print("DEFAULT_ACCES 97 void ciFlags::print(outputStream* st) { function in class:ciFlags [all...] |
/openjdk7/jdk/src/share/classes/javax/print/ |
H A D | MultiDocPrintJob.java | 26 package javax.print; 28 import javax.print.attribute.PrintRequestAttributeSet; 32 * Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a 33 * specified collection of documents as a single print job with a set of 42 * This method should only be called once for a given print job. 52 * @param attributes The job attributes to be applied to this print job. 59 * If the document has a flavor not supported by this print job. 61 * If one or more of the attributes are not valid for this print job. 64 public void print(MultiDoc multiDoc, PrintRequestAttributeSet attributes) method in interface:MultiDocPrintJob
|
H A D | CancelablePrintJob.java | 26 package javax.print; 30 * print job. This interface extends {@link DocPrintJob}. A 31 * <code>DocPrintJob</code> implementation returned from a print 32 * service implements this interface if the print job can be 34 * a print job, the client needs to test if the 35 * <code>DocPrintJob</code> object returned from the print service 38 * print service might support cancellation only for certain types 39 * of print data and representation class names. This means that 44 * and to deliver a javax.print.event.PrintJobEvent.JOB_CANCELLED event 48 * than that which made the print reques [all...] |
H A D | FlavorException.java | 26 package javax.print; 28 import javax.print.DocFlavor; 33 * involving a doc flavor or flavors (class {@link javax.print.DocFlavor 34 * DocFlavor}). The Print Service API does not define any print exception
|
H A D | MultiDocPrintService.java | 26 package javax.print; 37 * Create a job which can print a multiDoc.
|
H A D | AttributeException.java | 26 package javax.print; 28 import javax.print.attribute.Attribute; 37 * supported. The Print Service API does not define any print exception 51 * {@link javax.print.attribute.Attribute Attribute}.
|
H A D | MultiDoc.java | 26 package javax.print; 32 * than one piece of print data for a Print Job. "Doc" is a short, 33 * easy-to-pronounce term that means "a piece of print data," and a "multidoc" 36 * that object to obtain the print data. 61 * To get all the print data for a multidoc print job, a Print Service 66 * the print data representation object from the current doc. Get all the print 67 * data from the print data representation object. Get the next multidoc from 75 * the print dat [all...] |
H A D | PrintException.java | 26 package javax.print; 39 * Construct a print exception with no detail message. 46 * Construct a print exception with the given detail message. 55 * Construct a print exception chaining the supplied exception. 64 * Construct a print exception with the given detail message
|
/openjdk7/jdk/src/share/classes/javax/print/attribute/ |
H A D | DocAttribute.java | 27 package javax.print.attribute; 32 * ("Doc" is a short, easy-to-pronounce term that means "a piece of print 37 * attribute in a attribute set which specifies a print job
|
H A D | PrintJobAttribute.java | 26 package javax.print.attribute;
|
H A D | PrintRequestAttribute.java | 27 package javax.print.attribute; 32 * requested setting for a print job.
|
H A D | PrintServiceAttribute.java | 26 package javax.print.attribute;
|
H A D | SupportedValuesAttribute.java | 27 package javax.print.attribute; 33 * supports the {@link javax.print.attribute.standard.Copies Copies} 35 * javax.print.attribute.standard.CopiesSupported CopiesSupported} attribute, 37 * specify for the {@link javax.print.attribute.standard.Copies Copies}
|
H A D | UnmodifiableSetException.java | 26 package javax.print.attribute;
|
/openjdk7/jdk/src/share/classes/sun/print/ |
H A D | AttributeUpdater.java | 26 package sun.print; 28 import javax.print.attribute.PrintServiceAttributeSet; 34 * this method on a particular print service.
|
H A D | ImagePrinter.java | 26 package sun.print; 31 import java.awt.print.PageFormat; 32 import java.awt.print.Printable; 55 public int print(Graphics g, PageFormat pf, int index) { method in class:ImagePrinter
|
H A D | BackgroundLookupListener.java | 26 package sun.print; 28 import javax.print.PrintService;
|
H A D | BackgroundServiceLookup.java | 26 package sun.print;
|
H A D | SunPrinterJobService.java | 26 package sun.print;
|
/openjdk7/jdk/src/share/classes/java/awt/print/ |
H A D | Printable.java | 26 package java.awt.print; 32 * by the <code>print</code> methods of the current 39 * print the page's graphics. 43 * <code>PrinterJob.print(..)</code> control 46 * It does this by calling <code>Printable.print(..)</code> until 52 * The parameters to <code>Printable.print(..)</code> include a 55 * page, and the page index, which specifies the zero-based print 64 * <li>The printing system will call <code>Printable.print(..)</code> 68 * by the client, or by a user through a print dialog. 72 * multiple times. Printing will start each copy from the lowest print 140 int print(Graphics graphics, PageFormat pageFormat, int pageIndex) method in interface:Printable [all...] |
H A D | PrinterAbortException.java | 26 package java.awt.print; 31 * or application has terminated the print job while it was in
|
H A D | PrinterException.java | 26 package java.awt.print; 30 * to indicate that an exceptional condition has occurred in the print
|
H A D | PrinterGraphics.java | 26 package java.awt.print; 43 * @see java.awt.print.Printable
|