Searched defs:log (Results 1 – 9 of 9) sorted by relevance
| /libcore/luni/src/main/java/java/util/logging/ |
| D | Logger.java | 920 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/ |
| D | PropertyChangeSupportTest.java | 165 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/ |
| D | HttpsURLConnectionTest.java | 856 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/ |
| D | OldLogManagerTest.java | 95 Logger log = new MockLogger(FOO, null); in testGetLogger() local
|
| /libcore/support/src/test/java/tests/support/ |
| D | Support_TestWebServer.java | 121 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/ |
| D | Math.java | 393 public static native double log(double d); in log() method in Math
|
| D | StrictMath.java | 390 public static native double log(double d); in log() method in StrictMath
|
| D | System.java | 1033 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/ |
| D | SSLEngineTest.java | 1080 private void log(Object o) { in log() method in SSLEngineTest.HandshakeHandler
|