HomeSort by relevance Sort by last modified time
    Searched defs:Log (Results 1 - 25 of 7302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/tools/idegen/src/
Log.java 20 class Log {
  /external/ltp/testcases/realtime/scripts/
parser.py 23 ## DESCRIPTION: Base class for all log parsers ##
31 class Log:
  /prebuilts/go/darwin-x86/src/math/cmplx/
log.go 41 // w = log(r) + i arctan(y/x).
56 // Log returns the natural logarithm of x.
57 func Log(x complex128) complex128 {
58 return complex(math.Log(Abs(x)), Phase(x))
63 return math.Log10E * Log(x)
  /prebuilts/go/darwin-x86/src/math/
log.go 33 // 2. Approximation of log(1+f).
34 // Let s = f/(2+f) ; based on log(1+f) = log(1+s) - log(1-s)
48 // In order to guarantee error in log below 1ulp, we compute log by
49 // log(1+f) = f - s*(f - R) (if f is not too large)
50 // log(1+f) = f - (hfsq - s*(hfsq+R)). (better accuracy)
52 // 3. Finally, log(x) = k*Ln2 + log(1+f)
82 func log(x float64) float64 { func
    [all...]
  /prebuilts/go/linux-x86/src/math/cmplx/
log.go 41 // w = log(r) + i arctan(y/x).
56 // Log returns the natural logarithm of x.
57 func Log(x complex128) complex128 {
58 return complex(math.Log(Abs(x)), Phase(x))
63 return math.Log10E * Log(x)
  /prebuilts/go/linux-x86/src/math/
log.go 33 // 2. Approximation of log(1+f).
34 // Let s = f/(2+f) ; based on log(1+f) = log(1+s) - log(1-s)
48 // In order to guarantee error in log below 1ulp, we compute log by
49 // log(1+f) = f - s*(f - R) (if f is not too large)
50 // log(1+f) = f - (hfsq - s*(hfsq+R)). (better accuracy)
52 // 3. Finally, log(x) = k*Ln2 + log(1+f)
82 func log(x float64) float64 { func
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
LogTest.java 23 import android.util.Log;
35 final String msg = "Test Log operations.";
43 Log.e(TAG, msg);
44 Log.e(TAG, msg, tr);
45 Log.w(TAG, msg);
46 Log.w(TAG, tr);
47 Log.w(TAG, msg, tr);
48 Log.i(TAG, msg);
49 Log.i(TAG, msg, tr);
50 Log.d(TAG, msg)
    [all...]
  /external/vogar/src/vogar/
Log.java 20 * Emits output to the console, device log or file.
22 public interface Log {
  /packages/apps/Car/Dialer/src/com/android/car/dialer/log/
L.java 16 package com.android.car.dialer.log;
18 import android.util.Log;
32 if (Log.isLoggable(mTag, Log.VERBOSE)) {
33 Log.v(mTag, msg);
38 if (Log.isLoggable(mTag, Log.DEBUG)) {
39 Log.d(mTag, msg);
44 Log.w(mTag, msg);
52 if (Log.isLoggable(tag, Log.VERBOSE))
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
example_pool_test.go 29 func Log(w io.Writer, key, val string) {
43 Log(os.Stdout, "path", "/search?q=flowers")
  /prebuilts/go/linux-x86/src/sync/
example_pool_test.go 29 func Log(w io.Writer, key, val string) {
43 Log(os.Stdout, "path", "/search?q=flowers")
  /system/chre/apps/wifi_offload/
chre_scan_params_safe.cc 36 void ChreScanParamsSafe::Log() const {
  /external/vogar/src/vogar/target/
AndroidLog.java 19 import android.util.Log;
22 * Logs everything to Android's log.
24 public final class AndroidLog implements vogar.Log {
33 Log.v(tag, s);
37 Log.i(tag, s);
41 Log.i(tag, s, exception);
45 Log.w(tag, s);
  /packages/services/Mms/src/com/android/mms/service/
LogUtil.java 19 import android.util.Log;
28 Log.i(TAG, "[" + requestId + "] " + message);
32 Log.i(TAG, message);
36 Log.d(TAG, "[" + requestId + "] " + message);
40 Log.d(TAG, message);
44 Log.v(TAG, "[" + requestId + "] " + message);
48 Log.v(TAG, message);
52 Log.e(TAG, "[" + requestId + "] " + message, t);
56 Log.e(TAG, message, t);
60 Log.e(TAG, "[" + requestId + "] " + message)
    [all...]
  /packages/apps/Car/libs/car-settings-lib/src/com/android/car/settingslib/log/
LoggerBase.java 17 package com.android.car.settingslib.log;
21 import android.util.Log;
24 * Helper class that wraps {@link Log} to log messages to logcat. The intended use for a Logger is
26 * <pre> private static final Logger LOG = new Logger(MyClass.class); </pre>
29 * The logger will log statements in this format:
34 * 23 character limit of the log mTag.
37 * When logging verbose and debug logs, the logs should either be guarded by {@code if (LOG.isV())},
66 * Logs a {@link Log#VERBOSE} log message. Will only be logged if {@link Log#VERBOSE} i
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
Log.java 24 public class Log {
27 public Log(Class mClazz) {
56 android.util.Log.v(LOG_TAG, toString(message, null));
61 android.util.Log.v(LOG_TAG, toString(message, t));
66 android.util.Log.d(LOG_TAG, toString(message, null));
71 android.util.Log.d(LOG_TAG, toString(message, t));
76 android.util.Log.i(LOG_TAG, toString(message, null));
81 android.util.Log.i(LOG_TAG, toString(message, t));
85 android.util.Log.w(LOG_TAG, toString(message, null));
89 android.util.Log.w(LOG_TAG, toString(message, t))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
Logt.java 19 import android.util.Log;
24 Log.i(tag, String.format("[%d] %s", t, msg));
28 Log.e(tag, String.format("[%d] %s", t, msg));
32 Log.w(tag, String.format("[%d] %s", t, msg));
36 Log.e(tag, String.format("[%d] %s", t, msg), tr);
  /frameworks/base/media/java/android/media/
Media2HTTPService.java 19 import android.util.Log;
35 Log.v(TAG, "Media2HTTPService(" + this + "): Cookies: " + cookies);
47 Log.v(TAG, "makeHTTPConnection: CookieManager created: " + cookieHandler);
49 Log.v(TAG, "makeHTTPConnection: CookieHandler (" + cookieHandler + ") exists.");
61 Log.v(TAG, "makeHTTPConnection: CookieStore.add" + e);
64 //Log.v(TAG, "MediaHTTPConnection adding Cookie[" + cookie.getName() +
68 Log.w(TAG, "makeHTTPConnection: The installed CookieHandler is not a "
76 Log.v(TAG, "makeHTTPConnection(" + this + "): cookieHandler: " + cookieHandler +
93 Log.d(TAG, "Widevine classic is no longer supported");
MediaHTTPService.java 20 import android.util.Log;
36 Log.v(TAG, "MediaHTTPService(" + this + "): Cookies: " + cookies);
48 Log.v(TAG, "makeHTTPConnection: CookieManager created: " + cookieHandler);
50 Log.v(TAG, "makeHTTPConnection: CookieHandler (" + cookieHandler + ") exists.");
62 Log.v(TAG, "makeHTTPConnection: CookieStore.add" + e);
65 //Log.v(TAG, "MediaHTTPConnection adding Cookie[" + cookie.getName() +
69 Log.w(TAG, "makeHTTPConnection: The installed CookieHandler is not a "
77 Log.v(TAG, "makeHTTPConnection(" + this + "): cookieHandler: " + cookieHandler +
96 Log.d(TAG, "Widevine classic is no longer supported");
  /packages/services/Telecomm/src/com/android/server/telecom/
ProximitySensorManager.java 21 import android.telecom.Log;
37 Log.d(this, "onCreate: mProximityWakeLock: ", mTelecomWakeLock);
46 Log.i(this, "All calls removed, resetting proximity sensor to default state");
58 Log.w(this, "Asking to turn on prox sensor without a call? I don't think so.");
  /cts/tests/autofillservice/src/android/autofillservice/cts/
RetryRule.java 19 import android.util.Log;
53 Log.v(TAG, "Good News, Everyone! " + name + " passed right away");
55 Log.d(TAG,
64 Log.d(TAG, "Increased " + timeout.getName() + " from " + before + "ms"
69 Log.w(TAG, "Arrrr! " + name + " failed at attempt " + i + "/" + mMaxAttempts
72 Log.e(TAG, "D'OH! " + name + ": giving up after " + mMaxAttempts + " attempts");
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/
Logger.java 19 import android.util.Log;
22 * Simplifies usage of Android logging class {@link Log} by abstracting the TAG field that is
24 * class name prefix to log outputs for better debugging.
27 * class name as a prefix to each log output. If you do not want the class name to be prefixed to
28 * log output then use {@link #getLogger()} to create the instance of Logger.
34 * Use this method if you want your class name to be prefixed to each log output.
41 * Use this factory method if you DO NOT want your class name to be prefixed into the log
50 /** No custom log prefix used. */
55 /** Use the supplied custom prefix in log output. */
69 Log.i(APP_TAG, getMsg(msg))
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.h 25 SHELL_LINE_LIST *Log;
  /external/libmojo/ipc/
ipc_mojo_param_traits.cc 43 void ParamTraits<mojo::MessagePipeHandle>::Log(const param_type& p,
  /packages/apps/Contacts/src-bind/com/android/contactsbind/
FeedbackHelper.java 17 import android.util.Log;
22 Log.e(tag, description == null ? t.getMessage() : description, t);

Completed in 949 milliseconds

1 2 3 4 5 6 7 8 91011>>