Lines Matching refs:Printer

97         if (DEBUG || Printer.debug) Printer.debug("> DataPusher.start(loop="+loop+")");
101 if (DEBUG || Printer.trace)Printer.trace("DataPusher.start(): calling stop()");
108 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.open()");
111 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.flush()");
113 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.start()");
116 if (DEBUG || Printer.debug) Printer.debug("DataPusher.start(): Starting push");
125 if (DEBUG || Printer.err) e.printStackTrace();
127 if (DEBUG || Printer.debug) Printer.debug("< DataPusher.start(loop="+loop+")");
131 if (DEBUG || Printer.debug) Printer.debug("> DataPusher.stop()");
135 if (DEBUG || Printer.debug) Printer.debug("DataPusher.stop(): nothing to do");
138 if (DEBUG || Printer.debug) Printer.debug("DataPusher.stop(): Stopping push");
142 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.flush()");
152 if (DEBUG || Printer.debug) Printer.debug("< DataPusher.stop()");
157 if (DEBUG || Printer.trace)Printer.trace("DataPusher.close(): source.close()");
178 if (DEBUG || Printer.debug)Printer.debug("DataPusher.run(): waiting 5 seconds");
186 if (DEBUG || Printer.debug)Printer.debug("DataPusher.run(): waiting finished");
214 if (DEBUG || Printer.debug) Printer.debug("DataPusher.run(): Found end of stream");
216 if (DEBUG || Printer.debug)Printer.debug("DataPusher.run(): setting pos back to 0");
220 if (DEBUG || Printer.debug)Printer.debug("DataPusher.run(): calling drain()");
225 if (DEBUG || Printer.debug) Printer.debug("> DataPusher.run(): Writing " + toWrite + " bytes");
228 if (DEBUG || Printer.debug) Printer.debug("< DataPusher.run(): Wrote " + bytesWritten + " bytes");
231 if (DEBUG || Printer.debug)Printer.debug("DataPusher: closing device");
232 if (Printer.trace)Printer.trace("DataPusher: source.flush()");
234 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.stop()");
236 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.flush()");
238 if (DEBUG || Printer.trace)Printer.trace("DataPusher: source.close()");
245 if (DEBUG || Printer.debug)Printer.debug("DataPusher:end of thread");