| /external/webkit/Tools/Scripts/webkitpy/tool/ |
| mocktool.py | 36 from webkitpy.common.system.deprecated_logging import log namespace 287 log("MOCK create_bug") 288 log("bug_title: %s" % bug_title) 289 log("bug_description: %s" % bug_description) 291 log("component: %s" % component) 293 log("cc: %s" % cc) 295 log("blocked: %s" % blocked) 338 log("MOCK setting flag '%s' to '%s' on attachment '%s' with comment '%s' and additional comment '%s'" % ( 342 log("MOCK bug comment: bug_id=%s, cc=%s\n--- Begin comment ---\n%s\n--- End comment ---\n" % ( 351 log("MOCK add_attachment_to_bug: bug_id=%s, description=%s filename=%s" % (bug_id, description, filena (…) [all...] |
| /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
| ConnectivityManagerTestActivity.java | 41 import android.util.Log; 119 log("ConnectivityReceiver: onReceive() is called with " + intent); 122 Log.v("ConnectivityReceiver", "onReceive() called with " + intent); 144 log("mNetworkInfo: " + mNetworkInfo.toString()); 146 log("mOtherNetworkInfo: " + mOtherNetworkInfo.toString()); 160 Log.v("WifiReceiver", "onReceive() is calleld with " + intent); 162 log("scan results are available"); 167 log("mWifiNetworkInfo: " + mWifiNetworkInfo.toString()); 201 log("Failed to establish AsyncChannel connection"); 219 log("onCreate, inst=" + Integer.toHexString(hashCode())) 725 private void log(String message) { method in class:ConnectivityManagerTestActivity [all...] |
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
| MediaAudioEffectTest.java | 37 import android.util.Log; 79 private void log(String testName, String message) { method in class:MediaAudioEffectTest 80 Log.v(TAG, "["+testName+"] "+message); 84 Log.e(TAG, "["+testName+"] "+message); 357 Log.e(TAG, "Looper creation: wait was interrupted."); 373 Log.e(TAG, "Attach effect: wait was interrupted."); [all...] |
| /frameworks/base/tests/CoreTests/android/core/ |
| TestWebServer.java | 19 import android.util.Log; 104 * @param log Set true if you want trace output 106 public void initServer(boolean log) throws Exception { 107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log); 113 * @param log Set true if you want trace output 115 public void initServer(int port, boolean log) throws Exception { 116 initServer(port, DEFAULT_TIMEOUT, log); 124 * @param log Set true if you want trace output 126 public void initServer(int port, int timeout, boolean log) throws Exception { 129 mLog = log; 143 protected void log(String s) { method in class:TestWebServer 390 log(this+" Moving to wait state"); method 418 log(this+" terminated"); method 759 log(new String(bytes)); method [all...] |
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
| SmsUsageMonitor.java | 630 if (VDBG) log("SMS send size=" + sent.size() + " time=" + ct); 645 private static void log(String msg) { method in class:SmsUsageMonitor
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
| CdmaConnection.java | 350 log("proceedAfterWildChar: new postDialString is " + 483 if (Phone.DEBUG_PHONE) log("parent= " +mParent +", newParent= " + newParent); 486 if (Phone.DEBUG_PHONE) log("update: phone # changed!"); 502 if (Phone.DEBUG_PHONE) log("--dssds----"+mCnapName); 521 if (Phone.DEBUG_PHONE) log( 579 log("onConnectedInOrOut: connectTime=" + mConnectTime); 801 log("acquireWakeLock"); 808 log("releaseWakeLock"); 931 private void log(String msg) { method in class:CdmaConnection
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
| GsmCallTracker.java | 368 if (DBG_POLL) log("obtainCompleteMessage: pendingOperations=" + 378 if (DBG_POLL) log("operationComplete: pendingOperations=" + 457 if (DBG_POLL) log("poll: conn[i=" + i + "]=" + 464 if (DBG_POLL) log("poll: pendingMO=" + pendingMO); 476 if (Phone.DEBUG_PHONE) log( 593 log("missed/rejected call, conn.cause=" + conn.mCause); 594 log("setting cause to " + cause); 691 if (Phone.DEBUG_PHONE) log("hangup: set hangupPendingMO to true"); 747 if (Phone.DEBUG_PHONE) log("(ringing) hangup waiting or background"); 752 log("(foregnd) hangup dialing or alerting...") 937 protected void log(String msg) { method in class:GsmCallTracker [all...] |
| GsmConnection.java | 313 log("proceedAfterWildChar: new postDialString is " + 442 if (Phone.DEBUG_PHONE) log("update: phone # changed!"); 458 if (Phone.DEBUG_PHONE) log("--dssds----"+mCnapName); 477 if (Phone.DEBUG_PHONE) log( 537 log("onConnectedInOrOut: connectTime=" + mConnectTime); 731 log("acquireWakeLock"); 739 log("releaseWakeLock"); 745 private void log(String msg) { method in class:GsmConnection
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
| RuimRecords.java | 117 if (DBG) log("RuimRecords X ctor this=" + this); 122 if (DBG) log("Disposing RuimRecords " + this); 132 if(DBG) log("RuimRecords finalized"); 237 if (DBG) log("EF_PL=" + IccUtils.bytesToHexString(mEFpl)); 265 if (DBG) log("EF_LI=" + IccUtils.bytesToHexString(mEFli)); 279 if (DBG) log("CSIM_SPN=" + 315 log("SPN encoding not supported"); 318 log("spn decode error: " + e); 320 if (DBG) log("spn=" + mSpn); 321 if (DBG) log("spnCondition=" + mCsimSpnDisplayCondition) 824 protected void log(String s) { method in class:RuimRecords [all...] |
| UiccCardApplication.java | 78 if (DBG) log("Creating UiccApp: " + as); 107 if (DBG) log(mAppType + " update. New " + as); 135 if (DBG) log(oldAppType + " changed state: " + oldAppState + " -> " + mAppState); 150 if (DBG) log(mAppType + " being Disposed"); 208 if (DBG) log("Error in querying facility lock:" + ar.exception); 215 if (DBG) log("Query facility lock : " + mIccFdnEnabled); 226 if (DBG) log("EVENT_CHANGE_FACILITY_FDN_DONE: " + 251 if (DBG) log("Error in querying facility lock:" + ar.exception); 257 if (DBG) log("Query facility lock : " + ints[0]); 288 if (DBG) log("Ignoring: pin1state=" + mPin1State) 694 private void log(String msg) { method in class:UiccCardApplication [all...] |
| /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/ |
| JankTestBase.java | 21 import android.util.Log; 94 * Thread to capture systrace log from the test 104 log(String.format("create directory %s failed, you can manually create " 110 Log.e(TAG, "creating directory failed?", e); 124 Log.v(TAG, "command: " + command); 130 Log.v(TAG, "write systrace into file: " + mFile.getAbsolutePath()); 146 Log.e(TAG, "Command return errors: " + line); 154 Log.e(TAG, String.format("Run shell command: %s, status: %s", 158 Log.e(TAG, "Exception from command " + command + ":"); 159 Log.e(TAG, "Thread interrupted? ", e) 462 private void log(String message) { method in class:JankTestBase [all...] |
| /packages/apps/Email/src/com/android/email/activity/ |
| ThreePaneLayout.java | 28 import android.util.Log; 467 Log.w(Logging.LOG_TAG, "Anim: Cancelling last animation: " + mLastAnimator); 516 private void log(String message) { method in class:ThreePaneLayout.AnimatorListener 518 Log.w(Logging.LOG_TAG, "Anim: " + mLogLabel + "[" + this + "] " + message); 523 log("cancel"); 532 log("start"); 567 log("end");
|
| /packages/apps/Mms/src/com/android/mms/ui/ |
| MessageUtils.java | 51 import android.util.Log; 164 Log.w(TAG, "No details could be retrieved."); 184 Log.e(TAG, "Failed to load the message: " + uri, e); 247 Log.e(TAG, "Failed to load the message: " + uri, e); 272 Log.w(TAG, "recipient list is empty!"); 327 Log.d(TAG, "getTextMessageDetails"); 502 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) { 503 log("recordVideo: durationLimit: " + durationLimit + 1021 private static void log(String msg) { method in class:MessageUtils [all...] |
| /packages/apps/Phone/src/com/android/phone/ |
| BluetoothPhoneService.java | 36 import android.util.Log; 106 if (VDBG) Log.d(TAG, "mAdapter null"); 127 if(VDBG) Log.d(TAG, "registerForServiceStateChanged"); 150 Log.w(TAG, "Stopping Bluetooth BluetoothPhoneService Service: device does not have BT"); 153 if (VDBG) Log.d(TAG, "BluetoothPhoneService started"); 159 if (DBG) log("Stopping Bluetooth BluetoothPhoneService Service"); 178 if (VDBG) Log.d(TAG, "handleMessage: " + msg.what); 209 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange..."); 247 Log.d(TAG, " handlePreciseCallStateChange: foreground: " + foregroundCall + 255 Log.d(TAG, "handlePreciseCallStateChange. Call disconnecting, wait before update") 928 private static void log(String msg) { method in class:BluetoothPhoneService [all...] |
| DTMFTwelveKeyDialer.java | 30 import android.util.Log; 211 // if (DBG) log("DTMFKeyListener.onKeyDown, keyCode " + keyCode + ", view " + view); 224 if (DBG) log("DTMFKeyListener reading '" + c + "' from input."); 227 log("DTMFKeyListener rejecting '" + c + "' from input."); 241 // if (DBG) log("DTMFKeyListener.onKeyUp, keyCode " + keyCode + ", view " + view); 251 if (DBG) log("Stopping the tone for '" + c + "'"); 264 if (DBG) log("DTMFKeyListener.onKeyDown: event '" + c + "'"); 271 if (DBG) log("DTMFKeyListener reading '" + c + "' from input."); 275 log("DTMFKeyListener rejecting '" + c + "' from input."); 292 /*if (DBG) log("Stopping the last played tone.") 1020 private static void log(String msg) { method in class:DTMFTwelveKeyDialer [all...] |
| NotificationMgr.java | 46 import android.util.Log; 73 // Do not check in with VDBG = true, since that may write PII to the system log. 126 // Query used to look up caller-id info for the "call log" notification. 164 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance); 259 if (DBG) log("updateStatusBar: state = 0x" + Integer.toHexString(state)); 269 if (DBG) log("updateNotificationsAtStartup()..."); 280 if (DBG) log("- start call log query..."); 285 if (DBG) log("- updating in-call notification at startup..."); 351 if (DBG) log("call log query complete.") 1467 private void log(String msg) { method in class:NotificationMgr [all...] |
| PhoneInterfaceManager.java | 39 import android.util.Log; 165 if (DBG) log("CMD_END_CALL: " + (hungUp ? "hung up!" : "no call to hang up")); 174 Log.w(LOG_TAG, "MainThreadHandler: unexpected message code: " + msg.what); 226 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance); 243 if (DBG) log("publish: " + this); 253 if (DBG) log("dial: " + number); 273 if (DBG) log("call: " + number); 320 Log.w(LOG_TAG, "showCallScreenInternal: " 351 if (DBG) log("answerRingingCall..."); 398 if (DBG) log("silenceRinger...") 791 private void log(String msg) { method in class:PhoneInterfaceManager [all...] |
| RespondViaSmsManager.java | 45 import android.util.Log; 79 // Do not check in with VDBG = true, since that may write PII to the system log. 152 if (DBG) log("showRespondViaSmsPopup()..."); 157 if (DBG) log("Skip showing popup when one is already shown."); 188 if (VDBG) log("- connection: " + c); 197 Log.i(TAG, "showRespondViaSmsPopup: null connection; bailing out..."); 208 if (VDBG) log("- phoneNumber: " + phoneNumber); 261 if (DBG) log("RespondViaSmsItemClickListener.onItemClick(" + position + ")..."); 263 if (VDBG) log("- message: '" + message + "'"); 291 if (DBG) log("RespondViaSmsCancelListener.onCancel()...") 871 private static void log(String msg) { method in class:RespondViaSmsManager [all...] |
| /prebuilts/sdk/renderscript/clang-include/ |
| tgmath.h | 440 // log 448 __tg_log(double __x) {return log(__x);} 466 #undef log macro 467 #define log(__x) __tg_log(__tg_promote1((__x))(__x)) macro
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
| PostCompilerBuilder.java | 142 AdtPlugin.log(IStatus.INFO, "%s CLEAN(POST)", project.getName()); 175 AdtPlugin.log(IStatus.INFO, "%s BUILD(POST)", project.getName()); 236 AdtPlugin.log(IStatus.INFO, "%s full build!", project.getName()); 372 AdtPlugin.log(IStatus.INFO, "%s running crunch!", project.getName()); 389 AdtPlugin.log(IStatus.INFO, "%s updating jar!", project.getName()); 533 AdtPlugin.log(IStatus.INFO, "%s running crunch!", project.getName()); 543 AdtPlugin.log(IStatus.INFO, "%s packaging resources!", project.getName()); 588 AdtPlugin.log(IStatus.INFO, "%s running dex!", project.getName()); 626 AdtPlugin.log(IStatus.INFO, "%s making final package!", project.getName()); 646 AdtPlugin.log(e, msg) [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
| AndroidContentAssist.java | 149 AdtPlugin.log(IStatus.ERROR, "Editor not found during completion"); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
| AndroidXmlFormattingStrategy.java | 160 AdtPlugin.log(e, "Formatting error"); 412 AdtPlugin.log(e, null); 444 AdtPlugin.log(e, null); 466 AdtPlugin.log(e, null); 512 AdtPlugin.log(e, null); 731 AdtPlugin.log(e, null); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
| LayoutEditorDelegate.java | 268 AdtPlugin.log(IStatus.ERROR, 295 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$ [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
| Configuration.java | 870 AdtPlugin.log(e, null); 904 AdtPlugin.log(e, null); [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| ImageUtils.java | 687 AdtPlugin.log(e, "Could not read %1$s", name); [all...] |