| /libcore/support/src/test/java/tests/support/ |
| D | Support_TestWebServer.java | 100 public int initServer(boolean log) throws Exception { in initServer() 110 public int initServer(int port, boolean log) throws Exception { in initServer() 135 public int initServer(int port, int timeout, boolean log) throws Exception { in initServer() 151 protected void log(String s) { in log() method in Support_TestWebServer 402 StringBuilder log = new StringBuilder(); in readOneLine() local
|
| /libcore/luni/src/main/java/java/util/logging/ |
| D | Logger.java | 921 public void log(Level logLevel, String msg) { in log() method in Logger 939 public void log(Level logLevel, String msg, Object param) { in log() method in Logger 962 public void log(Level logLevel, String msg, Object[] params) { in log() method in Logger 986 public void log(Level logLevel, String msg, Throwable thrown) { in log() method in Logger 1013 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/libcore/java/util/logging/ |
| D | OldLogManagerTest.java | 95 Logger log = new MockLogger(FOO, null); in testGetLogger() local
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| D | AbstractSessionContext.java | 282 static void log(Throwable t) { in log() method
|
| /libcore/luni/src/main/java/java/lang/ |
| D | System.java | 580 private static native void log(char type, String message, Throwable th); in log() method in System
|
| D | StrictMath.java | 416 public static native double log(double d); in log() method in StrictMath
|
| D | Math.java | 412 public static native double log(double d); in log() method in Math
|
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
| D | HttpsURLConnectionTest.java | 862 public synchronized void log(String message) { in log() method in HttpsURLConnectionTest.Work
|
| /libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
| D | SSLEngineTest.java | 1350 private void log(Object o) { in log() method in SSLEngineTest.HandshakeHandler
|