Home
last modified time | relevance | path

Searched refs:report (Results 1 – 17 of 17) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DCloseGuard.java336 reporter.report(MESSAGE, (Throwable) closerNameOrAllocationInfo); in warnIfOpen()
338 reporter.report(MESSAGE + " Callsite: " + closerNameOrAllocationInfo); in warnIfOpen()
372 void report(String message, Throwable allocationSite); in report() method
379 default void report(String message) {} in report() method
389 @Override public void report (String message, Throwable allocationSite) { in report() method in CloseGuard.DefaultReporter
394 public void report(String message) { in report() method in CloseGuard.DefaultReporter
DBaseDexClassLoader.java192 reporter.report(Collections.unmodifiableMap(dexFileMapping)); in reportClassLoaderChain()
486 void report(@NonNull Map<String, String> contextsMap); in report() method
/libcore/ojluni/src/test/java/util/Scanner/
DScanTest.java148 report("Use case 1"); in useCase1()
173 report("Use case 2"); in useCase2()
197 report("Use case 3"); in useCase3()
241 report("Use case 4"); in useCase4()
273 report("Use case 5"); in useCase5()
297 report("Scanning non ASCII digits"); in nonASCIITest()
375 report("Find to horizon test"); in findWithinHorizonTest()
465 report("Has next line test"); in hasNextLineTest()
491 report("Next line test"); in nextLineTest()
508 report("Single delim test"); in singleDelimTest()
[all …]
Dinput.txt152 # Should smbd report that it has MS-DFS Capabilities? Only available
/libcore/ojluni/src/test/java/text/Collator/
DMonkeyTest.java58 public void report(String s, String t, int result, int revResult) in report() method in MonkeyTest
92 report(("CollationKey(" + subs + ")"), ("CollationKey(" + subt + ")"), result, revResult); in TestCollationKey()
98 report(("CollationKey(" + subs + ")") , ("CollationKey(" + subt + ")"), result, revResult); in TestCollationKey()
104 report(("CollationKey(" + subs + ")"), ("CollationKey(" + subt + ")"), result, revResult); in TestCollationKey()
133 report(subs, subt, result, revResult); in TestCompare()
137 report(subs, subt, result, revResult); in TestCompare()
141 report(subs, subt, result, revResult); in TestCompare()
/libcore/ojluni/src/test/java/util/Properties/
DPropertiesTest.java78 private static void report(String testName) { in report() method in PropertiesTest
149 report("BlinkLine"); in BlankLines()
215 report("EscapeSpace"); in EscapeSpace()
240 report("LoadParsing"); in LoadParsing()
280 report("SaveEncoding"); in SaveEncoding()
368 report("SaveLoadBasher"); in SaveLoadBasher()
393 report("SaveSeparator"); in SaveSeparator()
415 report ("SaveClose"); in SaveClose()
456 report("UnicodeEscape"); in checkMalformedUnicodeEscape()
511 report("SaveComments"); in SaveComments()
/libcore/ojluni/src/test/java/util/BitSet/
DBSMethods.java148 private static void report(String testName, int failCount) { in report() method in BSMethods
202 report("NextSetBit ", failCount); in testNextSetBit()
246 report("NextClearBit ", failCount); in testNextClearBit()
344 report("SetGetClearFlip ", failCount); in testSetGetClearFlip()
378 report("AndNot ", failCount); in testAndNot()
419 report("And ", failCount); in testAnd()
467 report("Or ", failCount); in testOr()
509 report("Xor ", failCount); in testXor()
534 report("Equals ", failCount); in testEquals()
590 report("Length ", failCount); in testLength()
[all …]
/libcore/ojluni/src/test/java/lang/StringBuffer/
DIndexOf.java52 private static void report(String testName, int failCount) { in report() method in IndexOf
100 report("Basic Test ", failCount); in simpleTest()
138 report("IndexOf vs LastIndexOf ", failCount); in compareIndexOfLastIndexOf()
191 report("String vs StringBuffer ", failCount); in compareStringStringBuffer()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDOMConfigurationImpl.java394 report(DOMError.SEVERITY_WARNING, "cdata-sections-splitted");
396 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
420 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
465 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
487 private void report(short severity, String type) {
/libcore/ojluni/src/test/java/lang/String/
DStrip.java99 static void report(String message, String inputTag, String input, in report() method in Strip
120 report("Failed equal", "Input:", input, "Expected:", expected); in equal()
/libcore/ojluni/src/main/java/java/util/concurrent/
DFutureTask.java116 private V report(int s) throws ExecutionException { in report() method in FutureTask
191 return report(s); in get()
205 return report(s); in get()
/libcore/dalvik/test-rules/src/main/java/libcore/dalvik/system/
DCloseGuardSupport.java267 public void report(String message, Throwable allocationSite) {
275 public void report(String message) {
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DFutureTask.java51 private V report(int s) throws java.util.concurrent.ExecutionException { in report() method in FutureTask
/libcore/api/
Dmodule-lib-current.txt182 method public void report(@NonNull java.util.Map<java.lang.String,java.lang.String>);
217 method public void report(String, Throwable);
218 method public default void report(String);
Dcurrent.txt21907 …E_REPORT_NAMESPACE_ATTRIBUTES = "http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes…
/libcore/luni/src/test/java/libcore/dalvik/system/
DBaseDexClassLoaderTest.java62 public void report(Map<String, String> contextMap) { in report() method in BaseDexClassLoaderTest.Reporter
/libcore/ojluni/src/main/java/java/nio/charset/
DCharset-X-Coder.java.template94 * CodingErrorAction#REPORT report} the error to the invoker via
111 * is to {@linkplain CodingErrorAction#REPORT report} them. The