HomeSort by relevance Sort by last modified time
    Searched defs:debugLog (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/coregrind/
m_debuglog.c 842 /*--- Debuglog stuff. ---*/
857 VG_(debugLog)(1, "debuglog",
858 "DebugLog system started by %s, "
898 void VG_(debugLog) ( Int level, const HChar* modulename,
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Throttle.java 98 private void debugLog(String message) {
108 if (DEBUG) debugLog("Canceling scheduled callback");
121 if (DEBUG) debugLog("Timeout extended " + mTimeout);
124 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
131 if (DEBUG) debugLog("onEvent");
136 if (DEBUG) debugLog(" callback already scheduled");
138 if (DEBUG) debugLog(" scheduling callback");
166 if (DEBUG) debugLog("Kicking callback");
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 197 debugLog("Setting state to " + mState);
222 debugLog("getBondedDevices: length="+bondedDeviceList.length);
246 debugLog("Adding bonded device:" + device);
252 debugLog("Removing bonded device:" + device);
254 debugLog("Failed to remove device: " + device);
450 debugLog("Name is: " + mName);
454 debugLog("Address is:" + Utils.getAddressStringFromByte(mAddress));
458 debugLog("BT Class:" + mBluetoothClass);
467 debugLog("Scan Mode:" + mScanMode);
488 debugLog("Discoverable Timeout:" + mDiscoverableTimeout)
    [all...]
RemoteDevices.java 262 debugLog("Remote Device name is: " + device.mName);
274 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val));
284 debugLog("Remote class is:" + device.mBluetoothClass);
310 debugLog("deviceFoundCallback: Remote Address is:" + device);
413 debugLog("aclStateChangeCallback: State:Connected to Device:" + device);
416 debugLog("aclStateChangeCallback: State:DisConnected to Device:" + device);
453 private void debugLog(String msg) {
AdapterService.java 167 if (DBG) debugLog( "Profile connected. Schedule missing profile connection if any");
253 if (DBG) debugLog("onCreate");
269 if (DBG) debugLog("onBind");
273 if (DBG) debugLog("onUnbind, calling cleanup");
279 debugLog("****onDestroy()********");
283 if (DBG) debugLog("processStart()");
292 if (DBG) {debugLog("processStart(): Make Bond State Machine");}
305 if (DBG) {debugLog("processStart(): Profile Services alreay started");}
320 if (DBG) {debugLog("stopProfileServices(): No profiles services to stop or already stopped.");}
341 if (DBG)debugLog("cleanup()")
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 574 String debugLog = "Looking for glows: " +
577 Log.v(TAG, debugLog);
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 169 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what);
275 MusicUtils.debugLog("mIntentReceiver.onReceive " + action + " / " + cmd);
648 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd);
    [all...]
MusicUtils.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 529 milliseconds