Home
last modified time | relevance | path

Searched defs:log (Results 1 – 9 of 9) sorted by relevance

/libcore/luni/src/main/java/java/util/logging/
DLogger.java920 public void log(Level logLevel, String msg) { in log() method in Logger
938 public void log(Level logLevel, String msg, Object param) { in log() method in Logger
961 public void log(Level logLevel, String msg, Object[] params) { in log() method in Logger
985 public void log(Level logLevel, String msg, Throwable thrown) { in log() method in Logger
1012 public void log(LogRecord record) { in log() method in Logger
/libcore/luni/src/test/java/libcore/java/util/beans/
DPropertyChangeSupportTest.java165 EventLog log = new EventLog(); in testAddingOneListenerTwice() local
278 List<PropertyChangeEvent> log = new ArrayList<PropertyChangeEvent>(); field in PropertyChangeSupportTest.EventLog
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java856 private void log(String msg) { in log() method in HttpsURLConnectionTest.ProxyConnectAuthFailDispatcher
895 private void log(String msg) { in log() method in HttpsURLConnectionTest.ProxyConnectDispatcher
946 private void log(String msg) { in log() method in HttpsURLConnectionTest.SingleRequestDispatcher
994 public static synchronized void log(String origin, String message) { in log() method in HttpsURLConnectionTest
/libcore/luni/src/test/java/libcore/java/util/logging/
DOldLogManagerTest.java95 Logger log = new MockLogger(FOO, null); in testGetLogger() local
/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java121 protected void log(String s) { in log() method in Support_TestWebServer
372 StringBuilder log = new StringBuilder(); in readOneLine() local
/libcore/luni/src/main/java/java/lang/
DMath.java393 public static native double log(double d); in log() method in Math
DStrictMath.java390 public static native double log(double d); in log() method in StrictMath
DSystem.java1033 private static native void log(char type, String message, Throwable th); in log() method in System
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
DSSLEngineTest.java1080 private void log(Object o) { in log() method in SSLEngineTest.HandshakeHandler