Searched defs:print (Results 326 - 350 of 598) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDesktopPeer.java88 public void print(File file) throws IOException { method in class:XDesktopPeer
H A DXPanelPeer.java71 public void print(Graphics g) { method in class:XPanelPeer
72 super.print(g);
/openjdk7/langtools/test/tools/javac/processing/model/
H A DTestSymtabItems.java68 // print("noSymbol", syms.noSymbol);
69 // print("errSymbol", syms.errSymbol);
70 // print("unknownSymbol", syms.unknownSymbol);
71 // print("botType", syms.botType);
72 // print("errType", syms.errType);
73 // print("unknownType", syms.unknownType);
85 print(f.getName(), (TypeMirror) f.get(syms), types);
87 print(f.getName(), (Element) f.get(syms));
94 void print(String label, Element e) { method in class:TestSymtabItems
101 void print(Strin method in class:TestSymtabItems
[all...]
/openjdk7/jdk/src/windows/classes/sun/print/
H A DWin32PrintJob.java26 package sun.print;
42 import javax.print.CancelablePrintJob;
43 import javax.print.Doc;
44 import javax.print.DocFlavor;
45 import javax.print.DocPrintJob;
46 import javax.print.PrintService;
47 import javax.print.PrintException;
48 import javax.print.event.PrintJobEvent;
49 import javax.print.event.PrintJobListener;
50 import javax.print
300 public void print(Doc doc, PrintRequestAttributeSet attributes) method in class:Win32PrintJob
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSStreamPrintJob.java26 package sun.print;
34 import javax.print.CancelablePrintJob;
35 import javax.print.Doc;
36 import javax.print.DocFlavor;
37 import javax.print.DocPrintJob;
38 import javax.print.PrintService;
39 import javax.print.PrintException;
40 import javax.print.event.PrintJobEvent;
41 import javax.print.event.PrintJobListener;
42 import javax.print
264 public void print(Doc doc, PrintRequestAttributeSet attributes) method in class:PSStreamPrintJob
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DJavaVFrame.java62 public void print() { method in class:JavaVFrame
69 tty.print("\t");
85 // tty.print("\t obj\t");
88 // tty.print("\t ");
100 tty.print(index + " - ");
194 tty.print("\t" + index + "\t");
H A DRegisterMap.java182 public void print() { method in class:RegisterMap
191 tty.print(" " + VMRegImpl.getRegisterName(i) +
194 tty.print("<misaligned>");
196 tty.print(src.getAddressAt(0));
H A DVFrame.java189 public void print() { method in class:VFrame
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DRBTree.java222 public void print() { method in class:RBTree
514 tty.print(" ");
517 tty.print("-");
555 System.err.print(i + "...");
/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DAttributeSetUtilities.java27 package javax.print.attribute;
58 * As mentioned in the package description of javax.print, a null reference
236 * Creates an unmodifiable view of the given print request attribute set.
238 * @param attributeSet Underlying print request attribute set.
254 * Creates an unmodifiable view of the given print job attribute set.
256 * @param attributeSet Underlying print job attribute set.
272 * Creates an unmodifiable view of the given print service attribute set.
274 * @param attributeSet Underlying print service attribute set.
441 * Creates a synchronized view of the given print request attribute set.
443 * @param attributeSet Underlying print reques
[all...]
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DFinishings.java25 package javax.print.attribute.standard;
27 import javax.print.attribute.Attribute;
28 import javax.print.attribute.EnumSyntax;
29 import javax.print.attribute.DocAttribute;
30 import javax.print.attribute.PrintRequestAttribute;
31 import javax.print.attribute.PrintJobAttribute;
37 * print jobs (jobs with multiple documents), the
166 * The effect of a Finishings attribute on a multidoc print job (a job
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTablePrintable.java30 import java.awt.print.*;
99 /** The table to print. */
120 /** The most recent page index asked to print. */
123 /** The next row to print. */
126 /** The next column to print. */
159 * @param table the table to print
165 * @throws IllegalArgumentException if passed an invalid print mode
206 public int print(Graphics graphics, PageFormat pageFormat, int pageIndex) method in class:TablePrintable
269 // depending on the print mode, we may need a scale factor to
321 // if there's footer text, print i
[all...]
/openjdk7/hotspot/src/share/vm/ci/
H A DciField.cpp367 // ciField::print
368 void ciField::print() { function in class:ciField
369 tty->print("<ciField name=");
371 tty->print(".");
373 tty->print(" signature=");
375 tty->print(" offset=%d type=", _offset);
377 else tty->print("(reference)");
378 tty->print(" is_constant=%s", bool_to_str(_is_constant));
380 tty->print(" constant_value=");
381 _constant_value.print();
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Dplaceholders.cpp208 void PlaceholderEntry::print() const { function in class:PlaceholderEntry
211 tty->print(", loader ");
215 tty->print(", supername ");
219 tty->print(", definer ");
223 tty->print(", instanceKlass ");
226 tty->print("\n");
227 tty->print("loadInstanceThreadQ threads:");
229 tty->print("\n");
230 tty->print("superThreadQ threads:");
232 tty->print("\
263 void PlaceholderTable::print() { function in class:PlaceholderTable
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DicBuffer.cpp109 void ICStub::print() { function in class:ICStub
H A Dstubs.cpp258 void StubQueue::print() { function in class:StubQueue
H A DvtableStubs.hpp99 void print() const { print_on(tty); } function in class:VtableStub
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMarkThread.cpp314 void ConcurrentMarkThread::print() const { function in class:ConcurrentMarkThread
319 st->print("\"G1 Main Concurrent Mark GC Thread\" ");
H A DsurvRateGroup.cpp189 SurvRateGroup::print() { function in class:SurvRateGroup
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsVirtualspace.cpp228 void PSVirtualSpace::print() const { function in class:PSVirtualSpace
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DparGCAllocBuffer.cpp111 if (PrintPLAB) gclog_or_tty->print(" (plab_sz = %d ", plab_sz);
119 if (PrintPLAB) gclog_or_tty->print(" desired_plab_sz = %d) ", plab_sz);
130 void ParGCAllocBuffer::print() { function in class:ParGCAllocBuffer
131 gclog_or_tty->print("parGCAllocBuffer: _bottom: %p _top: %p _end: %p _hard_end: %p"
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeHistogram.cpp57 void BytecodeCounter::print() { function in class:BytecodeCounter
118 void BytecodeHistogram::print(float cutoff) { function in class:BytecodeHistogram
121 // print profile
160 void BytecodePairHistogram::print(float cutoff) { function in class:BytecodePairHistogram
163 // print profile
H A Dinterpreter.hpp70 void print() const { print_on(tty); } function in class:InterpreterCodelet
/openjdk7/hotspot/src/share/vm/memory/
H A Dspecialized_oop_closures.hpp225 static void print() PRODUCT_RETURN;
258 inline void SpecializationStats::print() {} function in class:SpecializationStats
/openjdk7/hotspot/src/share/vm/oops/
H A Dsymbol.hpp197 void print_on(outputStream* st) const; // First level print
198 void print_value_on(outputStream* st) const; // Second level print.
201 void print() { print_on(tty); } function in class:Symbol
237 print();

Completed in 109 milliseconds

<<11121314151617181920>>