Searched refs:throwable (Results 1 – 3 of 3) sorted by relevance
/external/emma/core/java12/com/vladium/logging/ |
D | Logger.java | 277 public final void log (final int level, final String msg, final Throwable throwable) in log() argument 279 _log (level, null, msg, throwable); in log() 292 … final void log (final int level, final String method, final String msg, final Throwable throwable) in log() argument 294 _log (level, method, msg, throwable); in log() 488 final String msg, final Throwable throwable) in _log() argument 530 if (throwable != null) in _log() 535 throwable.printStackTrace (pw); in _log()
|
/external/apache-http/src/org/apache/http/util/ |
D | ExceptionUtils.java | 72 public static void initCause(Throwable throwable, Throwable cause) { in initCause() argument 75 INIT_CAUSE_METHOD.invoke(throwable, new Object[] { cause }); in initCause()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2009-06-16 | 15696 assertion failure. If it was not the first throwable opcode the wrong
|