Searched refs:report (Results 1 - 4 of 4) sorted by relevance

/dalvik/tests/060-reflection-security/src/
H A DMain.java20 static public void report(Throwable t) { method in class:Main
42 report(ex);
50 report(ex);
57 report(ex);
65 report(ex);
72 report(ex);
80 report(ex);
87 report(ex);
95 report(ex);
102 report(e
[all...]
/dalvik/tests/028-array-write/src/
H A DMain.java7 /** whether to report times */
13 static public void report(long start, long end) { method in class:Main
38 report(start, end);
56 report(start, end);
/dalvik/tests/023-many-interfaces/src/
H A DManyInterfaces.java153 /** whether to report timing information */
159 private static void report(String label, long start, long end, int iter, method in class:ManyInterfaces
194 report("testIface001", start, end, iter, rept);
199 report("testIface049", start, end, iter, rept);
204 report("testIface099", start, end, iter, rept);
209 report("testVirt001", start, end, iter, rept);
214 report("testVirt049", start, end, iter, rept);
219 report("testVirt099", start, end, iter, rept);
224 report("testInst001", start, end, iter, rept);
229 report("testInst04
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DDOMConfigurationImpl.java274 * True to report invalid characters in node names, attributes, elements,
392 report(DOMError.SEVERITY_WARNING, "cdata-sections-splitted");
394 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
418 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
463 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
485 private void report(short severity, String type) { method in class:DOMConfigurationImpl

Completed in 183 milliseconds