| /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
| Tracer.java | 18 import android.util.Log; 47 * logcat, log file or both. 57 public void log(String message); method in interface:Tracer.TracerSink 71 public void log(String message) { method in class:Tracer.FileSink 84 public void log(String message) { method in class:Tracer.LogcatSink 85 Log.i(LOGCAT_TAG, message); 145 Log.w("Tracer", "Could not open log file: " + e.getMessage()); 157 * Sets the name of the log file where tracing output will be written if the 160 * @param filename name of the log file 179 private void log(String message) { method in class:Tracer [all...] |
| /libcore/luni/src/main/java/java/lang/ |
| Math.java | 373 * <li>{@code log(+0.0) = -infinity}</li> 374 * <li>{@code log(-0.0) = -infinity}</li> 375 * <li>{@code log((anything < 0) = NaN}</li> 376 * <li>{@code log(+infinity) = +infinity}</li> 377 * <li>{@code log(-infinity) = NaN}</li> 378 * <li>{@code log(NaN) = NaN}</li> 382 * the value whose log has to be computed. 385 public static native double log(double d); method in class:Math 403 * the value whose base 10 log has to be computed. 411 * more accurate to use {@code log1p(d)} than {@code log(1.0+d)} (due t [all...] |
| StrictMath.java | 378 * <li>{@code log(+0.0) = -infinity}</li> 379 * <li>{@code log(-0.0) = -infinity}</li> 380 * <li>{@code log((anything < 0) = NaN}</li> 381 * <li>{@code log(+infinity) = +infinity}</li> 382 * <li>{@code log(-infinity) = NaN}</li> 383 * <li>{@code log(NaN) = NaN}</li> 387 * the value whose log has to be computed. 390 public static native double log(double d); method in class:StrictMath 407 * the value whose base 10 log has to be computed. 415 * more accurate to use {@code log1p(d)} than {@code log(1.0+d)} (due t [all...] |
| System.java | 532 log('E', message, null); 539 log('E', message, th); 546 log('I', message, null); 553 log('I', message, th); 560 log('W', message, null); 567 log('W', message, th); 570 private static native void log(char type, String message, Throwable th); method in class:System
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| AbstractSessionContext.java | 218 log(e); 221 log(e); 237 log(new AssertionError("Unexpected type ID: " + type)); method 256 log(e); 287 static void log(Throwable t) { method
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
| ProfileService.java | 31 import android.util.Log; 80 if (DBG) log("REFCOUNT: CREATED. INSTANCE_COUNT=" +refCount); 95 log("REFCOUNT: FINALIZED. INSTANCE_COUNT=" +refCount); 102 if (DBG) log("onCreate"); 109 if (DBG) log("onStartCommand()"); 111 Log.w(mName, "Stopping profile service: device does not have BT"); 117 Log.e(mName, "Permission denied!"); 122 Log.d(mName, "Restarting profile service..."); 129 Log.d(mName, "Received stop request...Stopping profile..."); 132 Log.d(mName, "Received start request. Starting profile...") 213 protected void log(String msg) { method in class:ProfileService [all...] |
| /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
| CellBroadcastDatabaseHelper.java | 29 import android.util.Log; 119 // always log database upgrade 120 log("Upgrading DB from version " + oldVersion + " to " + newVersion); 327 private static void log(String msg) { method in class:CellBroadcastDatabaseHelper 328 Log.d(TAG, msg);
|
| CellBroadcastReceiver.java | 34 import android.util.Log; 52 if (DBG) log("onReceive " + intent); 57 if (DBG) log("Registering for ServiceState updates"); 64 if (DBG) log("airplaneModeOn: " + airplaneModeOn); 104 Log.e(TAG, "caller missing READ_PHONE_STATE permission, returning"); 107 Log.w(TAG, "onReceive() unexpected action " + action); 174 Log.w(TAG, "Ignoring SCPD command to " + (enable ? "enable" : "disable") 200 Log.w(TAG, "phone.getActivePhoneType() failed", e); 217 Log.d(TAG, "Service state changed! " + newState + " Full: " + ss); 227 private static void log(String msg) method in class:CellBroadcastReceiver [all...] |
| /packages/apps/Email/src/com/android/email/ |
| Email.java | 25 import android.util.Log; 42 * Log.d, including protocol dumps. 234 * The calls to log() must be guarded with "if (Email.LOGD)" for performance reasons. 236 public static void log(String message) { method in class:Email 237 Log.d(Logging.LOG_TAG, message); 259 Log.w(Logging.LOG_TAG, "Method called on the UI thread", new Exception("STACK TRACE"));
|
| /packages/apps/Email/src/org/apache/james/mime4j/ |
| BodyDescriptor.java | 33 private static Log log = LogFactory.getLog(BodyDescriptor.class);
field in class:BodyDescriptor 192 log.error("Expected header param name, got '='");
|
| /packages/apps/Email/src/org/apache/james/mime4j/util/ |
| CharsetUtil.java | 29 import org.apache.james.mime4j.Log;
794 private static Log log = LogFactory.getLog(CharsetUtil.class);
field in class:CharsetUtil [all...] |
| /packages/apps/Mms/src/com/android/mms/util/ |
| DraftCache.java | 27 import android.util.Log; 56 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 57 log("DraftCache.constructor"); 74 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 75 log("refresh"); 91 if (Log.isLoggable(LogTag.APP, Log.DEBUG)) { 92 log("rebuildCache") 253 private void log(String format, Object... args) { method in class:DraftCache [all...] |
| /packages/apps/MusicFX/src/com/android/musicfx/ |
| Compatibility.java | 32 import android.util.Log; 49 // run "setprop log.tag.MusicFXCompat DEBUG" to turn on logging 50 private final static boolean LOG = Log.isLoggable(TAG, Log.DEBUG); 63 log("Compatibility Activity called from " + getCallingPackage()); 69 log("read " + defPackage + "/" + defName + " as default"); 71 Log.e(TAG, "no default set!"); 101 log("received"); 118 log("handleintent") 239 private static void log(String out) { method in class:Compatibility [all...] |
| /packages/apps/Phone/src/com/android/phone/ |
| ADNList.java | 31 import android.util.Log; 107 if (DBG) log("query: starting an async query"); 164 if (DBG) log("displayProgress: " + loading); 186 if (DBG) log("onQueryComplete: cursor.count=" + c.getCount()); 197 if (DBG) log("onInsertComplete: requery"); 203 if (DBG) log("onUpdateComplete: requery"); 209 if (DBG) log("onDeleteComplete: requery"); 214 protected void log(String msg) { method in class:ADNList 215 Log.d(TAG, "[ADNList] " + msg);
|
| BitmapUtils.java | 22 import android.util.Log; 61 if (DBG) log("createBlurredBitmap()..."); 64 Log.w(TAG, "createBlurredBitmap: null bitmap"); 68 if (DBG) log("- input bitmap: " + bitmap.getWidth() + " x " + bitmap.getHeight()); 76 if (DBG) log("- after resize: " + bitmap.getWidth() + " x " + bitmap.getHeight()); 79 if (DBG) log("- after blur: " + bitmap.getWidth() + " x " + bitmap.getHeight()); 82 if (DBG) log("createBlurredBitmap() done (elapsed = " + (endTime - startTime) + " msec)"); 95 if (DBG) log("gaussianBlur(): input: " + width + " x " + height); 158 private static void log(String msg) { method in class:BitmapUtils 159 Log.d(TAG, msg) [all...] |
| CallController.java | 36 import android.util.Log; 66 // Do not check in with VDBG = true, since that may write PII to the system log. 110 Log.wtf(TAG, "init() called multiple times! sInstance = " + sInstance); 121 if (DBG) log("CallController constructor: app = " + app); 129 if (VDBG) log("handleMessage: " + msg); 133 if (DBG) log("THREEWAY_CALLERINFO_DISPLAY_DONE..."); 146 Log.wtf(TAG, "handleMessage: unexpected code: " + msg); 188 log("placeCall()... intent = " + intent); 189 if (VDBG) log(" extras = " + intent.getExtras()); 198 Log.wtf(TAG, "placeCall: called with null intent") 790 private static void log(String msg) { method in class:CallController [all...] |
| CallTime.java | 25 import android.util.Log; 70 if (DBG) log("setActiveCallMode(" + call + ")..."); 78 if (DBG) log("reset()..."); 93 if (DBG) log("periodicUpdateTimer() @ " + nextReport); 109 if (DBG) log("periodicUpdateTimer: timer already running, bail"); 114 if (DBG) log("cancelTimer()..."); 153 if (DBG) log("updateElapsedTime, count=" + count + ", duration=" + duration); 157 private static void log(String msg) { method in class:CallTime 158 Log.d(LOG_TAG, "[CallTime] " + msg); 179 log("trace ready...") [all...] |
| ChangeIccPinScreen.java | 28 import android.util.Log; 208 if (DBG) log("change pin attempt: old=" + oldPin + 236 if (DBG) log("handleResult: success!"); 255 if (DBG) log("handleResult: pin failed!"); 260 if (DBG) log("handleResult: puk requested!"); 269 if (DBG) log("handleResult: puk2 failed!"); 302 private void log(String msg) { method in class:ChangeIccPinScreen 304 Log.d(LOG_TAG, prefix + msg);
|
| InCallUiState.java | 26 import android.util.Log; 76 Log.wtf(TAG, "init() called multiple times! sInstance = " + sInstance); 218 if (DBG) log("hasPendingCallStatusCode() ==> " 228 if (DBG) log("getPendingCallStatusCode() ==> " + mPendingCallStatusCode); 236 if (DBG) log("setPendingCallStatusCode( " + status + " )..."); 244 Log.w(TAG, "setPendingCallStatusCode: setting new code " + status 260 if (DBG) log("clearPendingCallStatusCode()..."); 428 log("dumpState():"); 429 log(" - showDialpad: " + showDialpad); 430 log(" - dialpadContextText: " + dialpadContextText) 450 private static void log(String msg) { method in class:InCallUiState [all...] |
| ManageConferenceUtils.java | 21 import android.util.Log; 63 if (DBG) log("callerinfo query complete, updating UI." + ci); 94 if (DBG) log("ManageConferenceUtils constructor..."); 100 if (DBG) log("initManageConferencePanel()..."); 102 if (DBG) log("initManageConferencePanel: first-time initialization!"); 176 if (DBG) log("updateManageConferencePanel()... num connections in conference = " 211 if (DBG) log("updateManageConferenceRow(" + i + ")... connection = " + connection); 228 if (DBG) log("- button: " + endButton + ", nameTextView: " + nameTextView); 259 if (DBG) log(" - got info from startGetCallerInfo(): " + info); 323 if (DBG) log("===> ENDING conference connection " + 355 private void log(String msg) { method in class:ManageConferenceUtils [all...] |
| /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
| LocalSource.java | 59 log(TAG, "finding albums"); method 76 log(TAG, "can't find the ID column!"); method 96 log(TAG, data.title + " found"); method 110 log(TAG, "found " + foundAlbums.size() + " items."); method 117 log(TAG, "opening single album"); method 170 log(TAG, "finding images"); method 202 log(TAG, "can't find the DATA column!"); method 219 log(TAG, "found " + foundImages.size() + " items."); method 227 log(TAG, "opening:" + data.url); method 230 log(TAG, ex.toString()) method [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
| CreateAssetSetWizard.java | 140 AdtPlugin.log(e, null); 155 AdtPlugin.log(e, null); 157 AdtPlugin.log(e, null); 163 AdtPlugin.log(e, null); 185 AdtPlugin.log(e, null);
|
| CreateAssetSetWizardState.java | 167 AdtPlugin.log(e, null);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
| AaptQuickFix.java | 95 AdtPlugin.log(e, null); 115 AdtPlugin.log(e1, null); 133 AdtPlugin.log(e, "Can't find range information for %1$s", markerResource); 201 AdtPlugin.log(e, null); 249 AdtPlugin.log(e, "Can't look up XML model"); 314 AdtPlugin.log(e, "Can't open file %1$s", mFile.getName()); 324 AdtPlugin.log(e, "Can't open file %1$s", mFile.getName()); 372 AdtPlugin.log(e, "Can't open file %1$s", file.getName());
|
| ConvertSwitchQuickFixProcessor.java | 129 AdtPlugin.log(e, "Can't validate error message in %1$s", file.getName());
|