HomeSort by relevance Sort by last modified time
    Searched defs:Log (Results 1 - 25 of 6413) 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 {
  /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")
  /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/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...]
  /packages/services/NetworkRecommendation/src/com/android/networkrecommendation/util/
Blog.java 20 import android.util.Log;
29 * Wrapper for {@link Log} which adds the calling class/method to logged items.
32 * not end with "Log" (allowing clients to add another layer such as AppLog when a constant tag is
41 Log.i(tag, buildMessage(format, args));
45 Log.i(tag, buildMessage(format, args), tr);
49 // Not guarded with Log.isLoggable - these calls should be stripped out by proguard for
51 Log.v(tag, buildMessage(format, args));
55 // Not guarded with Log.isLoggable - these calls should be stripped out by proguard for
57 Log.v(tag, buildMessage(format, args), tr);
61 if (Log.isLoggable(tag, Log.DEBUG))
    [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);
  /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.");
RingbackPlayer.java 20 import android.telecom.Log;
55 Log.w(this, "Ignoring duplicate requests to ring for %s.", call);
62 Log.wtf(this, "Ringback player thinks there are two foreground-dialing calls.");
67 Log.d(this, "Playing the ringback tone for %s.", call);
85 Log.w(this, "No player found to stop.");
87 Log.i(this, "Stopping the ringback tone for %s.", call);
  /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);
  /packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
Log.java 20 * This is a compatibility class that aims at emulating android.util.Log from the
24 public class Log {
  /development/apps/CustomLocale/src/com/android/customlocale2/
ChangeLocale.java 26 import android.util.Log;
44 Log.d(TAG, "Change locale to: " + locale);
72 Log.e(TAG, "Change locale failed", e);
CustomLocaleReceiver.java 23 import android.util.Log;
52 Log.d(TAG, "Invalid intent: " + (intent == null ? "null" : intent.toString()));
73 Log.e(TAG, "Invalid locale: expected ab_CD but got " + locale);
  /external/apache-http/android/src/android/net/http/
HttpLog.java 25 import android.util.Log;
34 Log.v(LOGTAG, SystemClock.uptimeMillis() + " " + Thread.currentThread().getName() + " " + logMe);
38 Log.e(LOGTAG, logMe);

Completed in 1192 milliseconds

1 2 3 4 5 6 7 8 91011>>