Searched defs:print (Results 401 - 425 of 598) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/print/
H A DDocFlavor.java26 package javax.print;
36 * format in which print data is supplied to a {@link DocPrintJob}.
37 * "Doc" is a short, easy-to-pronounce term that means "a piece of print data."
38 * The print data format, or "doc flavor", consists of two things:
44 * that specifies how the print data is to be interpreted.
55 * the class of the object from which the actual print data comes, as returned
61 * A <code>DocPrintJob</code> obtains its print data by means of interface
66 * the actual print data.
70 * There are two broad categories of print data, client formatted print dat
[all...]
H A DMimeType.java26 package javax.print;
43 * specifies the format of the print data.
264 * net.jini.print.data.MimeType, and has the same canonical form as this
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobStateReason.java25 package javax.print.attribute.standard;
27 import javax.print.attribute.EnumSyntax;
28 import javax.print.attribute.Attribute;
64 * accessing or accepting all the print data yet.
71 * additional print data before it can move the job into the PROCESSING
83 * (i.e., the print data representation object is a URL). This reason is
91 * the printer supports doc flavors with URL print data representation
337 * The job has been forwarded to a device or print system that is unable to
H A DPrinterStateReason.java25 package javax.print.attribute.standard;
27 import javax.print.attribute.EnumSyntax;
28 import javax.print.attribute.Attribute;
119 * printed output, and unless the printer is realized by a print server
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DCrossings.java65 public void print() { method in class:Crossings
93 cross.print();
185 cross.print();
/openjdk7/jdk/src/share/classes/java/io/
H A DPrintStream.java36 * namely the ability to print representations of various data values
127 * Creates a new print stream. This stream will not flush automatically.
139 * Creates a new print stream.
155 * Creates a new print stream.
181 * Creates a new print stream, without automatic line flushing, with the
189 * The name of the file to use as the destination of this print
212 * Creates a new print stream, without automatic line flushing, with the
219 * The name of the file to use as the destination of this print
252 * Creates a new print stream, without automatic line flushing, with the
260 * The file to use as the destination of this print strea
570 public void print(boolean b) { method in class:PrintStream
582 public void print(char c) { method in class:PrintStream
596 public void print(int i) { method in class:PrintStream
610 public void print(long l) { method in class:PrintStream
624 public void print(float f) { method in class:PrintStream
638 public void print(double d) { method in class:PrintStream
652 public void print(char s[]) { method in class:PrintStream
665 public void print(String s) { method in class:PrintStream
682 public void print(Object obj) { method in class:PrintStream
[all...]
H A DPrintWriter.java37 * class implements all of the <tt>print</tt> methods found in {@link
150 // save print stream for error propagation
351 * @return <code>true</code> if the print stream has encountered an error,
504 public void print(boolean b) { method in class:PrintWriter
516 public void print(char c) { method in class:PrintWriter
530 public void print(int i) { method in class:PrintWriter
544 public void print(long l) { method in class:PrintWriter
558 public void print(float f) { method in class:PrintWriter
572 public void print(double d) { method in class:PrintWriter
586 public void print(cha method in class:PrintWriter
599 public void print(String s) { method in class:PrintWriter
616 public void print(Object obj) { method in class:PrintWriter
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp124 void print();
218 void print() { function in class:DictionaryEntry
262 st->print("/mode="INTX_FORMAT, symbol_mode());
263 st->print(" -> ");
270 if (printed) st->print(" and ");
271 st->print(INTPTR_FORMAT, property_data());
345 void print();
H A DloaderConstraints.cpp161 tty->print("[Purging complete constraint for name %s\n",
235 tty->print("[Adding new constraint for name: %s, loader[0]: %s,"
248 tty->print("[Setting class object in existing constraint for"
279 tty->print("[Failed to add constraint for name: %s, loader[0]: %s,"
301 tty->print("[Constraint check failed for name %s, loader %s: "
312 tty->print("[Updating constraint for name %s, loader %s, "
361 tty->print("[Extending constraint for name %s by adding loader[%d]: %s %s",
477 void LoaderConstraintTable::print() { function in class:LoaderConstraintTable
486 tty->print("%4d: ", cindex);
487 probe->name()->print();
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A Dstubs.hpp89 void print() { ShouldNotCallThis(); } // prints some information about the stub function in class:VALUE_OBJ_CLASS_SPEC
123 virtual void print(Stub* self) = 0; // prints information about the stub
152 virtual void print(Stub* self) { cast(self)->print(); } \
185 void stub_print(Stub* s) { _stub_interface->print(s); }
230 void print(); // prints information about the stub queue
H A Dvmreg.hpp147 void print() const { print_on(tty); } function in class:VMRegImpl
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp135 void print() const { print_on(gclog_or_tty); } function in class:SpoolBlock
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1GCPhaseTimes.cpp83 void WorkerDataArray<T>::print(int level, const char* title) { function in class:WorkerDataArray
118 buf.append("%.1lf", avg); // Always print average as a double
249 void G1GCPhaseTimes::print(double pause_time_sec) { function in class:G1GCPhaseTimes
255 _last_gc_worker_start_times_ms.print(2, "GC Worker Start (ms)");
256 _last_ext_root_scan_times_ms.print(2, "Ext Root Scanning (ms)");
258 _last_satb_filtering_times_ms.print(2, "SATB Filtering (ms)");
260 _last_update_rs_times_ms.print(2, "Update RS (ms)");
261 _last_update_rs_processed_buffers.print(3, "Processed Buffers");
262 _last_scan_rs_times_ms.print(2, "Scan RS (ms)");
263 _last_obj_copy_times_ms.print(
[all...]
H A DsatbQueue.cpp174 void ObjPtrQueue::print(const char* name) { function in class:ObjPtrQueue
175 print(name, _buf, _index, _sz);
178 void ObjPtrQueue::print(const char* name, function in class:ObjPtrQueue
385 ObjPtrQueue::print(buffer, buf, 0, _sz);
392 t->satb_mark_queue().print(buffer);
395 shared_satb_queue()->print("Shared");
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmutableSpace.cpp238 st->print(" space " SIZE_FORMAT "K, %d%% used", capacity_in_bytes() / K,
242 void MutableSpace::print() const { print_on(tty); } function in class:MutableSpace
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.cpp70 if (description() != NULL) st->print("%s ", description());
71 if (bytecode() >= 0 ) st->print("%d %s ", bytecode(), Bytecodes::name(bytecode()));
97 void AbstractInterpreter::print() { function in class:AbstractInterpreter
109 _code->print();
284 case zerolocals : tty->print("zerolocals" ); break;
285 case zerolocals_synchronized: tty->print("zerolocals_synchronized"); break;
286 case native : tty->print("native" ); break;
287 case native_synchronized : tty->print("native_synchronized" ); break;
288 case empty : tty->print("empty" ); break;
289 case accessor : tty->print("accesso
[all...]
/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.cpp113 tty->print("~Dict %d/%d: ",_cnt,_size);
115 tty->print("%d ",_bin[i]._cnt);
116 tty->print("\n");*/
297 //------------------------------print------------------------------------------
298 // Handier print routine
299 void Dict::print() { function in class:Dict
301 tty->print("Dict@0x%lx[%d] = {", this, _cnt);
303 tty->print("(0x%lx,0x%lx),", i._key, i._value);
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.cpp471 void CodeHeap::print() { function in class:CodeHeap
H A DthreadLocalAllocBuffer.cpp68 global_stats()->print();
158 gclog_or_tty->print("TLAB new size: thread: " INTPTR_FORMAT " [id: %2d]"
237 gclog_or_tty->print("TLAB min: " SIZE_FORMAT " initial: " SIZE_FORMAT " max: " SIZE_FORMAT "\n",
287 gclog_or_tty->print("TLAB: %s thread: " INTPTR_FORMAT " [id: %2d]"
418 void GlobalTLABStats::print() { function in class:GlobalTLABStats
422 gclog_or_tty->print("TLAB totals: thrds: %d refills: %d max: %d"
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp324 adapter->print();
325 if (has_appendix) appendix()->print();
373 this->print(tty, 0);
629 void ConstantPoolCacheEntry::print(outputStream* st, int index) const { function in class:ConstantPoolCacheEntry
630 // print separator
632 // print entry
633 st->print("%3d ("PTR_FORMAT") ", index, (intptr_t)this);
719 entry_at(i)->print(tty, i);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DHistogram.java333 void print(PrintStream out) { method in class:Histogram
334 print("hist", out);
340 void print(String name, PrintStream out) { method in class:Histogram
341 print(name, getRowTitles(name), out);
347 void print(String name, String[] histTitles, PrintStream out) { method in class:Histogram
755 rh.print("random", System.out);
785 }).print(System.out);
791 bh.print("bytes", System.out);
802 h.print(System.out);
814 g.print("regroupe
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DQueryHandler.java86 out.print("<html><title>");
87 print(title);
90 print(title);
103 out.print("<a href=\"");
104 out.print(urlStart);
109 out.print("object/");
111 out.print("\">");
120 out.print("null");
131 print(thing.toString());
135 out.print(" ("
223 protected void print(String str) { method in class:QueryHandler
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp62 void NativeCall::print() { function in class:NativeCall
217 print();
229 void NativeMovConstReg::print() { function in class:NativeMovConstReg
396 void NativeMovRegMem::print() { function in class:NativeMovRegMem
418 void NativeLoadAddress::print() { function in class:NativeLoadAddress
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCallSite.java84 public void print(PrintStream stream) { method in class:CallSite
85 print(stream, 0);
90 stream.print(' ');
95 public void print(PrintStream stream, int indent) { method in class:CallSite
99 stream.print(" @ " + getBci() + " " + m + " (" + getMethod().getBytes() + " bytes)");
103 stream.print(" @ " + getBci() + " " + m + " " + getReason());
105 stream.print("- @ " + getBci() + " " + m +
122 site.print(stream, indent + 2);
H A DCompilation.java99 stream.print(getId() + getMethod().decodeFlags(bc) + getMethod().format(bc));
103 public void print(PrintStream stream) { method in class:Compilation
104 print(stream, 0, false);
107 public void print(PrintStream stream, boolean printInlining) { method in class:Compilation
108 print(stream, 0, printInlining);
111 public void print(PrintStream stream, int indent, boolean printInlining) { method in class:Compilation
116 stream.print(getId() + getMethod().decodeFlags(bc) + getMethod().format(bc));
123 site.print(stream, indent + 2);
129 site.print(stream, indent + 2);

Completed in 128 milliseconds

<<11121314151617181920>>