Home
last modified time | relevance | path

Searched defs:logStatistic (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/test/android_src/org/apache/test/android/
DTestLogger.java102 public void logStatistic(int level, long lVal, double dVal, String msg) { in logStatistic() method in TestLogger
/external/apache-xml/test/java/src/org/apache/qetest/
DConsoleLogger.java354 public void logStatistic(int level, long lVal, double dVal, String msg) in logStatistic() method in ConsoleLogger
DLogger.java487 public abstract void logStatistic(int level, long lVal, double dVal, in logStatistic() method
DXMLFileLogger.java597 public void logStatistic(int level, long lVal, double dVal, String msg) in logStatistic() method in XMLFileLogger
DReporter.java942 public void logStatistic(int level, long lVal, double dVal, String msg) in logStatistic() method in Reporter