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

/libcore/luni/src/test/java/libcore/java/util/beans/
H A DPropertyChangeSupportTest.java42 assertEquals(Arrays.<PropertyChangeEvent>asList(nullToNull), listener.log);
53 assertEquals(Arrays.<PropertyChangeEvent>asList(), listener.log);
93 assertEquals(Arrays.asList(eventA, eventB, eventC), all.log);
94 assertEquals(Arrays.asList(eventA), proxiedA.log);
95 assertEquals(Arrays.asList(eventA), addA.log);
96 assertEquals(Arrays.<PropertyChangeEvent>asList(), addAProxiedB.log);
97 assertEquals(Arrays.<PropertyChangeEvent>asList(), proxiedAB.log);
98 assertEquals(Arrays.<PropertyChangeEvent>asList(eventA), proxiedAA.log);
99 assertEquals(Arrays.<PropertyChangeEvent>asList(), proxiedAAC.log);
165 EventLog log
278 List<PropertyChangeEvent> log = new ArrayList<PropertyChangeEvent>(); field in class:PropertyChangeSupportTest.EventLog
[all...]
/libcore/luni/src/main/java/java/lang/
H A DMath.java383 * <li>{@code log(+0.0) = -infinity}</li>
384 * <li>{@code log(-0.0) = -infinity}</li>
385 * <li>{@code log((anything < 0) = NaN}</li>
386 * <li>{@code log(+infinity) = +infinity}</li>
387 * <li>{@code log(-infinity) = NaN}</li>
388 * <li>{@code log(NaN) = NaN}</li>
392 * the value whose log has to be computed.
395 public static native double log(double d); method in class:Math
413 * the value whose base 10 log has to be computed.
421 * more accurate to use {@code log1p(d)} than {@code log(1.
[all...]
H A DSystem.java1083 log('E', message, null);
1090 log('E', message, th);
1097 log('I', message, null);
1104 log('I', message, th);
1111 log('W', message, null);
1118 log('W', message, th);
1121 private static native void log(char type, String message, Throwable th); method in class:System
H A DStrictMath.java19 * acos, asin, atan, cosh, sinh, tanh, exp, expm1, log, log10, log1p, and cbrt
654 /* |x| in [log(maxdouble), overflowthresold] */
1001 * <li>{@code log(+0.0) = -infinity}</li>
1002 * <li>{@code log(-0.0) = -infinity}</li>
1003 * <li>{@code log((anything < 0) = NaN}</li>
1004 * <li>{@code log(+infinity) = +infinity}</li>
1005 * <li>{@code log(-infinity) = NaN}</li>
1006 * <li>{@code log(NaN) = NaN}</li>
1010 * the value whose log has to be computed.
1013 public static double log(doubl method in class:StrictMath
[all...]
/libcore/luni/src/main/java/java/util/logging/
H A DLogger.java31 * Loggers are used to log records to a variety of destinations such as log files or
38 * namespace hierarchy managed by a log manager. The naming convention is
47 * <p>Loggers "inherit" log level setting from their parent if their own level is
49 * resource bundle is used to localize the log messages if no resource bundle
50 * name is given when a log method is called. If {@code getUseParentHandlers()}
61 * Some log methods accept log requests that do not specify the source class and
81 source.log(record);
147 /** True to notify the parent's handlers of each log messag
920 public void log(Level logLevel, String msg) { method in class:Logger
938 public void log(Level logLevel, String msg, Object param) { method in class:Logger
961 public void log(Level logLevel, String msg, Object[] params) { method in class:Logger
985 public void log(Level logLevel, String msg, Throwable thrown) { method in class:Logger
1012 public void log(LogRecord record) { method in class:Logger
[all...]
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java852 log("Authentication required. Sending response: " + response);
856 private void log(String msg) { method in class:HttpsURLConnectionTest.ProxyConnectAuthFailDispatcher
857 HttpsURLConnectionTest.log("ProxyConnectAuthFailDispatcher", msg);
878 log("Got authenticated request:\n" + request);
879 log("------------------");
883 log("Send proxy response");
895 private void log(String msg) { method in class:HttpsURLConnectionTest.ProxyConnectDispatcher
896 HttpsURLConnectionTest.log("ProxyConnectDispatcher", msg);
922 log("Request received: " + request);
933 log("Respondin
946 private void log(String msg) { method in class:HttpsURLConnectionTest.SingleRequestDispatcher
994 public static synchronized void log(String origin, String message) { method in class:HttpsURLConnectionTest
[all...]
/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java118 * Print to the log file (if logging enabled)
119 * @param s String to send to the log
121 protected void log(String s) { method in class:Support_TestWebServer
187 log("Server will redirect output to "+redirect+" code "+code);
208 log("Closing AcceptThread"+acceptT);
247 log(e.getMessage());
249 log(e.getMessage());
252 log("AcceptThread terminated" + this);
268 log("IOException caught by server socket close");
346 log("Exceptio
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLEngineTest.java1061 log("CipherSuites: " + Arrays.toString(engine.getEnabledCipherSuites()));
1062 log(status);
1072 private void log(Object o) { method in class:SSLEngineTest.HandshakeHandler
1081 log("read: " + read);
1093 log(status);
1097 log(status);
1106 log(status);
1113 log(result);
1118 log(status);
1127 log(resul
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jar ... caliper.Measurer { protected static final int ALLOCATION_DISPLAY_THRESHOLD private boolean log private long tempAllocationCount private long allocationsToIgnore private long numberOfAllocations private ...

Completed in 2632 milliseconds