Searched defs:report (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DEventLogger.java47 public void report (int code, Object... list); method in interface:EventLogger.Reporter
55 public void report (int code, Object... list) { method in class:EventLogger.DefaultReporter
67 getReporter().report(code, list);
/libcore/luni/src/test/java/libcore/dalvik/system/
H A DBaseDexClassLoaderTest.java37 public void report(List<BaseDexClassLoader> loaders, List<String> dexPaths) { method in class:BaseDexClassLoaderTest.Reporter
70 // Reset the reporter and check we don't report anymore.
/libcore/dalvik/src/main/java/dalvik/system/
H A DCloseGuard.java264 reporter.report(message, stack);
284 void report (String message, Throwable allocationSite); method in interface:CloseGuard.Reporter
291 @Override public void report (String message, Throwable allocationSite) { method in class:CloseGuard.DefaultReporter
H A DBaseDexClassLoader.java109 reporter.report(classLoadersChain, classPaths);
245 * Once set, all new instances of BaseDexClassLoader will report upon
279 void report(List<BaseDexClassLoader> classLoadersChain, List<String> classPaths); method in interface:BaseDexClassLoader.Reporter
/libcore/dalvik/test-rules/src/main/java/libcore/dalvik/system/
H A DCloseGuardSupport.java241 // Invoke the finalizer to cause it to get CloseGuard to report a problem if it has
266 public void report(String message, Throwable allocationSite) { method in class:CloseGuardSupport.CollectingReporter
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMConfigurationImpl.java272 * True to report invalid characters in node names, attributes, elements,
394 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) { method in class:DOMConfigurationImpl
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DFutureTask.java117 private V report(int s) throws ExecutionException { method in class:FutureTask
193 return report(s);
207 return report(s);
239 * Causes this future to report an {@link ExecutionException}

Completed in 794 milliseconds