HomeSort by relevance Sort by last modified time
    Searched full:println (Results 76 - 100 of 1108) sorted by null

1 2 34 5 6 7 8 91011>>

  /dalvik/libcore/luni/src/test/java/junit/textui/
ResultPrinter.java 35 getWriter().println();
36 getWriter().println("<RETURN> to continue");
43 getWriter().println();
44 getWriter().println("Time: "+elapsedTimeAsString(runTime));
58 getWriter().println("There was " + count + " " + type + ":");
60 getWriter().println("There were " + count + " " + type + "s:");
72 // I feel like making this a println, then adding a line giving the throwable a chance to print something
83 getWriter().println();
85 getWriter().println (" (" + result.runCount() + " test" + (result.runCount() == 1 ? "": "s") + ")");
88 getWriter().println();
    [all...]
  /external/junit/src/junit/textui/
ResultPrinter.java 34 getWriter().println();
35 getWriter().println("<RETURN> to continue");
42 getWriter().println();
43 getWriter().println("Time: "+elapsedTimeAsString(runTime));
57 getWriter().println("There was " + count + " " + type + ":");
59 getWriter().println("There were " + count + " " + type + "s:");
71 // I feel like making this a println, then adding a line giving the throwable a chance to print something
82 getWriter().println();
84 getWriter().println (" (" + result.runCount() + " test" + (result.runCount() == 1 ? "": "s") + ")");
87 getWriter().println();
    [all...]
  /frameworks/base/test-runner/src/junit/textui/
ResultPrinter.java 35 getWriter().println();
36 getWriter().println("<RETURN> to continue");
43 getWriter().println();
44 getWriter().println("Time: "+elapsedTimeAsString(runTime));
58 getWriter().println("There was " + count + " " + type + ":");
60 getWriter().println("There were " + count + " " + type + "s:");
72 // I feel like making this a println, then adding a line giving the throwable a chance to print something
83 getWriter().println();
85 getWriter().println (" (" + result.runCount() + " test" + (result.runCount() == 1 ? "": "s") + ")");
88 getWriter().println();
    [all...]
  /external/jdiff/src/jdiff/
Comments.java 72 System.out.println("SAXException: " + saxe);
86 System.out.println("SAX Parser does not recognize feature: " + snre);
90 System.out.println("SAX Parser feature is not supported: " + snse);
94 System.out.println("SAX Exception parsing file '" + filename + "' : " + saxe);
98 System.out.println("IOException parsing file '" + filename + "' : " + ioe);
129 xsdFile.println("<?xml version=\"1.0\" encoding=\"iso-8859-1\" standalone=\"no\"?>");
130 xsdFile.println("<xsd:schema xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">");
131 xsdFile.println();
132 xsdFile.println("<xsd:annotation>");
133 xsdFile.println(" <xsd:documentation>")
    [all...]
  /dalvik/tests/003-omnibus-opcodes/src/
Main.java 28 System.out.println("FAIL: assert doesn't work (specify '-ea')\n");
31 System.out.println("(assertions are enabled)");
40 System.out.println("Done!");
64 System.out.println("Caught: " + ve);
69 System.out.println("Caught (retry): " + ve);
75 System.out.println("Caught: " + ve);
78 System.out.println("NOTE: UnresTest2 not available");
UnresTest2.java 28 System.out.println("UnresTest2...");
47 System.out.println("UnresTest2 done");
  /dalvik/tests/079-phantom/src/
Main.java 24 System.err.println("sleep interrupted");
29 System.out.println("start");
35 System.out.println("done");
46 System.out.println("nulling 1");
51 System.out.println("nulling 2");
56 System.out.println("nulling 3");
61 System.out.println("nulling 4");
  /frameworks/base/services/java/com/android/server/am/
BroadcastRecord.java 76 pw.println(prefix + this);
77 pw.println(prefix + intent);
81 pw.println(prefix + "extras: " + bundle.toString());
84 pw.println(prefix + "proc=" + callerApp);
85 pw.println(prefix + "caller=" + callerPackage
89 pw.println(prefix + "requiredPermission=" + requiredPermission);
91 pw.println(prefix + "dispatchTime=" + dispatchTime + " ("
94 pw.println(prefix + "finishTime=" + finishTime + " ("
97 pw.println(prefix + "receiverTime=" + receiverTime + " ("
101 pw.println(prefix + "anrCount=" + anrCount)
    [all...]
  /dalvik/tests/004-annotations/src/android/test/anno/
TestAnnotations.java 23 System.out.println(prefix + " " + a);
24 System.out.println(prefix + " " + a.annotationType());
33 System.out.println("annotations on TYPE " + clazz +
36 System.out.println();
40 System.out.println(" annotations on CTOR " + c + ":");
43 System.out.println(" constructor parameter annotations:");
51 System.out.println(" annotations on METH " + m + ":");
54 System.out.println(" method parameter annotations:");
62 System.out.println(" annotations on FIELD " + f + ":");
68 System.out.println(" aff: " + aff + " / " + aff.getClass())
    [all...]
  /dalvik/tests/005-args/src/
ArgsTest.java 34 System.out.println("VALUES: " + Long.toHexString(mLongArray[0]) + " "
36 System.out.println("VALUES: " + mLongArray[0] + " "
39 System.out.println(j);
40 System.out.println("j = " + j);
41 System.out.println("a=" + a + " c=" + c + " d=" + d
  /dalvik/tests/009-instanceof2/src/
Main.java 31 System.out.println((Object)aaArray instanceof java.io.Serializable);
33 System.out.println((Object)aaArray instanceof java.lang.Cloneable);
35 System.out.println((Object)aaArray instanceof java.lang.Runnable);
39 System.out.println(aaOkay);
42 System.out.println(bbOkay);
  /dalvik/tests/049-show-object/src/
Main.java 11 System.out.println("d is " + d);
16 System.out.println("class: " + foo.getClass());
19 System.out.println(i + ": " + foo[i]);
  /dalvik/tests/062-character-encodings/src/
Main.java 14 System.out.println(canonicalName);
22 System.out.println(" " + s);
26 System.out.println(" (no aliases)");
  /dalvik/tests/073-mismatched-field/src/
Main.java 25 System.out.println("value=" + this.f);
26 System.err.println("Succeeded unexpectedly");
28 System.out.println("Got expected failure");
  /dalvik/libcore/sql/src/main/java/SQLite/
Callback.java 11 * System.out.println("&lt;TH&gt;&lt;TR&gt;");
13 * System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
15 * System.out.println("&lt;/TR&gt;&lt;/TH&gt;");
18 * System.out.println("&lt;TR&gt;");
20 * System.out.println("&lt;TD&gt;" + cols[i] + "&lt;/TD&gt;");
22 * System.out.println("&lt;/TR&gt;");
29 * System.out.println("&lt;TABLE&gt;");
31 * System.out.println("&lt;/TABLE&gt;");
  /external/jsr305/sampleUses/src/main/java/
LuhnVerification.java 18 System.out.println(result);
23 System.out.println(checkNumber(""));
  /dalvik/tests/027-arithmetic/src/
Main.java 20 System.out.println("values are " + Integer.toHexString(i1)
23 System.out.println("First l is " + Long.toHexString(l));
34 System.out.println("Second l is " + Long.toHexString(l));
51 System.out.println("shiftTest2 l is " + Long.toHexString(result));
64 System.out.println("f=" + f + " --> i=" + i);
68 System.out.println("f=" + f + " --> i=" + i);
73 System.out.println("d=" + d + " --> i=" + i);
77 System.out.println("d=" + d + " --> i=" + i);
82 System.out.println("d=" + d + " --> l=" + l);
86 System.out.println("d=" + d + " --> l=" + l)
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
MonitorTest.java 128 // System.out.println("InterruptTest: starting waiter");
139 // System.out.println("Test interrupting waiter");
158 //System.out.println("Test interrupting waiter (" + i + ")");
163 // System.out.println("Test waiting for waiter to die.");
169 // System.out.println("InterruptTest done.");
191 // System.out.println("Waiter spinning");
196 // System.out.println("Waiter done spinning; interrupted.");
209 // System.out.println("Waiter calling wait()");
213 // System.out.println("wait(): Waiter caught " + ex);
215 // System.out.println("wait() finished")
    [all...]
TreeMapTest.java 38 if (SPEW) System.out.println("Running doTest cycle #" + (i + 1));
52 if (SPEW) System.out.println("Adding val = " + val);
62 if (SPEW) System.out.println("tm = " + tm);
64 if (SPEW) System.out.println("tm.size() = " + tm.size());
65 if (SPEW) System.out.println("hm.size() = " + hm.size());
68 if (SPEW) System.out.println("tm.firstKey() = " + tm.firstKey());
69 if (SPEW) System.out.println("minVal = " + minVal);
70 if (SPEW) System.out.println("tm.lastKey() = " + tm.lastKey());
71 if (SPEW) System.out.println("maxVal = " + maxVal);
86 if (SPEW) System.out.println("Removing val = " + val)
    [all...]
  /frameworks/base/opengl/tools/glgen/src/
GenerateGL.java 30 out.println(s);
52 System.out.println("Special-casing function " + fname);
86 System.err.println("Unknown flag: " + args[aidx]);
93 System.out.println("useContextPointer = " + useContextPointer);
144 gl10Stream.println("/* //device/java/android/" + gl10Filename);
145 gl10ExtStream.println("/* //device/java/android/" + gl10ExtFilename);
146 gl11Stream.println("/* //device/java/android/" + gl11Filename);
147 gl11ExtStream.println("/* //device/java/android/" + gl11ExtFilename);
148 gl11ExtPackStream.println("/* //device/java/android/" +
150 glImplStream.println("/* //device/java/android/" + glImplFilename)
    [all...]
  /external/proguard/src/proguard/
Initializer.java 232 System.out.println("Note: there were " + fullyQualifiedNoteCount +
234 System.out.println(" You should check your configuration for typos.");
240 System.out.println("Note: there were " + descriptorNoteCount +
242 System.out.println(" You should consider explicitly keeping the mentioned classes");
243 System.out.println(" (using '-keep').");
249 System.out.println("Note: there were " + dynamicClassReferenceNoteCount +
251 System.err.println(" You should check if you need to specify additional program jars.");
257 System.out.println("Note: there were " + classForNameNoteCount +
259 System.out.println(" You might consider explicitly keeping the mentioned classes and/or");
260 System.out.println(" their implementations (using '-keep').")
    [all...]
  /dalvik/tests/011-array-copy/src/
Main.java 28 System.out.println("string -> object");
30 System.out.println("object -> string");
32 System.out.println("object -> string (modified)");
38 System.out.println("caught ArrayStoreException (expected)");
  /dalvik/tests/017-float/src/
Main.java 27 System.out.println("base values: d=" + d + " f=" + f);
28 System.out.println("base values: d=" + d + " f=" + f);
29 System.out.println("base values: f=" + f + " d=" + d);
30 //System.out.println("object values: off="
  /dalvik/tests/025-access-controller/src/
Main.java 12 System.out.println("AccessControllerTest: got " + result);
  /dalvik/tests/028-array-write/src/
Main.java 18 System.out.println("Finished in " + ((end - start) / 1000000.0)
32 System.out.println("Running writeTest...");
48 System.out.println("Running copyTest...");
66 System.out.println("Done!");

Completed in 38 milliseconds

1 2 34 5 6 7 8 91011>>