Searched defs:print (Results 26 - 50 of 598) sorted by relevance

1234567891011>>

/openjdk7/hotspot/test/runtime/6626217/
H A DLoader2.java5 public void print( String msg ) { method in class:Loader2
7 System.out.print(" ");
12 print("Fetching the implementation of "+name);
19 print("DefineClass1 on "+name);
23 print("Returning newly loaded class.");
27 print("Not found on disk.");
40 print("Checking for prior loaded class "+name);
42 print("Letting super-loader load "+name);
48 if (resolve) { print("Resolving class "+name); resolveClass(c); }
49 print("Returnin
[all...]
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DAttribute.java26 package javax.print.attribute;
H A DHashDocAttributeSet.java27 package javax.print.attribute;
H A DHashPrintJobAttributeSet.java27 package javax.print.attribute;
46 * Construct a new, empty hash print job attribute set.
53 * Construct a new hash print job attribute set,
66 * Construct a new hash print job attribute set,
H A DHashPrintRequestAttributeSet.java27 package javax.print.attribute;
46 * Construct a new, empty print request attribute set.
53 * Construct a new print request attribute set,
66 * Construct a new print request attribute set, initially populated with
H A DHashPrintServiceAttributeSet.java26 package javax.print.attribute;
45 * Construct a new, empty hash print service attribute set.
53 * Construct a new hash print service attribute set,
66 * Construct a new print service attribute set, initially populated with
H A DDocAttributeSet.java27 package javax.print.attribute;
34 * the print job settings to be applied to an individual doc.
H A DPrintJobAttributeSet.java27 package javax.print.attribute;
30 * Interface PrintJobAttributeSet specifies the interface for a set of print
33 * service uses a PrintJobAttributeSet to report the status of a print job.
H A DPrintRequestAttributeSet.java27 package javax.print.attribute;
31 * print request attributes, i.e. printing attributes that implement interface
34 * applied to a whole print job and to all the docs in the print job.
/openjdk7/jdk/src/share/classes/javax/print/event/
H A DPrintEvent.java26 package javax.print.event;
H A DPrintJobAttributeListener.java26 package javax.print.event;
30 * {@link javax.print.DocPrintJob DocPrintJob} to monitor
31 * the status of attribute changes associated with the print job.
37 * Notifies the listener of a change in some print job attributes.
39 * {@link javax.print.attribute.standard.JobState JobState}
H A DPrintServiceAttributeListener.java26 package javax.print.event;
30 * {@link javax.print.PrintService PrintService} to monitor
31 * the status of the print service.
40 * Called to notify a listener of an event in the print service.
/openjdk7/hotspot/src/share/vm/ci/
H A DciCPCache.cpp65 // ciCPCache::print
68 void ciCPCache::print() { function in class:ciCPCache
H A DciCallSite.cpp52 // ciCallSite::print
55 void ciCallSite::print() { function in class:ciCallSite
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DPrintARGBImage.java33 import java.awt.print.*;
53 pj.print();
58 public int print(Graphics g, PageFormat pf, int pageIndex) method in class:PrintARGBImage
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DMargins.java34 import java.awt.print.*;
49 job.print();
59 job.print();
64 public int print(Graphics g, PageFormat pf, int page) method in class:Margins
H A DSameService.java27 * @summary Don't re-create print services.
32 import java.awt.print.*;
33 import javax.print.*;
50 public int print(Graphics g, PageFormat pf, int pi) method in class:SameService
/openjdk7/langtools/test/tools/javac/
H A DFlatnameClash2.java36 public void print(Inner1 inf) { method in class:T1
37 inf.print();
41 public void print() { method in class:T1.Inner1
50 public void print() { method in class:T2
51 super.print(new Inner2());
57 public void print() { method in class:T2.Inner2
/openjdk7/jdk/test/javax/print/PrintSE/
H A DPrintSE.java25 import java.awt.print.*;
26 import javax.print.*;
27 import javax.print.attribute.*;
36 System.out.println("No print service found.");
44 job.print(doc, new HashPrintRequestAttributeSet());
47 public int print(Graphics g, PageFormat pf, int pg) { method in class:PrintSE
/openjdk7/jdk/test/javax/print/
H A DStreamPrintingOrientation.java29 * @summary You would see a cross-platform print dialog being popped up. Check whether orientation is shown as LANDSCAPE. Click 'OK'. 'streamexample.ps' will be created in the same dir where this application was executed. Pass if the orientation in the ps file is landscape.
34 import java.awt.print.*;
35 import javax.print.*;
36 import javax.print.attribute.standard.*;
37 import javax.print.attribute.*;
86 System.out.println("\nValues in attr set passed to print method");
91 System.out.println("About to print the data ...");
94 pj.print(prSet);
106 public int print(Graphics g, PageFormat pf, int pi) throws PrinterException { method in class:StreamPrintingOrientation
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJobFlavorException.java26 package sun.print;
28 import javax.print.DocFlavor;
29 import javax.print.FlavorException;
30 import javax.print.PrintException;
/openjdk7/jdk/src/share/classes/javax/print/
H A DDocPrintJob.java26 package javax.print;
28 import javax.print.attribute.PrintJobAttributeSet;
29 import javax.print.attribute.PrintRequestAttributeSet;
30 import javax.print.event.PrintJobAttributeListener;
31 import javax.print.event.PrintJobListener;
32 import javax.print.PrintException;
36 * This interface represents a print job that can print a specified
38 * this interface is obtained from a print service.
45 * Determines the {@link PrintService} object to which this print jo
173 public void print(Doc doc, PrintRequestAttributeSet attributes) method in interface:DocPrintJob
[all...]
H A DDoc.java26 package javax.print;
32 import javax.print.attribute.DocAttributeSet;
37 * of print data for a Print Job. "Doc" is a short, easy-to-pronounce term
38 * that means "a piece of print data." The client passes to the Print Job an
40 * that object to obtain the print data. The Doc interface lets a Print Job:
44 * in which the print data is available. A doc flavor designates the print
46 * from which the print data comes.
49 * Obtain the print data representation object, which is an instance of the
51 * print dat
[all...]
H A DStreamPrintService.java26 package javax.print;
32 * print service that prints data in different formats to a
45 * {@link javax.print.attribute.standard.Destination Destination}
67 * @param out stream to which to send formatted print data.
76 * @return the stream to which this service will send formatted print data.
83 * Returns the document format emitted by this print service.
H A DURIException.java26 package javax.print;
33 * involving a URI address. The Print Service API does not define any print
44 * the print data and cannot even establish a connection to the

Completed in 91 milliseconds

1234567891011>>