Searched defs:print (Results 1 - 12 of 12) sorted by relevance

/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DLogger.java40 public void print(String msg) { method in class:Logger.Stream
42 super.print(" ");
44 super.print(msg);
57 print(prefix);
61 public void print(byte[] data) { method in class:Logger.Stream
65 public void print(byte[] data, int offset, int len) { method in class:Logger.Stream
/dalvik/dx/src/junit/textui/
H A DResultPrinter.java26 synchronized void print(TestResult result, long runTime) { method in class:ResultPrinter
71 // I feel like making this a println, then adding a line giving the throwable a chance to print something
73 getWriter().print(count + ") " + booBoo.failedTest());
77 getWriter().print(BaseTestRunner.getFilteredTrace(booBoo.trace()));
83 getWriter().print("OK");
112 getWriter().print("E");
119 getWriter().print("F");
132 getWriter().print(".");
/dalvik/libcore/luni/src/test/java/com/google/coretests/
H A DResultPrinter.java42 synchronized void print(TestResult result, long runTime) { method in class:ResultPrinter
87 // I feel like making this a println, then adding a line giving the throwable a chance to print something
89 getWriter().print(count + ") " + booBoo.failedTest());
93 getWriter().print(BaseTestRunner.getFilteredTrace(booBoo.trace()));
99 getWriter().print("OK");
130 getWriter().print("E");
137 getWriter().print("F");
150 getWriter().print(".");
H A DPerfStatCollector.java89 out.print("-4 VBAD"); break;
90 case 4: out.print(" 4 Good"); break;
91 case 3: out.print(" 3 good"); break;
92 case -2: out.print("-2 SLOW"); break;
93 case 2: out.print(" 2 Fast"); break;
94 case 1: out.print(" 1 fast"); break;
96 if (res == -2) out.print("-3 FAIL");
97 else out.print("-3 ERR ");
100 if (res == 0) out.print(" ");
101 else if (res == -2) out.print(" fai
146 void print(PrintStream out, boolean bigMarking) { method in class:PerfStatCollector.Item
[all...]
H A DXmlReportPrinter.java142 suite.print(serializer, timestamp);
170 void print(KXmlSerializer serializer, String timestamp) throws IOException { method in class:XmlReportPrinter.Suite
/dalvik/libcore/luni/src/test/java/junit/textui/
H A DResultPrinter.java27 synchronized void print(TestResult result, long runTime) { method in class:ResultPrinter
72 // I feel like making this a println, then adding a line giving the throwable a chance to print something
74 getWriter().print(count + ") " + booBoo.failedTest());
78 getWriter().print(BaseTestRunner.getFilteredTrace(booBoo.trace()));
84 getWriter().print("OK");
115 getWriter().print("E");
122 getWriter().print("F");
135 getWriter().print(".");
/dalvik/dx/src/com/android/dx/command/dump/
H A DBaseDumper.java136 print(twoColumns(hex, "<skipped to " + Hex.u4(offset) + ">"));
141 print(twoColumns(hex, human));
207 * @param s {@code null-ok;} string to print
209 protected final void print(String s) { method in class:BaseDumper
210 out.print(s);
217 * @param s {@code null-ok;} string to print
/dalvik/libcore/luni/src/main/java/java/io/
H A DPrintStream.java63 * stream. By default, the new print stream does not automatically flush its
80 * stream. The parameter {@code autoflush} determines if the print stream
103 * parameter {@code autoflush} determines if the print stream automatically
245 * Closes this print stream. Flushes this stream and then closes the target
383 * Put the line separator String onto the print stream.
386 print(lineSeparator);
394 * the character array to print to the target stream.
395 * @see #print(String)
397 public void print(char[] charArray) { method in class:PrintStream
398 print(ne
409 public void print(char ch) { method in class:PrintStream
421 public void print(double dnum) { method in class:PrintStream
433 public void print(float fnum) { method in class:PrintStream
445 public void print(int inum) { method in class:PrintStream
457 public void print(long lnum) { method in class:PrintStream
469 public void print(Object obj) { method in class:PrintStream
485 public synchronized void print(String str) { method in class:PrintStream
514 public void print(boolean bool) { method in class:PrintStream
[all...]
H A DPrintWriter.java37 * The writer to print data to.
57 * stream. By default, the new print writer does not automatically flush its
71 * stream. The parameter {@code autoflush} determines if the print writer
89 * writer. By default, the new print writer does not automatically flush its
103 * writer. The parameter {@code autoflush} determines if the print writer
124 * The print writer does not automatically flush its contents to the target
148 * The print writer does not automatically flush its contents to the target
179 * used for character encoding. The print writer does not automatically
204 * character encoding. The print writer does not automatically flush its
252 * Closes this print write
402 public void print(char[] charArray) { method in class:PrintWriter
414 public void print(char ch) { method in class:PrintWriter
425 public void print(double dnum) { method in class:PrintWriter
436 public void print(float fnum) { method in class:PrintWriter
447 public void print(int inum) { method in class:PrintWriter
458 public void print(long lnum) { method in class:PrintWriter
469 public void print(Object obj) { method in class:PrintWriter
484 public void print(String str) { method in class:PrintWriter
495 public void print(boolean bool) { method in class:PrintWriter
[all...]
/dalvik/vm/compiler/
H A DCompiler.c183 static void crawlDalvikStack(Thread *thread, bool print) argument
189 if (print) {
199 if (print) {
/dalvik/tests/057-iteration-performance/src/
H A DMain.java161 static public boolean checkTimes(double[][] timings, boolean print) { argument
179 if (print) {
191 static public double[][] runAllTests(int iters, boolean print) { argument
200 if (print) {
230 if (print) {
260 if (print) {
290 if (print) {
320 if (print) {
350 if (print) {
385 if (print) {
[all...]
/dalvik/libcore/support/src/test/java/tests/resources/
H A Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...

Completed in 920 milliseconds